Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h115 int rx_busy_cnt; member
H A Dusbgem.c437 dp->rx_busy_cnt++; in usbgem_init_rx_buf()
912 dp->rx_busy_cnt--; in usbgem_bulkin_cb()
913 if (dp->rx_busy_cnt == 0) { in usbgem_bulkin_cb()
2189 dp->rx_busy_cnt = 0; in usbgem_mac_init()
2330 dp->name, __func__, dp->rx_busy_cnt, dp->tx_busy_cnt)); in usbgem_mac_stop()
2339 while (dp->rx_busy_cnt > 0) { in usbgem_mac_stop()
2345 dp->name, __func__, dp->rx_busy_cnt)); in usbgem_mac_stop()