Searched refs:vif_slot (Results 1 – 2 of 2) sorted by relevance
352 priv->vif_slot &= ~(1 << priv->mon_vif_idx); in __ath9k_htc_remove_monitor_interface()382 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()393 priv->vif_slot |= (1 << hvif.index); in ath9k_htc_add_monitor_interface()1087 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface()1105 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface()1154 priv->vif_slot &= ~(1 << avp->index); in ath9k_htc_remove_interface()
448 u8 vif_slot; member