Lines Matching refs:swsqe
319 struct t4_swsqe *swsqe; in c4iw_post_send() local
348 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()
355 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
361 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
367 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
372 swsqe->read_len = wr->sg_list ? wr->sg_list[0].length : in c4iw_post_send()
375 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
386 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
387 swsqe->complete = 0; in c4iw_post_send()
388 swsqe->signaled = (wr->send_flags & IBV_SEND_SIGNALED) || in c4iw_post_send()
390 swsqe->flushed = 0; in c4iw_post_send()
391 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
396 swsqe->opcode); in c4iw_post_send()