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