Home
last modified time | relevance | path

Searched refs:EQ_MAP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h337 * and Ingress-Queues. The EQ_MAP() and IQ_MAP() macros which provide
343 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) macro
H A Dcxgb4vf_main.c669 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues()
681 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h338 * and Ingress-Queues. The EQ_MAP() and IQ_MAP() macros which provide
344 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) macro
H A Dcxgb4vf_main.c669 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues()
681 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues()

Completed in 11 milliseconds