Searched refs:sta_slot (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c364 sta_idx = ffz(priv->sta_slot);
417 priv->sta_slot |= (1 << sta_idx);
455 priv->sta_slot &= ~(1 << sta_idx);
481 sta_idx = ffz(priv->sta_slot);
524 priv->sta_slot |= (1 << sta_idx);
568 priv->sta_slot &= ~(1 << sta_idx);
H A Dhtc.h478 u8 sta_slot; member in struct:ath9k_htc_priv

Completed in 384 milliseconds