Searched refs:vif_slot (Results 1 – 2 of 2) sorted by relevance
350 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()
471 u8 vif_slot; member