Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c350 priv->vif_slot &= ~(1 << priv->mon_vif_idx); in __ath9k_htc_remove_monitor_interface()
380 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()
391 priv->vif_slot |= (1 << hvif.index); in ath9k_htc_add_monitor_interface()
1067 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface()
1085 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface()
1135 priv->vif_slot &= ~(1 << avp->index); in ath9k_htc_remove_interface()
Dhtc.h471 u8 vif_slot; member