Lines Matching refs:swsqe
784 struct t4_swsqe *swsqe; in c4iw_post_send() local
819 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()
827 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
829 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()
834 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
840 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
851 swsqe->read_len = wr->sg_list[0].length; in c4iw_post_send()
853 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
858 swsqe->opcode = FW_RI_FAST_REGISTER; in c4iw_post_send()
879 swsqe->opcode = FW_RI_LOCAL_INV; in c4iw_post_send()
892 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
893 swsqe->complete = 0; in c4iw_post_send()
894 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
896 swsqe->flushed = 0; in c4iw_post_send()
897 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
904 swsqe->opcode, swsqe->read_len); in c4iw_post_send()