Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/libertas/
Dscan.c1159 struct bss_descriptor *oldest = NULL; in lbs_ret_80211_scan() local
1176 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()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1563 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local
1617 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()
Dipw2100.c2777 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 …]
Dipw2100.h206 u32 oldest; member
Dipw2200.c7615 struct ieee80211_network *oldest = NULL; in ipw_associate() local
7619 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()
/drivers/staging/rtl8187se/ieee80211/
Dieee80211_rx.c1708 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local
1854 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()
/drivers/net/
Dps3_gelic_wireless.c1623 struct gelic_wl_scan_info *oldest = NULL; in gelic_wl_scan_complete_event() local
1696 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()
/drivers/staging/at76_usb/
Dat76_usb.c4678 unsigned long oldest = ~0UL; in at76_check_for_rx_frags() local
4735 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()