Home
last modified time | relevance | path

Searched refs:FW_RI_SEND_WITH_INV (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h41 FW_RI_SEND_WITH_INV = 0x4, enumerator
762 FW_RI_INIT_P2PTYPE_SEND_WITH_INV = FW_RI_SEND_WITH_INV,
Dqp.c514 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND_WITH_INV)); in build_rdma_send()
736 swsqe->opcode = FW_RI_SEND_WITH_INV; in post_write_cmpl()
952 opcode = FW_RI_SEND_WITH_INV; in ib_to_fw_opcode()
1160 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()
1442 send_inv = (opcode == FW_RI_SEND_WITH_INV) || in build_term_codes()
1459 if ((opcode == FW_RI_SEND_WITH_INV) || in build_term_codes()
Dcq.c798 case FW_RI_SEND_WITH_INV: in __c4iw_poll_cq_one()
826 case FW_RI_SEND_WITH_INV: in __c4iw_poll_cq_one()
Dt4.h264 (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND_WITH_INV) || \