Home
last modified time | relevance | path

Searched refs:update_vif_offload (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h1397 if (!local->ops->update_vif_offload) in drv_update_vif_offload()
1401 local->ops->update_vif_offload(&local->hw, &sdata->vif); in drv_update_vif_offload()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4205 void (*update_vif_offload)(struct ieee80211_hw *hw, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c5943 .update_vif_offload = ath11k_mac_op_update_vif_offload,