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

Function sfc_repr_available

dpdk/drivers/net/sfc/sfc.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool
51sfc_repr_available(const struct sfc_adapter_shared *sas)
52{
53 return sas->nb_repr_rxq > 0 && sas->nb_repr_txq > 0;
54}
55
56int
57sfc_dma_alloc(struct sfc_adapter *sa, const char *name, uint16_t id,

Callers 11

sfc_repr_proxy_txq_initFunction · 0.85
sfc_repr_proxy_txq_finiFunction · 0.85
sfc_repr_proxy_rxq_finiFunction · 0.85
sfc_repr_proxy_rxq_startFunction · 0.85
sfc_repr_proxy_attachFunction · 0.85
sfc_repr_proxy_detachFunction · 0.85
sfc_repr_proxy_startFunction · 0.85
sfc_repr_proxy_stopFunction · 0.85
sfc_repr_txq_sw_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected