Searched refs:MAX_TX_BUF_NUM (Results 1 – 5 of 5) sorted by relevance
37 #define MAX_TX_BUF_NUM 256 macro
280 #define ATH9K_HTC_TX_THRESHOLD (MAX_TX_BUF_NUM - ATH9K_HTC_TX_RESERVE)295 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
84 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()
378 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()
381 if (hif_dev->tx.tx_skb_cnt > MAX_TX_BUF_NUM) { in hif_usb_send_tx()