Home
last modified time | relevance | path

Searched refs:tl_tx_tail (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/tl/
H A Dif_tl.c1302 cd->tl_tx_tail = cd->tl_tx_head = NULL; in tl_list_tx_init()
1538 sc->tl_cdata.tl_tx_tail = NULL; in tl_intvec_txeoc()
1883 sc->tl_cdata.tl_tx_tail = cur_tx; in tl_start()
1894 sc->tl_cdata.tl_tx_tail->tl_next = start_tx; in tl_start()
1895 sc->tl_cdata.tl_tx_tail = cur_tx; in tl_start()
H A Dif_tlreg.h108 struct tl_chain *tl_tx_tail; member