Searched refs:nflits (Results 1 – 2 of 2) sorted by relevance
1049 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()
6043 int i, nflits, nsegs; in write_gl_to_txd() local6054 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()