MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sfc_repr_nb_rxq

Function sfc_repr_nb_rxq

dpdk/drivers/net/sfc/sfc.h:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357bool sfc_repr_available(const struct sfc_adapter_shared *sas);
358
359static inline unsigned int
360sfc_repr_nb_rxq(const struct sfc_adapter_shared *sas)
361{
362 return sas->nb_repr_rxq;
363}
364
365static inline unsigned int
366sfc_repr_nb_txq(const struct sfc_adapter_shared *sas)

Callers 10

sfc_repr_proxy_rxq_finiFunction · 0.85
sfc_repr_proxy_rxq_stopFunction · 0.85
sfc_repr_proxy_rxq_startFunction · 0.85
sfc_repr_proxy_startFunction · 0.85
sfc_nb_reserved_rxqFunction · 0.85
sfc_repr_rxq_sw_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected