Home
last modified time | relevance | path

Searched refs:WLCORE_MAX_LINKS (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h70 #define WLCORE_MAX_LINKS 16 macro
383 WLCORE_MAX_LINKS)];
400 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];
Dwlcore.h239 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];
247 u8 session_ids[WLCORE_MAX_LINKS];
391 struct wl1271_link links[WLCORE_MAX_LINKS];
Drx.c215 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_rx()
229 if (hlid < WLCORE_MAX_LINKS) in wlcore_rx()
Dtx.c769 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_tx_work_locked()
Dmain.c6392 for (j = 0; j < WLCORE_MAX_LINKS; j++) in wlcore_alloc_hw()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dtx.c160 if (hlid < WLCORE_MAX_LINKS) { in wl18xx_tx_immediate_complete()
Dmain.c1927 BUILD_BUG_ON(WL18XX_MAX_LINKS > WLCORE_MAX_LINKS); in wl18xx_setup()
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c1812 BUILD_BUG_ON(WL12XX_MAX_LINKS > WLCORE_MAX_LINKS); in wl12xx_setup()