Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_setup.c37 if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_TX) in idpf_ctlq_alloc_bufs()
106 if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_RX) { in idpf_ctlq_free_bufs()
H A Didpf_controlq_api.h100 enum idpf_ctlq_type cq_type; member
H A Didpf_controlq.c134 cq->cq_type = qinfo->type; in idpf_ctlq_add()
H A Didpf_virtchnl.c3342 if (cq->q_id == id && cq->cq_type == type) in idpf_find_ctlq()
/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.c1063 cq->cq_type = CQ_RX; in otx2_cq_init()
1081 cq->cq_type = CQ_TX; in otx2_cq_init()
1087 cq->cq_type = CQ_XDP; in otx2_cq_init()
1091 cq->cq_type = CQ_QOS; in otx2_cq_init()
1109 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.c1784 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c971 enum mlxsw_pci_cq_type cq_type) in mlxsw_pci_cq_napi_setup() argument
975 switch (cq_type) { in mlxsw_pci_cq_napi_setup()
993 enum mlxsw_pci_cq_type cq_type) in mlxsw_pci_cq_page_pool_init() argument
999 if (cq_type != MLXSW_PCI_CQ_RDQ) in mlxsw_pci_cq_page_pool_init()
1019 enum mlxsw_pci_cq_type cq_type) in mlxsw_pci_cq_page_pool_fini() argument
1021 if (cq_type != MLXSW_PCI_CQ_RDQ) in mlxsw_pci_cq_page_pool_fini()
1030 enum mlxsw_pci_cq_type cq_type = mlxsw_pci_cq_type(mlxsw_pci, q); in mlxsw_pci_cq_init() local
1060 mlxsw_pci_cq_napi_setup(q, cq_type); in mlxsw_pci_cq_init()
1062 err = mlxsw_pci_cq_page_pool_init(q, cq_type); in mlxsw_pci_cq_init()
1079 enum mlxsw_pci_cq_type cq_type = mlxsw_pci_cq_type(mlxsw_pci, q); in mlxsw_pci_cq_fini() local
[all …]
/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c882 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_arm_cq()
965 cq->cq_type = QEDR_CQ_TYPE_USER; in qedr_create_cq()
979 cq->cq_type = QEDR_CQ_TYPE_KERNEL; in qedr_create_cq()
1073 if (cq->cq_type == QEDR_CQ_TYPE_GSI) { in qedr_destroy_cq()
1245 if ((send_cq->cq_type == QEDR_CQ_TYPE_GSI) || in qedr_check_qp_attrs()
1246 (recv_cq->cq_type == QEDR_CQ_TYPE_GSI)) { in qedr_check_qp_attrs()
4429 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_poll_cq()
H A Dqedr_roce_cm.c354 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
/linux/drivers/infiniband/hw/irdma/
H A Dhw.c125 if (unlikely(cq->cq_type != IRDMA_CQ_TYPE_IWARP)) { in irdma_process_normal_ceqe()
127 cq->cq_type); in irdma_process_normal_ceqe()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3365 u32 cq_type = BNXT_NQ_HDL_TYPE(idx); in bnxt_poll_p5() local
3370 cq_type == BNXT_NQ_HDL_TYPE_RX) in bnxt_poll_p5()