Home
last modified time | relevance | path

Searched refs:cq_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h113 enum cq_type { enum
143 u8 cq_type; member
H A Dotx2_common.c1062 cq->cq_type = CQ_RX; in otx2_cq_init()
1080 cq->cq_type = CQ_TX; in otx2_cq_init()
1086 cq->cq_type = CQ_XDP; in otx2_cq_init()
1090 cq->cq_type = CQ_QOS; in otx2_cq_init()
1108 pool_id = ((cq->cq_type == CQ_RX) && in otx2_cq_init()
H A Dotx2_txrx.c497 if (cq->cq_type == CQ_XDP) in otx2_tx_napi_handler()
585 if (cq->cq_type == CQ_RX) { in otx2_napi_handler()
H A Dotx2_pf.c1781 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c354 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3393 u32 cq_type = BNXT_NQ_HDL_TYPE(idx); in bnxt_poll_p5() local
3398 cq_type == BNXT_NQ_HDL_TYPE_RX) in bnxt_poll_p5()