Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
A 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];
A Dmain.c6587 BUG_ON(wl->num_tx_desc > WLCORE_MAX_TX_DESCRIPTORS); in wlcore_nvs_cb()

Completed in 14 milliseconds