Home
last modified time | relevance | path

Searched refs:rl_tx_desc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/netmap/
Dif_re_netmap.h81 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()
/freebsd-9-stable/sys/dev/re/
Dif_re.c1086 &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()
/freebsd-9-stable/sys/dev/rl/
Dif_rlreg.h835 struct rl_txdesc rl_tx_desc[RL_TX_DESC_CNT]; member