Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhif_usb.h55 #define MAX_TX_BUF_NUM 256 macro
A Dhtc.h291 #define ATH9K_HTC_TX_THRESHOLD (MAX_TX_BUF_NUM - ATH9K_HTC_TX_RESERVE)
306 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
A Dhtc_drv_debug.c300 MAX_TX_BUF_NUM, priv->tx.tx_slot, in read_file_slot()
301 bitmap_weight(priv->tx.tx_slot, MAX_TX_BUF_NUM)); in read_file_slot()
A 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()
A Dhif_usb.c392 if (hif_dev->tx.tx_skb_cnt > MAX_TX_BUF_NUM) { in hif_usb_send_tx()

Completed in 12 milliseconds