Home
last modified time | relevance | path

Searched refs:network_free_list (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_module.c65 INIT_LIST_HEAD(&ieee->network_free_list); in rtllib_networks_initialize()
69 &ieee->network_free_list); in rtllib_networks_initialize()
H A Drtllib_rx.c2582 if (list_empty(&ieee->network_free_list)) { in rtllib_process_probe_response()
2592 target = list_entry(ieee->network_free_list.next, in rtllib_process_probe_response()
2594 list_del(ieee->network_free_list.next); in rtllib_process_probe_response()
H A Drtllib.h1414 struct list_head network_free_list; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c74 INIT_LIST_HEAD(&ieee->network_free_list); in ieee80211_networks_initialize()
77 list_add_tail(&ieee->networks[i].list, &ieee->network_free_list); in ieee80211_networks_initialize()
H A Dieee80211_rx.c2337 if (list_empty(&ieee->network_free_list)) { in ieee80211_process_probe_response()
2348 target = list_entry(ieee->network_free_list.next, in ieee80211_process_probe_response()
2350 list_del(ieee->network_free_list.next); in ieee80211_process_probe_response()
H A Dieee80211.h1602 struct list_head network_free_list; member
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c100 INIT_LIST_HEAD(&ieee->network_free_list); in libipw_networks_initialize()
104 &ieee->network_free_list); in libipw_networks_initialize()
H A Dlibipw_rx.c1570 if (list_empty(&ieee->network_free_list)) { in libipw_process_probe_response()
1579 target = list_entry(ieee->network_free_list.next, in libipw_process_probe_response()
1581 list_del(ieee->network_free_list.next); in libipw_process_probe_response()
H A Dlibipw.h725 struct list_head network_free_list; member
H A Dipw2200.c2963 &priv->ieee->network_free_list); in ipw_remove_current_network()
7527 if (list_empty(&priv->ieee->network_free_list)) { in ipw_associate()
7544 &priv->ieee->network_free_list); in ipw_associate()
7547 element = priv->ieee->network_free_list.next; in ipw_associate()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h234 struct list_head network_free_list; member
H A Dps3_gelic_wireless.c1549 list_move_tail(&target->list, &wl->network_free_list); in gelic_wl_scan_complete_event()
1589 if (list_empty(&wl->network_free_list)) { in gelic_wl_scan_complete_event()
1593 target = list_entry(wl->network_free_list.next, in gelic_wl_scan_complete_event()
2323 INIT_LIST_HEAD(&wl->network_free_list); in gelic_wl_alloc()
2327 &wl->network_free_list); in gelic_wl_alloc()
2462 list_move_tail(&target->list, &wl->network_free_list); in gelic_wl_reset_state()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c1254 struct list_head network_free_list; member
2753 INIT_LIST_HEAD(&ai->network_free_list); in airo_networks_initialize()
2757 &ai->network_free_list); in airo_networks_initialize()
3020 list_move_tail (&loop_net->list, &ai->network_free_list); in airo_process_scan_results()
3036 if (!list_empty(&ai->network_free_list)) { in airo_process_scan_results()
3037 tmp_net = list_entry(ai->network_free_list.next, in airo_process_scan_results()
3039 list_del(ai->network_free_list.next); in airo_process_scan_results()