Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_puda.c372 u8 cq_type = cq->cq_type; in irdma_puda_poll_cmpl() local
375 if (cq_type == IRDMA_CQ_TYPE_ILQ || cq_type == IRDMA_CQ_TYPE_IEQ) { in irdma_puda_poll_cmpl()
376 rsrc = (cq_type == IRDMA_CQ_TYPE_ILQ) ? cq->vsi->ilq : in irdma_puda_poll_cmpl()
411 if (cq_type == IRDMA_CQ_TYPE_ILQ) { in irdma_puda_poll_cmpl()
425 if (cq_type == IRDMA_CQ_TYPE_ILQ) in irdma_puda_poll_cmpl()
H A Dirdma_hw.c157 if (cq->cq_type == IRDMA_CQ_TYPE_IWARP) in irdma_process_ceq()
162 if (cq->cq_type == IRDMA_CQ_TYPE_CQP) in irdma_process_ceq()
164 else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ || in irdma_process_ceq()
165 cq->cq_type == IRDMA_CQ_TYPE_IEQ) in irdma_process_ceq()
H A Dirdma_type.h474 u8 cq_type; member
H A Dirdma_ctrl.c2517 cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP; in irdma_sc_cq_init()
4274 cq->cq_type = IRDMA_CQ_TYPE_CQP; in irdma_sc_ccq_init()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h226 enum cq_type { enum
401 enum cq_type is_tx;
800 int entries, int ring, enum cq_type mode, int node);
H A Dmlx4_en_cq.c54 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c433 dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI; in qlnxr_create_gsi_qp()
434 dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI; in qlnxr_create_gsi_qp()
H A Dqlnxr_def.h514 enum qlnxr_cq_type cq_type; member
H A Dqlnxr_verbs.c1735 cq->cq_type = QLNXR_CQ_TYPE_USER; in qlnxr_create_cq()
1746 cq->cq_type = QLNXR_CQ_TYPE_KERNEL; in qlnxr_create_cq()
1872 if (cq->cq_type != QLNXR_CQ_TYPE_GSI) { in qlnxr_destroy_cq()
2041 if ((send_cq->cq_type == QLNXR_CQ_TYPE_GSI) || in qlnxr_check_qp_attrs()
2042 (recv_cq->cq_type == QLNXR_CQ_TYPE_GSI)) { in qlnxr_check_qp_attrs()
5196 if (cq->cq_type == QLNXR_CQ_TYPE_GSI) in qlnxr_poll_cq()
5284 flags, cq, cq->cq_cons, cq->cq_type); in qlnxr_arm_cq()
5295 if (cq->cq_type == QLNXR_CQ_TYPE_GSI) { in qlnxr_arm_cq()