Lines Matching refs:swsqe

696 	struct t4_swsqe *swsqe;  in post_write_cmpl()  local
711 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl()
712 swsqe->opcode = FW_RI_RDMA_WRITE; in post_write_cmpl()
713 swsqe->idx = qhp->wq.sq.pidx; in post_write_cmpl()
714 swsqe->complete = 0; in post_write_cmpl()
715 swsqe->signaled = write_signaled; in post_write_cmpl()
716 swsqe->flushed = 0; in post_write_cmpl()
717 swsqe->wr_id = wr->wr_id; in post_write_cmpl()
719 swsqe->sge_ts = in post_write_cmpl()
721 swsqe->host_time = ktime_get(); in post_write_cmpl()
732 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl()
734 swsqe->opcode = FW_RI_SEND; in post_write_cmpl()
736 swsqe->opcode = FW_RI_SEND_WITH_INV; in post_write_cmpl()
737 swsqe->idx = qhp->wq.sq.pidx; in post_write_cmpl()
738 swsqe->complete = 0; in post_write_cmpl()
739 swsqe->signaled = send_signaled; in post_write_cmpl()
740 swsqe->flushed = 0; in post_write_cmpl()
741 swsqe->wr_id = wr->next->wr_id; in post_write_cmpl()
743 swsqe->sge_ts = in post_write_cmpl()
745 swsqe->host_time = ktime_get(); in post_write_cmpl()
1088 struct t4_swsqe *swsqe; in c4iw_post_send() local
1150 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()
1158 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
1160 swsqe->opcode = FW_RI_SEND_WITH_INV; in c4iw_post_send()
1172 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
1178 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
1188 swsqe->read_len = wr->sg_list[0].length; in c4iw_post_send()
1190 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
1195 swsqe->opcode = FW_RI_FAST_REGISTER; in c4iw_post_send()
1216 swsqe->opcode = FW_RI_LOCAL_INV; in c4iw_post_send()
1229 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
1230 swsqe->complete = 0; in c4iw_post_send()
1231 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
1233 swsqe->flushed = 0; in c4iw_post_send()
1234 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
1236 swsqe->sge_ts = cxgb4_read_sge_timestamp( in c4iw_post_send()
1238 swsqe->host_time = ktime_get(); in c4iw_post_send()
1245 swsqe->opcode, swsqe->read_len); in c4iw_post_send()