Home
last modified time | relevance | path

Searched refs:nflits (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c1087 int i, nflits, nsegs; in write_gl_to_buf() local
1095 nflits = (3 * (nsegs - 1)) / 2 + ((nsegs - 1) & 1) + 2; in write_gl_to_buf()
1112 flitp += nflits; in write_gl_to_buf()
1114 if (nflits & 1) { in write_gl_to_buf()
H A Dt6_kern_tls.c1049 int i, nflits, nsegs; in write_gl_to_buf() local
1057 nflits = (3 * (nsegs - 1)) / 2 + ((nsegs - 1) & 1) + 2; in write_gl_to_buf()
1074 flitp += nflits; in write_gl_to_buf()
1076 if (nflits & 1) { in write_gl_to_buf()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6235 int i, nflits, nsegs; in write_gl_to_txd() local
6246 nflits = (3 * (nsegs - 1)) / 2 + ((nsegs - 1) & 1) + 2; in write_gl_to_txd()
6264 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) { in write_gl_to_txd()
6274 flitp += nflits; in write_gl_to_txd()
6281 for (i = 0; i < nflits - 2; i++) { in write_gl_to_txd()
6288 if (nflits & 1) { in write_gl_to_txd()