Home
last modified time | relevance | path

Searched refs:WLCORE_MAX_TX_DESCRIPTORS (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dwlcore.h18 #define WLCORE_MAX_TX_DESCRIPTORS 32 macro
275 unsigned long tx_frames_map[BITS_TO_LONGS(WLCORE_MAX_TX_DESCRIPTORS)];
276 struct sk_buff *tx_frames[WLCORE_MAX_TX_DESCRIPTORS];
Dmain.c6514 BUG_ON(wl->num_tx_desc > WLCORE_MAX_TX_DESCRIPTORS); in wlcore_nvs_cb()