Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/my/
H A Dif_my.c1010 cd->my_tx_chain[i].my_nextdesc = &cd->my_tx_chain[0]; in my_list_tx_init()
1012 cd->my_tx_chain[i].my_nextdesc = in my_list_tx_init()
1040 cd->my_rx_chain[i].my_nextdesc = &cd->my_rx_chain[0]; in my_list_rx_init()
1043 cd->my_rx_chain[i].my_nextdesc = in my_list_rx_init()
1097 sc->my_cdata.my_rx_head = cur_rx->my_nextdesc; in my_rxeof()
1183 sc->my_cdata.my_tx_head = cur_tx->my_nextdesc; in my_txeof()
1319 MY_TXNEXT(c) = vtophys(&c->my_nextdesc->my_ptr->my_frag[0]); in my_encap()
1362 sc->my_cdata.my_tx_free = cur_tx->my_nextdesc; in my_start()
H A Dif_myreg.h321 struct my_chain *my_nextdesc; member
328 struct my_chain_onefrag *my_nextdesc; member