Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dif_atu.c1605 SLIST_INIT(&cd->atu_tx_free); in atu_tx_list_init()
1621 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, atu_list); in atu_tx_list_init()
1819 SLIST_INSERT_HEAD(&sc->atu_cdata.atu_tx_free, c, atu_list); in atu_txeof()
1947 c = SLIST_FIRST(&cd->atu_tx_free); in atu_start()
1949 SLIST_REMOVE_HEAD(&cd->atu_tx_free, atu_list); in atu_start()
1975 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, in atu_start()
1987 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, in atu_start()
2031 SLIST_INSERT_HEAD(&cd->atu_tx_free, c, in atu_start()
Dif_atureg.h160 struct atu_list_head atu_tx_free; member