Searched refs:oldest (Results 1 – 8 of 8) sorted by relevance
1159 struct bss_descriptor *oldest = NULL; in lbs_ret_80211_scan() local1176 if ((oldest == NULL) || in lbs_ret_80211_scan()1177 (iter_bss->last_scanned < oldest->last_scanned)) in lbs_ret_80211_scan()1178 oldest = iter_bss; in lbs_ret_80211_scan()1189 } else if (oldest) { in lbs_ret_80211_scan()1191 found = oldest; in lbs_ret_80211_scan()
1563 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local1617 if ((oldest == NULL) || in ieee80211_process_probe_response()1618 (target->last_scanned < oldest->last_scanned)) in ieee80211_process_probe_response()1619 oldest = target; in ieee80211_process_probe_response()1627 list_del(&oldest->list); in ieee80211_process_probe_response()1628 target = oldest; in ieee80211_process_probe_response()
2777 e = txq->oldest; in __ipw2100_tx_process()2784 e = txq->oldest + frag_num; in __ipw2100_tx_process()2838 int i = txq->oldest; in __ipw2100_tx_process()2859 if (txq->drv[txq->oldest].status.info.fields.txType != 0) in __ipw2100_tx_process()2863 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process()2896 if (txq->drv[txq->oldest].status.info.fields.txType != 1) in __ipw2100_tx_process()2900 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process()2919 txq->oldest = (e + 1) % txq->entries; in __ipw2100_tx_process()4372 write_register(priv->net_dev, r, q->oldest); in bd_queue_initialize()4492 priv->tx_queue.oldest = 0; in ipw2100_tx_initialize()[all …]
206 u32 oldest; member
7615 struct ieee80211_network *oldest = NULL; in ipw_associate() local7619 if ((oldest == NULL) || in ipw_associate()7620 (target->last_scanned < oldest->last_scanned)) in ipw_associate()7621 oldest = target; in ipw_associate()7625 list_del(&oldest->list); in ipw_associate()7626 target = oldest; in ipw_associate()
1708 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local1854 if ((oldest == NULL) || in ieee80211_process_probe_response()1855 (target->last_scanned < oldest->last_scanned)) in ieee80211_process_probe_response()1856 oldest = target; in ieee80211_process_probe_response()1864 list_del(&oldest->list); in ieee80211_process_probe_response()1865 target = oldest; in ieee80211_process_probe_response()
1623 struct gelic_wl_scan_info *oldest = NULL; in gelic_wl_scan_complete_event() local1696 oldest = NULL; in gelic_wl_scan_complete_event()1705 if (!oldest || in gelic_wl_scan_complete_event()1706 (target->last_scanned < oldest->last_scanned)) in gelic_wl_scan_complete_event()1707 oldest = target; in gelic_wl_scan_complete_event()1714 target = oldest; in gelic_wl_scan_complete_event()
4678 unsigned long oldest = ~0UL; in at76_check_for_rx_frags() local4735 oldest = 0UL; in at76_check_for_rx_frags()4744 oldest = bptr->last_rx; in at76_check_for_rx_frags()4745 } else if (bptr->last_rx < oldest) in at76_check_for_rx_frags()