Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c557 ASSERT(dp->tx_busy_cnt == dp->ugc.usbgc_tx_list_max); in usbgem_send_common()
570 dp->tx_busy_cnt++; in usbgem_send_common()
615 dp->tx_busy_cnt--; in usbgem_send_common()
745 dp->tx_busy_cnt != 0 && in usbgem_tx_timeout()
762 dp->tx_busy_cnt ? now - dp->tx_start_time : 0); in usbgem_tx_timeout()
938 dp->tx_busy_cnt)); in usbgem_bulkout_cb()
959 ASSERT(dp->tx_busy_cnt > 0); in usbgem_bulkout_cb()
962 dp->tx_busy_cnt--; in usbgem_bulkout_cb()
970 if (dp->mac_state != MAC_STATE_ONLINE && dp->tx_busy_cnt == 0) { in usbgem_bulkout_cb()
2183 dp->tx_busy_cnt = 0; in usbgem_mac_init()
[all …]
H A Dusbgem.h124 int tx_busy_cnt; member