Home
last modified time | relevance | path

Searched refs:sfc_rxq_ctrl_by_ethdev_qid (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_rx.h124 struct sfc_rxq *sfc_rxq_ctrl_by_ethdev_qid(struct sfc_adapter *sa,
H A Dsfc_flow.c1430 rxq = sfc_rxq_ctrl_by_ethdev_qid(sa, queue->index); in sfc_flow_parse_queue()
1463 rxq = sfc_rxq_ctrl_by_ethdev_qid(sa, sw_qid_min); in sfc_flow_parse_rss()
H A Dsfc_rx.c1555 sfc_rxq_ctrl_by_ethdev_qid(struct sfc_adapter *sa, sfc_ethdev_qid_t ethdev_qid) in sfc_rxq_ctrl_by_ethdev_qid() function