Lines Matching refs:swsqe
749 struct t4_swsqe *swsqe; in c4iw_post_send() local
778 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()
786 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
788 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()
793 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
799 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
807 swsqe->read_len = wr->sg_list[0].length; in c4iw_post_send()
809 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
813 swsqe->opcode = FW_RI_FAST_REGISTER; in c4iw_post_send()
823 swsqe->opcode = FW_RI_LOCAL_INV; in c4iw_post_send()
835 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
836 swsqe->complete = 0; in c4iw_post_send()
837 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
839 swsqe->flushed = 0; in c4iw_post_send()
840 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
842 swsqe->sge_ts = cxgb4_read_sge_timestamp( in c4iw_post_send()
844 getnstimeofday(&swsqe->host_ts); in c4iw_post_send()
851 swsqe->opcode, swsqe->read_len); in c4iw_post_send()