Home
last modified time | relevance | path

Searched refs:RSI_MAX_VIFS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/rsi/
Drsi_main.h65 #define RSI_MAX_VIFS 3 macro
242 struct vif_priv vif_info[RSI_MAX_VIFS];
357 struct ieee80211_vif *vifs[RSI_MAX_VIFS];
Drsi_91x_mac80211.c486 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_mac80211_add_interface()
553 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_mac80211_remove_interface()
590 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_channel_change()
689 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_mac80211_config()
1106 for (ii = 0; ii < RSI_MAX_VIFS; ii++) { in rsi_mac80211_ampdu_action()
1111 if (ii >= RSI_MAX_VIFS) in rsi_mac80211_ampdu_action()
1350 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_fill_rx_status()
1728 for (cnt = 0; cnt < RSI_MAX_VIFS; cnt++) { in rsi_resume_conn_channel()
Drsi_91x_core.c357 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_get_vif()
Drsi_91x_hal.c436 for (i = 0; i < RSI_MAX_VIFS; i++) { in rsi_prepare_beacon()