Searched refs:rl_tx_desc (Results 1 – 3 of 3) sorted by relevance
81 struct rl_txdesc *txd = sc->rl_ldata.rl_tx_desc; in re_netmap_txsync()308 txd = sc->rl_ldata.rl_tx_desc; in re_netmap_tx_init()
1086 &sc->rl_ldata.rl_tx_desc[i].tx_dmamap); in re_allocmem()1855 if (sc->rl_ldata.rl_tx_desc[i].tx_dmamap) in re_detach()1857 sc->rl_ldata.rl_tx_desc[i].tx_dmamap); in re_detach()2068 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL; in re_tx_list_init()2424 txd = &sc->rl_ldata.rl_tx_desc[cons]; in re_txeof()2773 txd = &sc->rl_ldata.rl_tx_desc[prod]; in re_encap()2893 txd_last = &sc->rl_ldata.rl_tx_desc[ei]; in re_encap()3640 txd = &sc->rl_ldata.rl_tx_desc[i]; in re_stop()
835 struct rl_txdesc rl_tx_desc[RL_TX_DESC_CNT]; member