Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dwlcore_i.h56 #define WLCORE_MAX_LINKS 16 macro
370 WLCORE_MAX_LINKS)];
387 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];
A Dwlcore.h227 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];
235 u8 session_ids[WLCORE_MAX_LINKS];
379 struct wl1271_link links[WLCORE_MAX_LINKS];
A Drx.c201 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_rx()
215 if (hlid < WLCORE_MAX_LINKS) in wlcore_rx()
A Dtx.c755 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_tx_work_locked()
A Dmain.c6323 for (j = 0; j < WLCORE_MAX_LINKS; j++) in wlcore_alloc_hw()
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/
A Dtx.c146 if (hlid < WLCORE_MAX_LINKS) { in wl18xx_tx_immediate_complete()
A Dmain.c1875 BUILD_BUG_ON(WL18XX_MAX_LINKS > WLCORE_MAX_LINKS); in wl18xx_setup()
/linux-6.3-rc2/drivers/net/wireless/ti/wl12xx/
A Dmain.c1802 BUILD_BUG_ON(WL12XX_MAX_LINKS > WLCORE_MAX_LINKS); in wl12xx_setup()

Completed in 27 milliseconds