Home
last modified time | relevance | path

Searched refs:tx_throttle (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc911x.c492 if (!lp->tx_throttle) { in smc911x_hardware_send_pkt()
527 lp->tx_throttle = 1; in smc911x_hard_start_xmit()
1109 lp->tx_throttle = 0; in smc911x_interrupt()
1191 if (!lp->tx_throttle) { in smc911x_tx_dma_irq()
H A Dsmc911x.h85 int tx_throttle; member
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c3786 bool tx_throttle = test_and_clear_bit(THROTTLE_TX, &hw->usb_flags) && in hfa384x_usb_throttlefn() local
3792 if (rx_throttle | tx_throttle) in hfa384x_usb_throttlefn()