Home
last modified time | relevance | path

Searched refs:vifs (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c668 struct iwl_power_vifs *vifs) in iwl_mvm_power_set_pm()
684 if (vifs->bss_vif) in iwl_mvm_power_set_pm()
685 bss_mvmvif = iwl_mvm_vif_from_mac80211(vifs->bss_vif); in iwl_mvm_power_set_pm()
687 if (vifs->p2p_vif) in iwl_mvm_power_set_pm()
688 p2p_mvmvif = iwl_mvm_vif_from_mac80211(vifs->p2p_vif); in iwl_mvm_power_set_pm()
690 if (vifs->ap_vif) in iwl_mvm_power_set_pm()
691 ap_mvmvif = iwl_mvm_vif_from_mac80211(vifs->ap_vif); in iwl_mvm_power_set_pm()
698 if (vifs->bss_active && !vifs->p2p_active && !vifs in iwl_mvm_power_set_pm()
667 iwl_mvm_power_set_pm(struct iwl_mvm *mvm, struct iwl_power_vifs *vifs) iwl_mvm_power_set_pm() argument
959 struct iwl_power_vifs vifs = { iwl_mvm_power_update_ps() local
983 struct iwl_power_vifs vifs = { iwl_mvm_power_update_mac() local
[all...]
H A Dmac80211.c4327 struct ieee80211_vif_chanctx_switch *vifs) in iwl_mvm_switch_vif_chanctx_swap()
4332 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_swap()
4333 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx_swap()
4335 ret = __iwl_mvm_add_chanctx(mvm, vifs[0].new_ctx); in iwl_mvm_switch_vif_chanctx_swap()
4341 ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].new_ctx, in iwl_mvm_switch_vif_chanctx_swap()
4356 __iwl_mvm_remove_chanctx(mvm, vifs[0].new_ctx); in iwl_mvm_switch_vif_chanctx_swap()
4359 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) { in iwl_mvm_switch_vif_chanctx_swap()
4364 if (__iwl_mvm_assign_vif_chanctx(mvm, vifs[ in iwl_mvm_switch_vif_chanctx_swap()
4326 iwl_mvm_switch_vif_chanctx_swap(struct iwl_mvm *mvm, struct ieee80211_vif_chanctx_switch *vifs) iwl_mvm_switch_vif_chanctx_swap() argument
4383 iwl_mvm_switch_vif_chanctx_reassign(struct iwl_mvm *mvm, struct ieee80211_vif_chanctx_switch *vifs) iwl_mvm_switch_vif_chanctx_reassign() argument
4420 iwl_mvm_switch_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) iwl_mvm_switch_vif_chanctx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c628 struct iwl_power_vifs *vifs) in iwl_mvm_power_set_pm()
644 if (vifs->bss_vif) in iwl_mvm_power_set_pm()
645 bss_mvmvif = iwl_mvm_vif_from_mac80211(vifs->bss_vif); in iwl_mvm_power_set_pm()
647 if (vifs->p2p_vif) in iwl_mvm_power_set_pm()
648 p2p_mvmvif = iwl_mvm_vif_from_mac80211(vifs->p2p_vif); in iwl_mvm_power_set_pm()
650 if (vifs->ap_vif) in iwl_mvm_power_set_pm()
651 ap_mvmvif = iwl_mvm_vif_from_mac80211(vifs->ap_vif); in iwl_mvm_power_set_pm()
658 if (bss_mvmvif && vifs->bss_active && !vifs->p2p_active && in iwl_mvm_power_set_pm()
659 !vifs in iwl_mvm_power_set_pm()
627 iwl_mvm_power_set_pm(struct iwl_mvm *mvm, struct iwl_power_vifs *vifs) iwl_mvm_power_set_pm() argument
922 struct iwl_power_vifs vifs = { iwl_mvm_power_update_ps() local
946 struct iwl_power_vifs vifs = { iwl_mvm_power_update_mac() local
[all...]
H A Dmac80211.c5054 struct ieee80211_vif_chanctx_switch *vifs, in iwl_mvm_switch_vif_chanctx_swap()
5060 ops->__unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].link_conf, in iwl_mvm_switch_vif_chanctx_swap()
5061 vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_swap()
5062 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx_swap()
5064 ret = __iwl_mvm_add_chanctx(mvm, vifs[0].new_ctx); in iwl_mvm_switch_vif_chanctx_swap()
5070 ret = ops->__assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].link_conf, in iwl_mvm_switch_vif_chanctx_swap()
5071 vifs[0].new_ctx, true); in iwl_mvm_switch_vif_chanctx_swap()
5085 __iwl_mvm_remove_chanctx(mvm, vifs[ in iwl_mvm_switch_vif_chanctx_swap()
5053 iwl_mvm_switch_vif_chanctx_swap(struct iwl_mvm *mvm, struct ieee80211_vif_chanctx_switch *vifs, const struct iwl_mvm_switch_vif_chanctx_ops *ops) iwl_mvm_switch_vif_chanctx_swap() argument
5112 iwl_mvm_switch_vif_chanctx_reassign(struct iwl_mvm *mvm, struct ieee80211_vif_chanctx_switch *vifs, const struct iwl_mvm_switch_vif_chanctx_ops *ops) iwl_mvm_switch_vif_chanctx_reassign() argument
5153 iwl_mvm_switch_vif_chanctx_common(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode, const struct iwl_mvm_switch_vif_chanctx_ops *ops) iwl_mvm_switch_vif_chanctx_common() argument
5181 iwl_mvm_switch_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) iwl_mvm_switch_vif_chanctx() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Ddriver-ops.c274 struct ieee80211_vif_chanctx_switch *vifs, in drv_switch_vif_chanctx()
287 container_of(vifs[i].new_ctx, in drv_switch_vif_chanctx()
291 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
302 trace_drv_switch_vif_chanctx(local, vifs, n_vifs, mode); in drv_switch_vif_chanctx()
304 vifs, n_vifs, mode); in drv_switch_vif_chanctx()
310 container_of(vifs[i].new_ctx, in drv_switch_vif_chanctx()
314 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
273 drv_switch_vif_chanctx(struct ieee80211_local *local, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) drv_switch_vif_chanctx() argument
H A Dtrace.h1578 #define SWITCH_ENTRY_ASSIGN(to, from) local_vifs[i].to = vifs[i].from
1583 struct ieee80211_vif_chanctx_switch *vifs,
1585 TP_ARGS(local, vifs, n_vifs, mode),
1591 __dynamic_array(u8, vifs,
1601 __get_dynamic_array(vifs);
1607 sdata = container_of(vifs[i].vif,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c69 struct mlxsw_sp_mr_vif vifs[MAXVIFS]; member
323 &mr_table->vifs[i]); in mlxsw_sp_mr_route_create()
326 if (mr_table->vifs[i].dev && in mlxsw_sp_mr_route_create()
327 mr_table->vifs[i].dev->mtu < mr_route->min_mtu) in mlxsw_sp_mr_route_create()
328 mr_route->min_mtu = mr_table->vifs[i].dev->mtu; in mlxsw_sp_mr_route_create()
332 &mr_table->vifs[mfc->mfc_parent]); in mlxsw_sp_mr_route_create()
685 struct mlxsw_sp_mr_vif *mr_vif = &mr_table->vifs[vif_index]; in mlxsw_sp_mr_vif_add()
696 struct mlxsw_sp_mr_vif *mr_vif = &mr_table->vifs[vif_index]; in mlxsw_sp_mr_vif_del()
712 if (mr_table->vifs[vif_index].dev == dev) in mlxsw_sp_mr_dev_vif_lookup()
713 return &mr_table->vifs[vif_inde in mlxsw_sp_mr_dev_vif_lookup()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c69 struct mlxsw_sp_mr_vif vifs[MAXVIFS]; member
323 &mr_table->vifs[i]); in mlxsw_sp_mr_route_create()
326 if (mr_table->vifs[i].dev && in mlxsw_sp_mr_route_create()
327 mr_table->vifs[i].dev->mtu < mr_route->min_mtu) in mlxsw_sp_mr_route_create()
328 mr_route->min_mtu = mr_table->vifs[i].dev->mtu; in mlxsw_sp_mr_route_create()
332 &mr_table->vifs[mfc->mfc_parent]); in mlxsw_sp_mr_route_create()
685 struct mlxsw_sp_mr_vif *mr_vif = &mr_table->vifs[vif_index]; in mlxsw_sp_mr_vif_add()
696 struct mlxsw_sp_mr_vif *mr_vif = &mr_table->vifs[vif_index]; in mlxsw_sp_mr_vif_del()
712 if (mlxsw_sp_rif_dev_is(rif, mr_table->vifs[vif_index].dev)) in mlxsw_sp_mr_dev_vif_lookup()
713 return &mr_table->vifs[vif_inde in mlxsw_sp_mr_dev_vif_lookup()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c20 vif = wil->vifs[i]; in wil_has_other_active_ifaces()
150 vif = wil->vifs[txdata->mid]; in wil6210_netdev_poll_tx()
290 if (!wil->vifs[i]) in wil_vif_find_free_mid()
416 if (wil->vifs[vif->mid]) { in wil_vif_add()
435 wil->vifs[vif->mid] = vif; in wil_vif_add()
500 vif = wil->vifs[mid]; in wil_vif_remove()
521 wil->vifs[mid] = NULL; in wil_vif_remove()
H A Dpm.c19 struct wil6210_vif *vif = wil->vifs[i]; in wil_pm_wake_connected_net_queues()
33 struct wil6210_vif *vif = wil->vifs[i]; in wil_pm_stop_all_net_queues()
116 struct wil6210_vif *vif = wil->vifs[i]; in wil_can_suspend()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c20 vif = wil->vifs[i]; in wil_has_other_active_ifaces()
150 vif = wil->vifs[txdata->mid]; in wil6210_netdev_poll_tx()
290 if (!wil->vifs[i]) in wil_vif_find_free_mid()
416 if (wil->vifs[vif->mid]) { in wil_vif_add()
435 wil->vifs[vif->mid] = vif; in wil_vif_add()
498 vif = wil->vifs[mid]; in wil_vif_remove()
519 wil->vifs[mid] = NULL; in wil_vif_remove()
H A Dpm.c19 struct wil6210_vif *vif = wil->vifs[i]; in wil_pm_wake_connected_net_queues()
33 struct wil6210_vif *vif = wil->vifs[i]; in wil_pm_stop_all_net_queues()
116 struct wil6210_vif *vif = wil->vifs[i]; in wil_can_suspend()
/kernel/linux/linux-6.6/net/mac80211/
H A Ddriver-ops.c336 struct ieee80211_vif_chanctx_switch *vifs, in drv_switch_vif_chanctx()
349 container_of(vifs[i].new_ctx, in drv_switch_vif_chanctx()
353 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
364 trace_drv_switch_vif_chanctx(local, vifs, n_vifs, mode); in drv_switch_vif_chanctx()
366 vifs, n_vifs, mode); in drv_switch_vif_chanctx()
372 container_of(vifs[i].new_ctx, in drv_switch_vif_chanctx()
376 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
335 drv_switch_vif_chanctx(struct ieee80211_local *local, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) drv_switch_vif_chanctx() argument
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c487 if (!adapter->vifs[i] || in rsi_mac80211_add_interface()
488 !memcmp(vif->addr, adapter->vifs[i]->addr, ETH_ALEN)) { in rsi_mac80211_add_interface()
499 adapter->vifs[vap_idx] = vif; in rsi_mac80211_add_interface()
554 if (!adapter->vifs[i]) in rsi_mac80211_remove_interface()
556 if (vif == adapter->vifs[i]) { in rsi_mac80211_remove_interface()
560 adapter->vifs[i] = NULL; in rsi_mac80211_remove_interface()
592 vif = adapter->vifs[i]; in rsi_channel_change()
692 vif = adapter->vifs[i]; in rsi_mac80211_config()
1090 if (vif == adapter->vifs[ii]) in rsi_mac80211_ampdu_action()
1331 vif = adapter->vifs[ in rsi_fill_rx_status()
[all...]
H A Drsi_main.h357 struct ieee80211_vif *vifs[RSI_MAX_VIFS]; member
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c486 if (!adapter->vifs[i] || in rsi_mac80211_add_interface()
487 !memcmp(vif->addr, adapter->vifs[i]->addr, ETH_ALEN)) { in rsi_mac80211_add_interface()
498 adapter->vifs[vap_idx] = vif; in rsi_mac80211_add_interface()
553 if (!adapter->vifs[i]) in rsi_mac80211_remove_interface()
555 if (vif == adapter->vifs[i]) { in rsi_mac80211_remove_interface()
559 adapter->vifs[i] = NULL; in rsi_mac80211_remove_interface()
590 vif = adapter->vifs[i]; in rsi_channel_change()
689 vif = adapter->vifs[i]; in rsi_mac80211_config()
1106 if (vif == adapter->vifs[ii]) in rsi_mac80211_ampdu_action()
1350 vif = adapter->vifs[ in rsi_fill_rx_status()
[all...]
H A Drsi_main.h357 struct ieee80211_vif *vifs[RSI_MAX_VIFS]; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dchannel.c119 INIT_LIST_HEAD(&ctx->vifs); in ath_chanctx_init()
169 list_for_each_entry(avp, &ctx->vifs, list) { in ath_is_go_chanctx_present()
280 list_for_each_entry(avp, &ctx->vifs, list) { in ath_chanctx_check_active()
297 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_check_active()
867 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_get_oper_chan()
1154 list_for_each_entry(avp, &sc->cur_chan->vifs, list) { in ath_chanctx_send_ps_frame()
1348 INIT_LIST_HEAD(&ctx->vifs); in ath9k_offchannel_init()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A Dmain.c678 ar->vifs++; in carl9170_op_add_interface()
736 ar->vifs--; in carl9170_op_add_interface()
742 if (ar->vifs > 1) in carl9170_op_add_interface()
764 ar->vifs--; in carl9170_op_remove_interface()
780 if (ar->vifs) { in carl9170_op_remove_interface()
804 if (ar->vifs == 1) in carl9170_op_remove_interface()
1805 ar->vifs = 0; in carl9170_alloc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dchannel.c119 INIT_LIST_HEAD(&ctx->vifs); in ath_chanctx_init()
169 list_for_each_entry(avp, &ctx->vifs, list) { in ath_is_go_chanctx_present()
280 list_for_each_entry(avp, &ctx->vifs, list) { in ath_chanctx_check_active()
297 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_check_active()
867 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_get_oper_chan()
1154 list_for_each_entry(avp, &sc->cur_chan->vifs, list) { in ath_chanctx_send_ps_frame()
1348 INIT_LIST_HEAD(&ctx->vifs); in ath9k_offchannel_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dmain.c676 ar->vifs++; in carl9170_op_add_interface()
734 ar->vifs--; in carl9170_op_add_interface()
740 if (ar->vifs > 1) in carl9170_op_add_interface()
762 ar->vifs--; in carl9170_op_remove_interface()
778 if (ar->vifs) { in carl9170_op_remove_interface()
802 if (ar->vifs == 1) in carl9170_op_remove_interface()
1784 ar->vifs = 0; in carl9170_alloc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c5952 struct ieee80211_vif_chanctx_switch *vifs; member
5983 arg->vifs[arg->next_vif].vif = vif; in ath12k_mac_change_chanctx_fill_iter()
5984 arg->vifs[arg->next_vif].old_ctx = ctx; in ath12k_mac_change_chanctx_fill_iter()
5985 arg->vifs[arg->next_vif].new_ctx = ctx; in ath12k_mac_change_chanctx_fill_iter()
5991 struct ieee80211_vif_chanctx_switch *vifs, in ath12k_mac_update_vif_chan()
6003 arvif = (void *)vifs[i].vif->drv_priv; in ath12k_mac_update_vif_chan()
6005 if (vifs[i].vif->type == NL80211_IFTYPE_MONITOR) in ath12k_mac_update_vif_chan()
6011 vifs[i].old_ctx->def.chan->center_freq, in ath12k_mac_update_vif_chan()
6012 vifs[i].new_ctx->def.chan->center_freq, in ath12k_mac_update_vif_chan()
6013 vifs[ in ath12k_mac_update_vif_chan()
5990 ath12k_mac_update_vif_chan(struct ath12k *ar, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs) ath12k_mac_update_vif_chan() argument
6295 ath12k_mac_op_switch_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) ath12k_mac_op_switch_vif_chanctx() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dmac.c1042 * don't have any vifs? in ath10k_monitor_vdev_start()
8492 struct ieee80211_vif_chanctx_switch *vifs, in ath10k_mac_update_rx_channel()
8503 WARN_ON(ctx && vifs); in ath10k_mac_update_rx_channel()
8504 WARN_ON(vifs && !n_vifs); in ath10k_mac_update_rx_channel()
8506 /* FIXME: Sort of an optimization and a workaround. Peers and vifs are in ath10k_mac_update_rx_channel()
8522 if (vifs) in ath10k_mac_update_rx_channel()
8523 def = &vifs[0].new_ctx->def; in ath10k_mac_update_rx_channel()
8542 struct ieee80211_vif_chanctx_switch *vifs, in ath10k_mac_update_vif_chan()
8558 arvif = (void *)vifs[i].vif->drv_priv; in ath10k_mac_update_vif_chan()
8563 vifs[ in ath10k_mac_update_vif_chan()
8490 ath10k_mac_update_rx_channel(struct ath10k *ar, struct ieee80211_chanctx_conf *ctx, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs) ath10k_mac_update_rx_channel() argument
8541 ath10k_mac_update_vif_chan(struct ath10k *ar, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs) ath10k_mac_update_vif_chan() argument
8676 struct ieee80211_vif_chanctx_switch *vifs; global() member
8888 ath10k_mac_op_switch_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) ath10k_mac_op_switch_vif_chanctx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dmac.c1053 * don't have any vifs? in ath10k_monitor_vdev_start()
8654 struct ieee80211_vif_chanctx_switch *vifs, in ath10k_mac_update_rx_channel()
8665 WARN_ON(ctx && vifs); in ath10k_mac_update_rx_channel()
8666 WARN_ON(vifs && !n_vifs); in ath10k_mac_update_rx_channel()
8668 /* FIXME: Sort of an optimization and a workaround. Peers and vifs are in ath10k_mac_update_rx_channel()
8684 if (vifs) in ath10k_mac_update_rx_channel()
8685 def = &vifs[0].new_ctx->def; in ath10k_mac_update_rx_channel()
8704 struct ieee80211_vif_chanctx_switch *vifs, in ath10k_mac_update_vif_chan()
8720 arvif = (void *)vifs[i].vif->drv_priv; in ath10k_mac_update_vif_chan()
8725 vifs[ in ath10k_mac_update_vif_chan()
8652 ath10k_mac_update_rx_channel(struct ath10k *ar, struct ieee80211_chanctx_conf *ctx, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs) ath10k_mac_update_rx_channel() argument
8703 ath10k_mac_update_vif_chan(struct ath10k *ar, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs) ath10k_mac_update_vif_chan() argument
8838 struct ieee80211_vif_chanctx_switch *vifs; global() member
9052 ath10k_mac_op_switch_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) ath10k_mac_op_switch_vif_chanctx() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c5063 struct ieee80211_vif_chanctx_switch *vifs; member
5094 arg->vifs[arg->next_vif].vif = vif; in ath11k_mac_change_chanctx_fill_iter()
5095 arg->vifs[arg->next_vif].old_ctx = ctx; in ath11k_mac_change_chanctx_fill_iter()
5096 arg->vifs[arg->next_vif].new_ctx = ctx; in ath11k_mac_change_chanctx_fill_iter()
5102 struct ieee80211_vif_chanctx_switch *vifs, in ath11k_mac_update_vif_chan()
5113 arvif = (void *)vifs[i].vif->drv_priv; in ath11k_mac_update_vif_chan()
5118 vifs[i].old_ctx->def.chan->center_freq, in ath11k_mac_update_vif_chan()
5119 vifs[i].new_ctx->def.chan->center_freq, in ath11k_mac_update_vif_chan()
5120 vifs[i].old_ctx->def.width, in ath11k_mac_update_vif_chan()
5121 vifs[ in ath11k_mac_update_vif_chan()
5101 ath11k_mac_update_vif_chan(struct ath11k *ar, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs) ath11k_mac_update_vif_chan() argument
5379 ath11k_mac_op_switch_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif_chanctx_switch *vifs, int n_vifs, enum ieee80211_chanctx_switch_mode mode) ath11k_mac_op_switch_vif_chanctx() argument
[all...]

Completed in 66 milliseconds

123