Lines Matching refs:wc
279 struct ib_wc wc; in rds_ib_send_cq_comp_handler() local
293 while (ib_poll_cq(cq, 1, &wc) > 0) { in rds_ib_send_cq_comp_handler()
295 (unsigned long long)wc.wr_id, wc.status, in rds_ib_send_cq_comp_handler()
296 rds_ib_wc_status_str(wc.status), wc.byte_len, in rds_ib_send_cq_comp_handler()
297 be32_to_cpu(wc.ex.imm_data)); in rds_ib_send_cq_comp_handler()
300 if (wc.wr_id == RDS_IB_ACK_WR_ID) { in rds_ib_send_cq_comp_handler()
309 completed = rds_ib_ring_completed(&ic->i_send_ring, wc.wr_id, oldest); in rds_ib_send_cq_comp_handler()
316 rm = rds_ib_send_unmap_op(ic, send, wc.status); in rds_ib_send_cq_comp_handler()
343 if (wc.status != IB_WC_SUCCESS && rds_conn_up(conn)) { in rds_ib_send_cq_comp_handler()
346 &conn->c_faddr, wc.status, in rds_ib_send_cq_comp_handler()
347 rds_ib_wc_status_str(wc.status)); in rds_ib_send_cq_comp_handler()