Lines Matching defs:byte_off
239 u32 total_size = 0, byte_off;
284 for (byte_off = 32; i < op_info->num_lo_sges; i++) {
285 qp->wqe_ops.iw_set_fragment(wqe, byte_off,
288 byte_off += 16;
294 qp->wqe_ops.iw_set_fragment(wqe, byte_off, NULL,
332 u32 i, byte_off, total_size = 0;
364 for (i = 1, byte_off = 32; i < op_info->num_lo_sges; ++i) {
365 qp->wqe_ops.iw_set_fragment(wqe, byte_off,
368 byte_off += 16;
374 qp->wqe_ops.iw_set_fragment(wqe, byte_off, NULL,
413 u32 i, wqe_idx, total_size = 0, byte_off;
454 for (byte_off = 32; i < op_info->num_sges; i++) {
455 qp->wqe_ops.iw_set_fragment(wqe, byte_off, &op_info->sg_list[i],
457 byte_off += 16;
463 qp->wqe_ops.iw_set_fragment(wqe, byte_off, NULL,
844 u32 wqe_idx, i, byte_off;
861 for (i = 1, byte_off = 32; i < info->num_sges; i++) {
862 qp->wqe_ops.iw_set_fragment(wqe, byte_off, &info->sg_list[i],
864 byte_off += 16;
870 qp->wqe_ops.iw_set_fragment(wqe, byte_off, NULL,