Lines Matching defs:wqe
155 * rvt_restart_sge - rewind the sge state for a wqe
157 * @wqe: the wqe to rewind
158 * @len: the data length from the start of the wqe in bytes
162 u32 rvt_restart_sge(struct rvt_sge_state *ss, struct rvt_swqe *wqe, u32 len)
164 ss->sge = wqe->sg_list[0];
165 ss->sg_list = wqe->sg_list + 1;
166 ss->num_sge = wqe->wr.num_sge;
167 ss->total_len = wqe->length;
169 return wqe->length - len;