Searched refs:my_tx_chain (Results 1 – 2 of 2) sorted by relevance
1008 cd->my_tx_chain[i].my_ptr = &ld->my_tx_list[i]; in my_list_tx_init()1010 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()1013 &cd->my_tx_chain[i + 1]; in my_list_tx_init()1015 cd->my_tx_free = &cd->my_tx_chain[0]; in my_list_tx_init()1729 if (sc->my_cdata.my_tx_chain[i].my_mbuf != NULL) { in my_stop()1730 m_freem(sc->my_cdata.my_tx_chain[i].my_mbuf); in my_stop()1731 sc->my_cdata.my_tx_chain[i].my_mbuf = NULL; in my_stop()
333 struct my_chain my_tx_chain[MY_TX_LIST_CNT]; member