rl_tx_free       1193 dev/ic/re.c    	sc->rl_ldata.rl_tx_free = RL_TX_DESC_CNT(sc);
rl_tx_free       1400 dev/ic/re.c    		sc->rl_ldata.rl_tx_free += txq->txq_nsegs;
rl_tx_free       1401 dev/ic/re.c    		KASSERT(sc->rl_ldata.rl_tx_free <= RL_TX_DESC_CNT(sc));
rl_tx_free       1418 dev/ic/re.c    	if (sc->rl_ldata.rl_tx_free > RL_NTXDESC_RSVD)
rl_tx_free       1421 dev/ic/re.c    	if (sc->rl_ldata.rl_tx_free < RL_TX_DESC_CNT(sc)) {
rl_tx_free       1543 dev/ic/re.c    	if (sc->rl_ldata.rl_tx_free <= RL_NTXDESC_RSVD)
rl_tx_free       1587 dev/ic/re.c    	if (nsegs > sc->rl_ldata.rl_tx_free - RL_NTXDESC_RSVD) {
rl_tx_free       1695 dev/ic/re.c    	sc->rl_ldata.rl_tx_free -= nsegs;
rl_tx_free       1740 dev/ic/re.c    		    sc->rl_ldata.rl_tx_free == RL_TX_DESC_CNT(sc)) {
rl_tx_free       1765 dev/ic/re.c    		if (sc->rl_ldata.rl_tx_free != RL_TX_DESC_CNT(sc))
rl_tx_free        702 dev/ic/rtl81x9reg.h 	int			rl_tx_free;	/* # of free descriptors */