Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h41 FW_RI_SEND_WITH_INV = 0x4, enumerator
692 FW_RI_INIT_P2PTYPE_SEND_WITH_INV = FW_RI_SEND_WITH_INV,
Dcq.c719 if (CQE_OPCODE(&cqe) == FW_RI_SEND_WITH_INV || in c4iw_poll_cq_one()
733 case FW_RI_SEND_WITH_INV: in c4iw_poll_cq_one()
Dqp.c459 V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_INV)); in build_rdma_send()
773 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()
950 send_inv = (opcode == FW_RI_SEND_WITH_INV) || in build_term_codes()
967 if ((opcode == FW_RI_SEND_WITH_INV) || in build_term_codes()
Dt4.h223 (G_CQE_OPCODE(be32_to_cpu((x)->header)) == FW_RI_SEND_WITH_INV) || \