Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c343 priv->vif_slot &= ~(1 << priv->mon_vif_idx); in __ath9k_htc_remove_monitor_interface()
373 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()
384 priv->vif_slot |= (1 << hvif.index); in ath9k_htc_add_monitor_interface()
1078 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface()
1096 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface()
1145 priv->vif_slot &= ~(1 << avp->index); in ath9k_htc_remove_interface()
Dhtc.h447 u8 vif_slot; member