Searched refs:MAX_TX_AGGR_NUM (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/wireless/ath/ath9k/ | ||
D | hif_usb.h | 57 #define MAX_TX_AGGR_NUM 20 macro |
D | hif_usb.c | 330 tx_skb_cnt = min_t(u16, hif_dev->tx.tx_skb_cnt, MAX_TX_AGGR_NUM); in __hif_usb_tx() |