Searched refs:cq_type (Results 1 – 19 of 19) sorted by relevance
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_controlq_setup.c | 37 if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_TX) in idpf_ctlq_alloc_bufs() 108 if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_RX) { in idpf_ctlq_free_bufs()
|
| A D | idpf_controlq_api.h | 100 enum idpf_ctlq_type cq_type; member
|
| A D | idpf_controlq.c | 134 cq->cq_type = qinfo->type; in idpf_ctlq_add()
|
| A D | idpf_virtchnl.c | 2933 if (cq->q_id == id && cq->cq_type == type) in idpf_find_ctlq()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_txrx.h | 113 enum cq_type { enum 143 u8 cq_type; member
|
| A D | otx2_common.c | 1061 cq->cq_type = CQ_RX; in otx2_cq_init() 1079 cq->cq_type = CQ_TX; in otx2_cq_init() 1085 cq->cq_type = CQ_XDP; in otx2_cq_init() 1089 cq->cq_type = CQ_QOS; in otx2_cq_init() 1107 pool_id = ((cq->cq_type == CQ_RX) && in otx2_cq_init()
|
| A D | otx2_txrx.c | 497 if (cq->cq_type == CQ_XDP) in otx2_tx_napi_handler() 585 if (cq->cq_type == CQ_RX) { in otx2_napi_handler()
|
| A D | otx2_pf.c | 1784 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | pci.c | 971 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 …]
|
| /drivers/infiniband/hw/irdma/ |
| A D | puda.c | 332 u8 cq_type = cq->cq_type; in irdma_puda_poll_cmpl() local 335 if (cq_type == IRDMA_CQ_TYPE_ILQ || cq_type == IRDMA_CQ_TYPE_IEQ) { in irdma_puda_poll_cmpl() 336 rsrc = (cq_type == IRDMA_CQ_TYPE_ILQ) ? cq->vsi->ilq : in irdma_puda_poll_cmpl() 372 if (cq_type == IRDMA_CQ_TYPE_ILQ) { in irdma_puda_poll_cmpl() 386 if (cq_type == IRDMA_CQ_TYPE_ILQ) in irdma_puda_poll_cmpl()
|
| A D | hw.c | 121 if (cq->cq_type == IRDMA_CQ_TYPE_IWARP) in irdma_process_ceq() 126 if (cq->cq_type == IRDMA_CQ_TYPE_CQP) in irdma_process_ceq() 128 else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ || in irdma_process_ceq() 129 cq->cq_type == IRDMA_CQ_TYPE_IEQ) in irdma_process_ceq()
|
| A D | type.h | 435 u8 cq_type; member
|
| A D | ctrl.c | 2497 cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP; in irdma_sc_cq_init() 4190 cq->cq_type = IRDMA_CQ_TYPE_CQP; in irdma_sc_ccq_init()
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | mlx4_en.h | 197 enum cq_type { enum 367 enum cq_type type; 684 int entries, int ring, enum cq_type mode, int node);
|
| A D | en_cq.c | 48 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq()
|
| /drivers/infiniband/hw/qedr/ |
| A D | qedr.h | 283 enum qedr_cq_type cq_type; member
|
| A D | verbs.c | 882 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() 4431 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_poll_cq()
|
| A D | qedr_roce_cm.c | 356 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.c | 3347 u32 cq_type = BNXT_NQ_HDL_TYPE(idx); in bnxt_poll_p5() local 3352 cq_type == BNXT_NQ_HDL_TYPE_RX) in bnxt_poll_p5()
|
Completed in 101 milliseconds