Searched refs:checkwrap (Results 1 – 1 of 1) sorted by relevance
6042 int ndesc, i, checkwrap; in write_txpkts_wr() local6066 checkwrap = eq->sidx - ndesc < eq->pidx; in write_txpkts_wr()6086 if (checkwrap && in write_txpkts_wr()6117 if (checkwrap && in write_txpkts_wr()6121 write_gl_to_txd(txq, m, (caddr_t *)(&flitp), checkwrap); in write_txpkts_wr()6230 write_gl_to_txd(struct sge_txq *txq, struct mbuf *m, caddr_t *to, int checkwrap) in write_gl_to_txd() argument6266 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) { in write_gl_to_txd()