Searched refs:checkwrap (Results 1 – 1 of 1) sorted by relevance
5850 int ndesc, i, checkwrap; in write_txpkts_wr() local5874 checkwrap = eq->sidx - ndesc < eq->pidx; in write_txpkts_wr()5894 if (checkwrap && in write_txpkts_wr()5925 if (checkwrap && in write_txpkts_wr()5929 write_gl_to_txd(txq, m, (caddr_t *)(&flitp), checkwrap); in write_txpkts_wr()6038 write_gl_to_txd(struct sge_txq *txq, struct mbuf *m, caddr_t *to, int checkwrap) in write_gl_to_txd() argument6074 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) { in write_gl_to_txd()