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

Function sfc_nb_counter_rxq

dpdk/drivers/net/sfc/sfc.h:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348#define sfc_adapter_lock_fini(sa) RTE_SET_USED(sa)
349
350static inline unsigned int
351sfc_nb_counter_rxq(const struct sfc_adapter_shared *sas)
352{
353 return sas->counters_rxq_allocated ? 1 : 0;
354}
355
356bool sfc_repr_supported(const struct sfc_adapter *sa);
357bool sfc_repr_available(const struct sfc_adapter_shared *sas);

Callers 1

sfc_nb_reserved_rxqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected