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

/freebsd-13-stable/sys/dev/my/
H A Dif_my.c1027 cd->my_tx_free = &cd->my_tx_chain[0];
1406 if (sc->my_cdata.my_tx_free->my_mbuf != NULL) {
1410 start_tx = sc->my_cdata.my_tx_free;
1411 while (sc->my_cdata.my_tx_free->my_mbuf == NULL) {
1417 cur_tx = sc->my_cdata.my_tx_free;
1418 sc->my_cdata.my_tx_free = cur_tx->my_nextdesc;
H A Dif_myreg.h341 struct my_chain *my_tx_free; member in struct:my_chain_data

Completed in 43 milliseconds