Searched refs:FW_RI_SEND (Results 1 – 4 of 4) sorted by relevance
40 FW_RI_SEND = 0x3, enumerator747 FW_RI_INIT_P2PTYPE_SEND = FW_RI_SEND,
192 CQE_OPCODE_V(FW_RI_SEND) | in insert_recv_cqe()795 case FW_RI_SEND: in __c4iw_poll_cq_one()831 case FW_RI_SEND: in __c4iw_poll_cq_one()
505 FW_RI_SEND_WR_SENDOP_V(FW_RI_SEND)); in build_rdma_send()734 swsqe->opcode = FW_RI_SEND; in post_write_cmpl()955 opcode = FW_RI_SEND; in ib_to_fw_opcode()1048 CQE_OPCODE_V(FW_RI_SEND) | in complete_rq_drain_wr()1158 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
262 (CQE_OPCODE_G(be32_to_cpu((x)->header)) == FW_RI_SEND) || \