Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dif_re_netmap.h82 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()
/freebsd/sys/dev/re/
H A Dif_re.c1099 &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()
/freebsd/sys/dev/rl/
H A Dif_rlreg.h834 struct rl_txdesc rl_tx_desc[RL_TX_DESC_CNT]; member