Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
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.c6043 int i, nflits, nsegs; in write_gl_to_txd() local
6054 nflits = (3 * (nsegs - 1)) / 2 + ((nsegs - 1) & 1) + 2; in write_gl_to_txd()
6072 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) { in write_gl_to_txd()
6082 flitp += nflits; in write_gl_to_txd()
6089 for (i = 0; i < nflits - 2; i++) { in write_gl_to_txd()
6096 if (nflits & 1) { in write_gl_to_txd()