Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.h100 enum cq_type { enum
123 u8 cq_type; member
A Dotx2_common.c882 cq->cq_type = CQ_RX; in otx2_cq_init()
888 cq->cq_type = CQ_TX; in otx2_cq_init()
892 cq->cq_type = CQ_XDP; in otx2_cq_init()
908 pool_id = ((cq->cq_type == CQ_RX) && in otx2_cq_init()
A Dotx2_txrx.c453 if (cq->cq_type == CQ_XDP) { in otx2_tx_napi_handler()
503 if (cq->cq_type == CQ_RX) { in otx2_napi_handler()
A Dotx2_pf.c1460 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dmlx4_en.h186 enum cq_type { enum
366 enum cq_type type;
681 int entries, int ring, enum cq_type mode, int node);
A Den_cq.c48 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq()
/linux/drivers/infiniband/hw/irdma/
A Dpuda.c332 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 Dhw.c120 if (cq->cq_type == IRDMA_CQ_TYPE_IWARP) in irdma_process_ceq()
125 if (cq->cq_type == IRDMA_CQ_TYPE_CQP) in irdma_process_ceq()
127 else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ || in irdma_process_ceq()
128 cq->cq_type == IRDMA_CQ_TYPE_IEQ) in irdma_process_ceq()
A Dtype.h478 u8 cq_type; member
A Dctrl.c2482 cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP; in irdma_sc_cq_init()
4183 cq->cq_type = IRDMA_CQ_TYPE_CQP; in irdma_sc_ccq_init()
/linux/drivers/infiniband/hw/qedr/
A Dqedr_roce_cm.c356 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
357 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
A Dqedr.h283 enum qedr_cq_type cq_type; member
A Dverbs.c881 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_arm_cq()
963 cq->cq_type = QEDR_CQ_TYPE_USER; in qedr_create_cq()
977 cq->cq_type = QEDR_CQ_TYPE_KERNEL; in qedr_create_cq()
1071 if (cq->cq_type == QEDR_CQ_TYPE_GSI) { in qedr_destroy_cq()
1243 if ((send_cq->cq_type == QEDR_CQ_TYPE_GSI) || in qedr_check_qp_attrs()
1244 (recv_cq->cq_type == QEDR_CQ_TYPE_GSI)) { in qedr_check_qp_attrs()
4410 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_poll_cq()

Completed in 56 milliseconds