Searched refs:my_tx_chain (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/my/
H A Dif_my.c1020 cd->my_tx_chain[i].my_ptr = &ld->my_tx_list[i];
1022 cd->my_tx_chain[i].my_nextdesc = &cd->my_tx_chain[0];
1024 cd->my_tx_chain[i].my_nextdesc =
1025 &cd->my_tx_chain[i + 1];
1027 cd->my_tx_free = &cd->my_tx_chain[0];
1741 if (sc->my_cdata.my_tx_chain[i].my_mbuf != NULL) {
1742 m_freem(sc->my_cdata.my_tx_chain[i].my_mbuf);
1743 sc->my_cdata.my_tx_chain[i].my_mbuf = NULL;
H A Dif_myreg.h335 struct my_chain my_tx_chain[MY_TX_LIST_CNT]; member in struct:my_chain_data

Completed in 102 milliseconds