Home
last modified time | relevance | path

Searched refs:MAX_TX_BUF_NUM (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dhif_usb.h37 #define MAX_TX_BUF_NUM 256 macro
Dhtc.h280 #define ATH9K_HTC_TX_THRESHOLD (MAX_TX_BUF_NUM - ATH9K_HTC_TX_RESERVE)
295 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
Dhtc_drv_txrx.c84 slot = find_first_zero_bit(priv->tx.tx_slot, MAX_TX_BUF_NUM); in ath9k_htc_tx_get_slot()
85 if (slot >= MAX_TX_BUF_NUM) { in ath9k_htc_tx_get_slot()
Dhtc_drv_debug.c378 priv->tx.tx_slot, MAX_TX_BUF_NUM); in read_file_slot()
384 bitmap_weight(priv->tx.tx_slot, MAX_TX_BUF_NUM)); in read_file_slot()
Dhif_usb.c381 if (hif_dev->tx.tx_skb_cnt > MAX_TX_BUF_NUM) { in hif_usb_send_tx()