Searched refs:HIF_USB_TX_STOP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h63 #define HIF_USB_TX_STOP BIT(0) macro
H A Dhif_usb.c178 if (hif_dev->tx.flags & HIF_USB_TX_STOP) {
201 if (!(hif_dev->tx.flags & HIF_USB_TX_STOP))
283 if (hif_dev->tx.flags & HIF_USB_TX_STOP) {
321 hif_dev->tx.flags &= ~HIF_USB_TX_STOP;
334 hif_dev->tx.flags |= HIF_USB_TX_STOP;

Completed in 684 milliseconds