Lines Matching refs:xmit_len
1219 int xmit_len, hash_later, nbytes;
1250 xmit_len = ctx->total;
1254 if (IS_ALIGNED(xmit_len, BUFLEN))
1255 xmit_len -= BUFLEN;
1257 xmit_len -= xmit_len & (BUFLEN - 1);
1259 hash_later = ctx->total - xmit_len;
1267 if (xmit_len > BUFLEN) {
1277 0, xmit_len, 0);
1281 sg_set_buf(ctx->sgl, ctx->dd->xmit_buf, xmit_len);
1289 ctx->total = xmit_len;