Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3539 if (cqe->flags & CQ_RES_RC_FLAGS_IMM) in bnxt_re_process_res_rc_wc()
3543 if ((cqe->flags & (CQ_RES_RC_FLAGS_RDMA | CQ_RES_RC_FLAGS_IMM)) == in bnxt_re_process_res_rc_wc()
3544 (CQ_RES_RC_FLAGS_RDMA | CQ_RES_RC_FLAGS_IMM)) in bnxt_re_process_res_rc_wc()
3716 if (cqe->flags & CQ_RES_RC_FLAGS_IMM) in bnxt_re_poll_cq()
H A Droce_hsi.h3848 #define CQ_RES_RC_FLAGS_IMM 0x2UL macro