Lines Matching refs:xmit_len
1216 int xmit_len, hash_later, nbytes;
1247 xmit_len = ctx->total;
1251 if (IS_ALIGNED(xmit_len, BUFLEN))
1252 xmit_len -= BUFLEN;
1254 xmit_len -= xmit_len & (BUFLEN - 1);
1256 hash_later = ctx->total - xmit_len;
1264 if (xmit_len > BUFLEN) {
1274 0, xmit_len, 0);
1278 sg_set_buf(ctx->sgl, ctx->dd->xmit_buf, xmit_len);
1286 ctx->total = xmit_len;