Lines Matching refs:opcode
144 send->s_wr.opcode = IB_WR_SEND; in rds_iw_send_init_ring()
181 if (send->s_wr.opcode == 0xdead) in rds_iw_send_clear_ring()
220 printk(KERN_ERR "WC Error: status = %d opcode = %d\n", wc.status, wc.opcode); in rds_iw_send_cq_comp_handler()
224 if (wc.opcode == IB_WC_LOCAL_INV && wc.wr_id == RDS_IW_LOCAL_INV_WR_ID) { in rds_iw_send_cq_comp_handler()
229 if (wc.opcode == IB_WC_FAST_REG_MR && wc.wr_id == RDS_IW_FAST_REG_WR_ID) { in rds_iw_send_cq_comp_handler()
249 switch (send->s_wr.opcode) { in rds_iw_send_cq_comp_handler()
264 __func__, send->s_wr.opcode); in rds_iw_send_cq_comp_handler()
268 send->s_wr.opcode = 0xdead; in rds_iw_send_cq_comp_handler()
458 send->s_wr.opcode = IB_WR_SEND; in rds_iw_xmit_populate_wr()
776 send->s_wr.opcode = IB_WR_FAST_REG_MR; in rds_iw_build_send_fastreg()
878 send->s_wr.opcode = IB_WR_RDMA_WRITE; in rds_iw_xmit_rdma()
880 send->s_wr.opcode = IB_WR_RDMA_READ_WITH_INV; in rds_iw_xmit_rdma()
900 if (send->s_wr.opcode == IB_WR_RDMA_READ_WITH_INV) in rds_iw_xmit_rdma()
915 if (send->s_wr.opcode == IB_WR_RDMA_READ_WITH_INV) { in rds_iw_xmit_rdma()