Home
last modified time | relevance | path

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

/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.c6022 int i, nflits, nsegs; in write_gl_to_txd() local
6033 nflits = (3 * (nsegs - 1)) / 2 + ((nsegs - 1) & 1) + 2; in write_gl_to_txd()
6051 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) { in write_gl_to_txd()
6061 flitp += nflits; in write_gl_to_txd()
6068 for (i = 0; i < nflits - 2; i++) { in write_gl_to_txd()
6075 if (nflits & 1) { in write_gl_to_txd()