Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h94 #define HIF_USB_TX_STOP BIT(0) macro
H A Dhif_usb.c301 if (!(hif_dev->tx.flags & HIF_USB_TX_STOP)) in hif_usb_tx_cb()
384 if (hif_dev->tx.flags & HIF_USB_TX_STOP) { in hif_usb_send_tx()
432 hif_dev->tx.flags &= ~HIF_USB_TX_STOP; in hif_usb_start()
445 hif_dev->tx.flags |= HIF_USB_TX_STOP; in hif_usb_stop()