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

Function sfc_adapter_priv_by_eth_dev

dpdk/drivers/net/sfc/sfc.h:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165};
166
167static inline struct sfc_adapter_priv *
168sfc_adapter_priv_by_eth_dev(struct rte_eth_dev *eth_dev)
169{
170 struct sfc_adapter_priv *sap = eth_dev->process_private;
171
172 SFC_ASSERT(sap != NULL);
173 return sap;
174}
175
176/* RxQ dedicated for counters (counter only RxQ) data */
177struct sfc_counter_rxq {

Callers 9

sfc_adapter_by_eth_devFunction · 0.85
sfc_dp_tx_by_dp_txqFunction · 0.85
sfc_dp_rx_by_dp_rxqFunction · 0.85
sfc_dev_infos_getFunction · 0.85
sfc_stats_getFunction · 0.85
sfc_pool_ops_supportedFunction · 0.85
sfc_rx_queue_intr_enableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected