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

Function sfc_nb_txq_reserved

dpdk/drivers/net/sfc/sfc_ev.h:77–81  ·  view source on GitHub ↗

Return the number of Tx queues reserved for driver's internal use */

Source from the content-addressed store, hash-verified

75
76/* Return the number of Tx queues reserved for driver's internal use */
77static inline unsigned int
78sfc_nb_txq_reserved(const struct sfc_adapter_shared *sas)
79{
80 return sfc_repr_nb_txq(sas);
81}
82
83static inline unsigned int
84sfc_nb_reserved_evq(const struct sfc_adapter_shared *sas)

Callers 6

sfc_tx_configureFunction · 0.85
sfc_set_drv_limitsFunction · 0.85
sfc_nb_reserved_evqFunction · 0.85

Calls 1

sfc_repr_nb_txqFunction · 0.85

Tested by

no test coverage detected