Searched refs:uc_tx_inactive (Results 1 – 3 of 3) sorted by relevance
74 bf = STAILQ_FIRST(&uc->uc_tx_inactive); in _rtwn_usb_getbuf()76 STAILQ_REMOVE_HEAD(&uc->uc_tx_inactive, next); in _rtwn_usb_getbuf()118 STAILQ_INSERT_TAIL(&uc->uc_tx_inactive, data, next); in rtwn_usb_txeof()339 if (STAILQ_EMPTY(&uc->uc_tx_inactive)) in rtwn_usb_tx_start()
164 STAILQ_INIT(&uc->uc_tx_inactive); in rtwn_usb_alloc_tx_list()166 STAILQ_INSERT_HEAD(&uc->uc_tx_inactive, &uc->uc_tx[i], next); in rtwn_usb_alloc_tx_list()220 STAILQ_INIT(&uc->uc_tx_inactive); in rtwn_usb_free_tx_list()266 STAILQ_INSERT_TAIL(&uc->uc_tx_inactive, dp, next); in rtwn_usb_reset_tx_list()
76 rtwn_datahead uc_tx_inactive; member