Searched refs:cq_type (Results 1 – 19 of 19) sorted by relevance
| /linux/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 | 135 cq->cq_type = qinfo->type; in idpf_ctlq_add()
|
| A D | idpf_virtchnl.c | 2797 if (cq->q_id == id && cq->cq_type == type) in idpf_find_ctlq()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_txrx.h | 106 enum cq_type { enum 132 u8 cq_type; member
|
| A D | otx2_common.c | 996 cq->cq_type = CQ_RX; in otx2_cq_init() 1002 cq->cq_type = CQ_TX; in otx2_cq_init() 1008 cq->cq_type = CQ_XDP; in otx2_cq_init() 1012 cq->cq_type = CQ_QOS; in otx2_cq_init() 1030 pool_id = ((cq->cq_type == CQ_RX) && in otx2_cq_init()
|
| A D | otx2_txrx.c | 478 if (cq->cq_type == CQ_XDP) in otx2_tx_napi_handler() 552 if (cq->cq_type == CQ_RX) { in otx2_napi_handler()
|
| A D | otx2_pf.c | 1641 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | pci.c | 968 enum mlxsw_pci_cq_type cq_type) in mlxsw_pci_cq_napi_setup() argument 972 switch (cq_type) { in mlxsw_pci_cq_napi_setup() 990 enum mlxsw_pci_cq_type cq_type) in mlxsw_pci_cq_page_pool_init() argument 996 if (cq_type != MLXSW_PCI_CQ_RDQ) in mlxsw_pci_cq_page_pool_init() 1016 enum mlxsw_pci_cq_type cq_type) in mlxsw_pci_cq_page_pool_fini() argument 1018 if (cq_type != MLXSW_PCI_CQ_RDQ) in mlxsw_pci_cq_page_pool_fini() 1027 enum mlxsw_pci_cq_type cq_type = mlxsw_pci_cq_type(mlxsw_pci, q); in mlxsw_pci_cq_init() local 1057 mlxsw_pci_cq_napi_setup(q, cq_type); in mlxsw_pci_cq_init() 1059 err = mlxsw_pci_cq_page_pool_init(q, cq_type); in mlxsw_pci_cq_init() 1076 enum mlxsw_pci_cq_type cq_type = mlxsw_pci_cq_type(mlxsw_pci, q); in mlxsw_pci_cq_fini() local [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | mlx4_en.h | 197 enum cq_type { enum 376 enum cq_type type; 693 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()
|
| /linux/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()
|
| /linux/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() 4427 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()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.c | 3201 u32 cq_type = BNXT_NQ_HDL_TYPE(idx); in bnxt_poll_p5() local 3206 cq_type == BNXT_NQ_HDL_TYPE_RX) in bnxt_poll_p5()
|
Completed in 101 milliseconds