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()
269 int slot; in ath9k_htc_choose_bslot() local
275 slot = ((tsftu % intval) * ATH9K_HTC_MAX_BCN_VIF) / intval; in ath9k_htc_choose_bslot()
276 slot = ATH9K_HTC_MAX_BCN_VIF - slot - 1; in ath9k_htc_choose_bslot()
280 slot, tsf, tsftu, intval); in ath9k_htc_choose_bslot()
282 return slot; in ath9k_htc_choose_bslot()
289 int slot; in ath9k_htc_swba() local
308 slot = ath9k_htc_choose_bslot(priv, swba); in ath9k_htc_swba()
310 if (priv->beacon.bslot[slot] == NULL) { in ath9k_htc_swba()
316 ath9k_htc_send_buffered(priv, slot); in ath9k_htc_swba()
317 ath9k_htc_send_beacon(priv, slot); in ath9k_htc_swba()