Lines Matching refs:slot
138 int slot) in ath9k_htc_send_buffered() argument
148 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_buffered()
192 int slot) in ath9k_htc_send_beacon() argument
209 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_beacon()
271 int slot; in ath9k_htc_choose_bslot() local
277 slot = ((tsftu % intval) * ATH9K_HTC_MAX_BCN_VIF) / intval; in ath9k_htc_choose_bslot()
278 slot = ATH9K_HTC_MAX_BCN_VIF - slot - 1; in ath9k_htc_choose_bslot()
282 slot, tsf, tsftu, intval); in ath9k_htc_choose_bslot()
284 return slot; in ath9k_htc_choose_bslot()
291 int slot; in ath9k_htc_swba() local
310 slot = ath9k_htc_choose_bslot(priv, swba); in ath9k_htc_swba()
312 if (priv->beacon.bslot[slot] == NULL) { in ath9k_htc_swba()
318 ath9k_htc_send_buffered(priv, slot); in ath9k_htc_swba()
319 ath9k_htc_send_beacon(priv, slot); in ath9k_htc_swba()