Searched refs:cq_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c54 int entries, int ring, enum cq_type mode,
H A Den.h219 enum cq_type { enum
394 enum cq_type is_tx;
787 int entries, int ring, enum cq_type mode, int node);
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c438 dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI;
439 dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI;
H A Dqlnxr_def.h520 enum qlnxr_cq_type cq_type; member in struct:qlnxr_cq
H A Dqlnxr_verbs.c1917 cq->cq_type = QLNXR_CQ_TYPE_USER;
1926 cq->cq_type = QLNXR_CQ_TYPE_KERNEL;
2055 if (cq->cq_type != QLNXR_CQ_TYPE_GSI) {
2237 if ((send_cq->cq_type == QLNXR_CQ_TYPE_GSI) ||
2238 (recv_cq->cq_type == QLNXR_CQ_TYPE_GSI)) {
5657 if (cq->cq_type == QLNXR_CQ_TYPE_GSI)
5744 "cp = %p cons = 0x%x cq_type = 0x%x\n", ibcq,
5745 flags, cq, cq->cq_cons, cq->cq_type);
5756 if (cq->cq_type == QLNXR_CQ_TYPE_GSI) {

Completed in 181 milliseconds