Home
last modified time | relevance | path

Searched refs:CQ_RES_RC_FLAGS_IMM (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3672 if (cqe->flags & CQ_RES_RC_FLAGS_IMM) in bnxt_re_process_res_rc_wc()
3676 if ((cqe->flags & (CQ_RES_RC_FLAGS_RDMA | CQ_RES_RC_FLAGS_IMM)) == in bnxt_re_process_res_rc_wc()
3677 (CQ_RES_RC_FLAGS_RDMA | CQ_RES_RC_FLAGS_IMM)) in bnxt_re_process_res_rc_wc()
3849 if (cqe->flags & CQ_RES_RC_FLAGS_IMM) in bnxt_re_poll_cq()
H A Droce_hsi.h3981 #define CQ_RES_RC_FLAGS_IMM 0x2UL macro