Searched refs:RE_TX_QLEN (Results 1 – 2 of 2) sorted by relevance
129 #define RE_TX_QLEN 64 macro146 struct re_txq re_txq[RE_TX_QLEN];241 #define RE_NEXT_TXQ(sc, x) (((x) + 1) & (RE_TX_QLEN - 1))
832 for (i = 0; i < RE_TX_QLEN; i++) { in re_attach()978 for (i = 0; i < RE_TX_QLEN; i++) in re_attach()1060 for (i = 0; i < RE_TX_QLEN; i++) in re_detach()1194 for (i = 0; i < RE_TX_QLEN; i++) { in re_tx_list_init()1204 sc->re_ldata.re_txq_free = RE_TX_QLEN; in re_tx_list_init()1448 sc->re_ldata.re_txq_free < RE_TX_QLEN; in re_txeof()1493 if (sc->re_ldata.re_txq_free < RE_TX_QLEN) { in re_txeof()2212 for (i = 0; i < RE_TX_QLEN; i++) { in re_stop()