Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/my/
H A Dif_my.c1015 cd->my_tx_free = &cd->my_tx_chain[0]; in my_list_tx_init()
1348 if (sc->my_cdata.my_tx_free->my_mbuf != NULL) { in my_start()
1354 start_tx = sc->my_cdata.my_tx_free; in my_start()
1355 while (sc->my_cdata.my_tx_free->my_mbuf == NULL) { in my_start()
1361 cur_tx = sc->my_cdata.my_tx_free; in my_start()
1362 sc->my_cdata.my_tx_free = cur_tx->my_nextdesc; in my_start()
H A Dif_myreg.h340 struct my_chain *my_tx_free; member