Searched refs:rl_tx_desc (Results 1 – 3 of 3) sorted by relevance
82 struct rl_txdesc *txd = sc->rl_ldata.rl_tx_desc; in re_netmap_txsync()298 txd = sc->rl_ldata.rl_tx_desc; in re_netmap_tx_init()
1099 &sc->rl_ldata.rl_tx_desc[i].tx_dmamap); in re_allocmem()1871 if (sc->rl_ldata.rl_tx_desc[i].tx_dmamap) in re_detach()1873 sc->rl_ldata.rl_tx_desc[i].tx_dmamap); in re_detach()2084 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL; in re_tx_list_init()2440 txd = &sc->rl_ldata.rl_tx_desc[cons]; in re_txeof()2789 txd = &sc->rl_ldata.rl_tx_desc[prod]; in re_encap()2909 txd_last = &sc->rl_ldata.rl_tx_desc[ei]; in re_encap()3666 txd = &sc->rl_ldata.rl_tx_desc[i]; in re_stop()
834 struct rl_txdesc rl_tx_desc[RL_TX_DESC_CNT]; member