Searched refs:rl_tx_free (Results 1 – 3 of 3) sorted by relevance
2098 sc->rl_ldata.rl_tx_free = sc->rl_ldata.rl_tx_desc_cnt; in re_tx_list_init()2457 sc->rl_ldata.rl_tx_free++; in re_txeof()2464 if (sc->rl_ldata.rl_tx_free != sc->rl_ldata.rl_tx_desc_cnt) { in re_txeof()2816 if (sc->rl_ldata.rl_tx_free - nsegs <= 1) { in re_encap()2890 sc->rl_ldata.rl_tx_free--; in re_encap()2962 sc->rl_ldata.rl_tx_free > 1;) { in re_start_locked()2986 if (sc->rl_ldata.rl_tx_free != sc->rl_ldata.rl_tx_desc_cnt) in re_start_locked()3570 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