Searched refs:cq_cons (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_iwarp.h | 1329 __le32 cq_cons /* reg0 */; member 1494 __le32 cq_cons /* reg0 */; member
|
H A D | ecore_hsi_rdma.h | 1298 __le32 cq_cons /* reg0 */; member 1894 __le32 cq_cons /* reg0 */; member
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_def.h | 531 uint32_t cq_cons; member
|
H A D | qlnxr_verbs.c | 1851 cq->cq_cons = ecore_chain_get_cons_idx_u32(&cq->pbl); in qlnxr_create_cq() 5290 cq->cq_cons += new_cons - old_cons; in qlnxr_poll_cq() 5296 doorbell_cq(dev, cq, cq->cq_cons - 1, cq->arm_flags); in qlnxr_poll_cq() 5299 (cq->cq_cons - 1), cq->arm_flags, cq->db.data.icid); in qlnxr_poll_cq() 5322 flags, cq, cq->cq_cons, cq->cq_type); in qlnxr_arm_cq() 5348 doorbell_cq(dev, cq, (cq->cq_cons - 1), cq->arm_flags); in qlnxr_arm_cq()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.c | 2744 u32 cq_cons, u32 swq_last, in bnxt_re_legacy_do_wa9060() argument 2767 cq_cons, qp->id, swq_last, cqe_sq_cons); in bnxt_re_legacy_do_wa9060() 2780 peek_sw_cq_cons = cq_cons; in bnxt_re_legacy_do_wa9060() 2855 cq_cons, qp->id, swq_last, cqe_sq_cons); in bnxt_re_legacy_do_wa9060() 2865 u32 cq_cons, struct bnxt_qplib_qp **lib_qp) in bnxt_qplib_cq_process_req() argument 2930 if (bnxt_re_legacy_do_wa9060(qp, cq, cq_cons, in bnxt_qplib_cq_process_req()
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 5088 uint16_t cq_cons /* CQ consumer updated by driver via doorbell */; member 5090 uint16_t cq_cons /* CQ consumer updated by driver via doorbell */; member 9000 uint16_t cq_cons /* CQ consumer copy of last update from driver (Q can not be overloaded) */; member 9002 uint16_t cq_cons /* CQ consumer copy of last update from driver (Q can not be overloaded) */; member
|