Searched refs:checkwrap (Results 1 – 1 of 1) sorted by relevance
5848 int ndesc, i, checkwrap; in write_txpkts_wr() local5872 checkwrap = eq->sidx - ndesc < eq->pidx; in write_txpkts_wr()5892 if (checkwrap && in write_txpkts_wr()5923 if (checkwrap && in write_txpkts_wr()5927 write_gl_to_txd(txq, m, (caddr_t *)(&flitp), checkwrap); in write_txpkts_wr()6036 write_gl_to_txd(struct sge_txq *txq, struct mbuf *m, caddr_t *to, int checkwrap) in write_gl_to_txd() argument6072 if (checkwrap == 0 || (uintptr_t)(flitp + nflits) <= (uintptr_t)wrap) { in write_gl_to_txd()