Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/smsc/
Dsmc911x.c495 if (!lp->tx_throttle) { in smc911x_hardware_send_pkt()
530 lp->tx_throttle = 1; in smc911x_hard_start_xmit()
1112 lp->tx_throttle = 0; in smc911x_interrupt()
1194 if (!lp->tx_throttle) { in smc911x_tx_dma_irq()
Dsmc911x.h85 int tx_throttle; member
/linux-6.1.9/drivers/staging/wlan-ng/
Dhfa384x_usb.c3785 bool tx_throttle = test_and_clear_bit(THROTTLE_TX, &hw->usb_flags) && in hfa384x_usb_throttlefn() local
3791 if (rx_throttle | tx_throttle) in hfa384x_usb_throttlefn()