Searched refs:rl_tx_free (Results 1 – 3 of 3) sorted by relevance
2100 sc->rl_ldata.rl_tx_free = sc->rl_ldata.rl_tx_desc_cnt; in re_tx_list_init()2459 sc->rl_ldata.rl_tx_free++; in re_txeof()2466 if (sc->rl_ldata.rl_tx_free != sc->rl_ldata.rl_tx_desc_cnt) { in re_txeof()2818 if (sc->rl_ldata.rl_tx_free - nsegs <= 1) { in re_encap()2892 sc->rl_ldata.rl_tx_free--; in re_encap()2964 sc->rl_ldata.rl_tx_free > 1;) { in re_start_locked()2988 if (sc->rl_ldata.rl_tx_free != sc->rl_ldata.rl_tx_desc_cnt) in re_start_locked()3573 if (sc->rl_ldata.rl_tx_free == sc->rl_ldata.rl_tx_desc_cnt) { in re_watchdog()
158 sc->rl_ldata.rl_tx_free += n; in re_netmap_txsync()
842 int rl_tx_free; member