Lines Matching refs:opcode
144 send->s_send_wr.opcode = IB_WR_SEND; in rds_iw_send_init_ring()
173 if (send->s_send_wr.opcode == 0xdead) in rds_iw_send_clear_ring()
212 printk(KERN_ERR "WC Error: status = %d opcode = %d\n", wc.status, wc.opcode); in rds_iw_send_cq_comp_handler()
216 if (wc.opcode == IB_WC_LOCAL_INV && wc.wr_id == RDS_IW_LOCAL_INV_WR_ID) { in rds_iw_send_cq_comp_handler()
221 if (wc.opcode == IB_WC_REG_MR && wc.wr_id == RDS_IW_REG_WR_ID) { in rds_iw_send_cq_comp_handler()
241 switch (send->s_send_wr.opcode) { in rds_iw_send_cq_comp_handler()
256 __func__, send->s_send_wr.opcode); in rds_iw_send_cq_comp_handler()
260 send->s_send_wr.opcode = 0xdead; in rds_iw_send_cq_comp_handler()
450 send->s_send_wr.opcode = IB_WR_SEND; in rds_iw_xmit_populate_wr()
774 send->s_reg_wr.wr.opcode = IB_WR_REG_MR; in rds_iw_build_send_reg()
878 send->s_rdma_wr.wr.opcode = IB_WR_RDMA_WRITE; in rds_iw_xmit_rdma()
880 send->s_rdma_wr.wr.opcode = IB_WR_RDMA_READ_WITH_INV; in rds_iw_xmit_rdma()
901 if (send->s_rdma_wr.wr.opcode == IB_WR_RDMA_READ_WITH_INV) in rds_iw_xmit_rdma()
916 if (send->s_rdma_wr.wr.opcode == IB_WR_RDMA_READ_WITH_INV) { in rds_iw_xmit_rdma()