Searched refs:n_vifs (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | trace.h | 1439 int n_vifs, enum ieee80211_chanctx_switch_mode mode), 1440 TP_ARGS(local, vifs, n_vifs, mode), 1444 __field(int, n_vifs) 1447 sizeof(struct trace_switch_entry) * n_vifs) 1452 __entry->n_vifs = n_vifs; 1459 for (i = 0; i < n_vifs; i++) { 1493 LOCAL_PR_ARG, __entry->n_vifs, __entry->mode
|
D | driver-ops.h | 1096 int n_vifs, in drv_switch_vif_chanctx() argument 1105 for (i = 0; i < n_vifs; i++) { in drv_switch_vif_chanctx() 1122 trace_drv_switch_vif_chanctx(local, vifs, n_vifs, mode); in drv_switch_vif_chanctx() 1124 vifs, n_vifs, mode); in drv_switch_vif_chanctx() 1128 for (i = 0; i < n_vifs; i++) { in drv_switch_vif_chanctx()
|
D | chan.c | 1143 int n_vifs) in ieee80211_chsw_switch_vifs() argument 1153 vif_chsw = kzalloc(sizeof(vif_chsw[0]) * n_vifs, GFP_KERNEL); in ieee80211_chsw_switch_vifs() 1182 err = drv_switch_vif_chanctx(local, vif_chsw, n_vifs, in ieee80211_chsw_switch_vifs()
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 3350 int n_vifs,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 3601 int n_vifs, in iwl_mvm_switch_vif_chanctx() argument 3608 if (n_vifs > 1) in iwl_mvm_switch_vif_chanctx()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | main.c | 4801 int n_vifs, in wlcore_op_switch_vif_chanctx() argument 4809 n_vifs, mode); in wlcore_op_switch_vif_chanctx() 4817 for (i = 0; i < n_vifs; i++) { in wlcore_op_switch_vif_chanctx()
|