Searched refs:MAX_TX_BUF_NUM (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.h | 55 #define MAX_TX_BUF_NUM 256 macro
|
H A D | htc.h | 291 #define ATH9K_HTC_TX_THRESHOLD (MAX_TX_BUF_NUM - ATH9K_HTC_TX_RESERVE) 306 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
|
H A D | htc_drv_debug.c | 300 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()
|
H A D | htc_drv_txrx.c | 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()
|
H A D | hif_usb.c | 392 if (hif_dev->tx.tx_skb_cnt > MAX_TX_BUF_NUM) { in hif_usb_send_tx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.h | 55 #define MAX_TX_BUF_NUM 256 macro
|
H A D | htc.h | 291 #define ATH9K_HTC_TX_THRESHOLD (MAX_TX_BUF_NUM - ATH9K_HTC_TX_RESERVE) 306 DECLARE_BITMAP(tx_slot, MAX_TX_BUF_NUM);
|
H A D | htc_drv_debug.c | 300 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()
|
H A D | htc_drv_txrx.c | 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()
|
H A D | hif_usb.c | 390 if (hif_dev->tx.tx_skb_cnt > MAX_TX_BUF_NUM) { in hif_usb_send_tx()
|
Completed in 11 milliseconds