Home
last modified time | relevance | path

Searched refs:vif_slot (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c347 priv->vif_slot &= ~(1 << priv->mon_vif_idx); in __ath9k_htc_remove_monitor_interface()
377 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()
388 priv->vif_slot |= (1 << hvif.index); in ath9k_htc_add_monitor_interface()
1071 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface()
1089 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface()
1139 priv->vif_slot &= ~(1 << avp->index); in ath9k_htc_remove_interface()
Dhtc.h473 u8 vif_slot; member