Home
last modified time | relevance | path

Searched refs:n_vifs (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/mac80211/
Dtrace.h1439 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
Ddriver-ops.h1096 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()
Dchan.c1143 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/
Dmac80211.h3350 int n_vifs,
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c3601 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/
Dmain.c4801 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()