Lines Matching refs:swsqe
734 struct t4_swsqe *swsqe; in c4iw_post_send() local
763 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()
771 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
773 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()
778 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
784 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
792 swsqe->read_len = wr->sg_list[0].length; in c4iw_post_send()
794 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
798 swsqe->opcode = FW_RI_FAST_REGISTER; in c4iw_post_send()
808 swsqe->opcode = FW_RI_LOCAL_INV; in c4iw_post_send()
820 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
821 swsqe->complete = 0; in c4iw_post_send()
822 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
824 swsqe->flushed = 0; in c4iw_post_send()
825 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
827 swsqe->sge_ts = cxgb4_read_sge_timestamp( in c4iw_post_send()
829 getnstimeofday(&swsqe->host_ts); in c4iw_post_send()
836 swsqe->opcode, swsqe->read_len); in c4iw_post_send()