/device/soc/esp/esp32/components/esp_lwip/apps/ |
D | dhcpserver.c | 98 static list_node *plist = NULL; variable 221 list_node *plist = NULL; in node_insert_to_list() local 228 plist = *phead; in node_insert_to_list() 230 pdhcps_pool = plist->pnode; in node_insert_to_list() 233 pinsert->pnext = plist; in node_insert_to_list() 236 while (plist->pnext != NULL) { in node_insert_to_list() 237 pdhcps_pool = plist->pnext->pnode; in node_insert_to_list() 240 pinsert->pnext = plist->pnext; in node_insert_to_list() 241 plist->pnext = pinsert; in node_insert_to_list() 245 plist = plist->pnext; in node_insert_to_list() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_sta_mgt.c | 40 _list *plist, *phead; in rtw_st_ctl_clear_tracker_q() local 45 plist = get_next(phead); in rtw_st_ctl_clear_tracker_q() 46 while (rtw_end_of_queue_search(phead, plist) == _FALSE) { in rtw_st_ctl_clear_tracker_q() 47 st = LIST_CONTAINOR(plist, struct session_tracker, list); in rtw_st_ctl_clear_tracker_q() 48 plist = get_next(plist); in rtw_st_ctl_clear_tracker_q() 171 _list *plist, *phead; in dump_st_ctl() local 182 plist = get_next(phead); in dump_st_ctl() 183 while (rtw_end_of_queue_search(phead, plist) == _FALSE) { in dump_st_ctl() 184 st = LIST_CONTAINOR(plist, struct session_tracker, list); in dump_st_ctl() 185 plist = get_next(plist); in dump_st_ctl() [all …]
|
D | rtw_rm_fsm.c | 322 _list *phead, *plist; in _rm_get_rmobj() local 332 plist = get_next(phead); in _rm_get_rmobj() 333 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in _rm_get_rmobj() 335 prm = LIST_CONTAINOR(plist, struct rm_obj, list); in _rm_get_rmobj() 340 plist = get_next(plist); in _rm_get_rmobj() 431 _list *phead, *plist; in rm_bcast_aid_handler() local 438 plist = get_next(phead); in rm_bcast_aid_handler() 439 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in rm_bcast_aid_handler() 441 prm = LIST_CONTAINOR(plist, struct rm_obj, list); in rm_bcast_aid_handler() 442 plist = get_next(plist); in rm_bcast_aid_handler()
|
D | rtw_ap.c | 404 _list *phead, *plist; in expire_timeout_chk() local 459 plist = get_next(phead); in expire_timeout_chk() 463 if (rtw_end_of_queue_search(phead, plist) == _FALSE) { in expire_timeout_chk() 468 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in expire_timeout_chk() 469 psta = LIST_CONTAINOR(plist, struct sta_info, auth_list); in expire_timeout_chk() 471 plist = get_next(plist); in expire_timeout_chk() 505 plist = get_next(phead); in expire_timeout_chk() 509 if (rtw_end_of_queue_search(phead, plist) == _FALSE) { in expire_timeout_chk() 514 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in expire_timeout_chk() 515 psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); in expire_timeout_chk() [all …]
|
D | rtw_rm.c | 1440 _list *plist, *phead; in retrieve_scan_result() local 1465 plist = get_next(phead); in retrieve_scan_result() 1473 if (rtw_end_of_queue_search(phead, plist) == _TRUE) in retrieve_scan_result() 1476 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in retrieve_scan_result() 1572 plist = get_next(plist); in retrieve_scan_result() 2302 _list *plist, *phead; in rm_dbg_list_sta() local 2309 plist = get_next(phead); in rm_dbg_list_sta() 2311 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in rm_dbg_list_sta() 2312 psta = LIST_CONTAINOR(plist, in rm_dbg_list_sta() 2315 plist = get_next(plist); in rm_dbg_list_sta() [all …]
|
D | rtw_mlme.c | 417 _list *plist = NULL; in _rtw_alloc_network() local 426 plist = get_next(&(free_queue->queue)); in _rtw_alloc_network() 428 pnetwork = LIST_CONTAINOR(plist , struct wlan_network, list); in _rtw_alloc_network() 523 _list *phead, *plist; in _rtw_free_network_queue() local 533 plist = get_next(phead); in _rtw_free_network_queue() 535 while (rtw_end_of_queue_search(phead, plist) == _FALSE) { in _rtw_free_network_queue() 537 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in _rtw_free_network_queue() 539 plist = get_next(plist); in _rtw_free_network_queue() 662 _list *phead, *plist; in _rtw_find_network() local 672 plist = get_next(phead); in _rtw_find_network() [all …]
|
D | rtw_xmit.c | 3698 _list *plist, *phead; in rtw_alloc_xmitbuf_ext() local 3710 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 3712 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf_ext() 3782 _list *plist, *phead; in rtw_alloc_xmitbuf() local 3796 plist = get_next(phead); in rtw_alloc_xmitbuf() 3798 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtw_alloc_xmitbuf() 3939 _list *plist, *phead; in rtw_alloc_xmitframe() local 3949 plist = get_next(phead); in rtw_alloc_xmitframe() 3951 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); in rtw_alloc_xmitframe() 3973 _list *plist, *phead; in rtw_alloc_xmitframe_ext() local [all …]
|
D | rtw_recv.c | 217 _list *plist, *phead; in _rtw_alloc_recvframe() local 226 plist = get_next(phead); in _rtw_alloc_recvframe() 228 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in _rtw_alloc_recvframe() 365 _list *plist, *phead; in rtw_free_recvframe_queue() local 370 plist = get_next(phead); in rtw_free_recvframe_queue() 372 while (rtw_end_of_queue_search(phead, plist) == _FALSE) { in rtw_free_recvframe_queue() 373 precvframe = LIST_CONTAINOR(plist, union recv_frame, u); in rtw_free_recvframe_queue() 375 plist = get_next(plist); in rtw_free_recvframe_queue() 461 _list *plist, *phead; in rtw_dequeue_recvbuf() local 474 plist = get_next(phead); in rtw_dequeue_recvbuf() [all …]
|
D | rtw_rson.c | 387 void rtw_rson_show_survey_info(struct seq_file *m, _list *plist, _list *phead) in rtw_rson_show_survey_info() argument 396 if (rtw_end_of_queue_search(phead, plist) == _TRUE) in rtw_rson_show_survey_info() 399 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in rtw_rson_show_survey_info() 417 plist = get_next(plist); in rtw_rson_show_survey_info()
|
D | rtw_debug.c | 1127 _list *plist, *phead; in proc_get_rx_stat() local 1140 plist = get_next(phead); in proc_get_rx_stat() 1141 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in proc_get_rx_stat() 1142 psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in proc_get_rx_stat() 1143 plist = get_next(plist); in proc_get_rx_stat() 1230 _list *plist, *phead; in proc_get_tx_stat() local 1250 plist = get_next(phead); in proc_get_tx_stat() 1251 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in proc_get_tx_stat() 1252 psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in proc_get_tx_stat() 1253 plist = get_next(plist); in proc_get_tx_stat() [all …]
|
D | rtw_cmd.c | 5185 _list *plist, *phead, *pnext; in session_tracker_chk_for_sta() local 5208 plist = get_next(phead); in session_tracker_chk_for_sta() 5209 pnext = get_next(plist); in session_tracker_chk_for_sta() 5210 while (rtw_end_of_queue_search(phead, plist) == _FALSE) { in session_tracker_chk_for_sta() 5211 st = LIST_CONTAINOR(plist, struct session_tracker, list); in session_tracker_chk_for_sta() 5212 plist = pnext; in session_tracker_chk_for_sta() 5245 plist = get_next(&dlist); in session_tracker_chk_for_sta() 5246 while (rtw_end_of_queue_search(&dlist, plist) == _FALSE) { in session_tracker_chk_for_sta() 5247 st = LIST_CONTAINOR(plist, struct session_tracker, list); in session_tracker_chk_for_sta() 5248 plist = get_next(plist); in session_tracker_chk_for_sta() [all …]
|
D | rtw_pwrctrl.c | 989 _list *plist, *phead; in rtw_set_ps_mode() local 1065 plist = get_next(phead); in rtw_set_ps_mode() 1067 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in rtw_set_ps_mode() 1068 ptdls_sta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in rtw_set_ps_mode() 1072 plist = get_next(plist); in rtw_set_ps_mode() 1161 plist = get_next(phead); in rtw_set_ps_mode() 1163 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in rtw_set_ps_mode() 1164 ptdls_sta = LIST_CONTAINOR(plist, struct sta_info, hash_list); in rtw_set_ps_mode() 1168 plist = get_next(plist); in rtw_set_ps_mode()
|
D | rtw_mlme_ext.c | 2763 _list *plist, *phead; in rtw_get_sta_num_by_state() local 2771 plist = get_next(phead); in rtw_get_sta_num_by_state() 2772 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in rtw_get_sta_num_by_state() 2773 psta = LIST_CONTAINOR(plist, struct sta_info , hash_list); in rtw_get_sta_num_by_state() 2776 plist = get_next(plist); in rtw_get_sta_num_by_state() 4417 _list *phead, *plist; in rtw_rx_ampdu_apply() local 4426 plist = get_next(phead); in rtw_rx_ampdu_apply() 4428 while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { in rtw_rx_ampdu_apply() 4431 sta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); in rtw_rx_ampdu_apply() 4432 plist = get_next(plist); in rtw_rx_ampdu_apply() [all …]
|
D | rtw_br_ext.c | 730 struct list_head *phead, *plist; in checkIPMcAndReplace() local 734 plist = phead->next; in checkIPMcAndReplace() 736 while (plist != phead) { in checkIPMcAndReplace() 737 pstat = list_entry(plist, struct stat_info, asoc_list); in checkIPMcAndReplace() 738 plist = plist->next; in checkIPMcAndReplace()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | osdep_service_ce.h | 116 __inline static void rtw_list_delete(_list *plist) in rtw_list_delete() argument 118 RemoveEntryList(plist); in rtw_list_delete() 119 InitializeListHead(plist); in rtw_list_delete()
|
D | osdep_service_xp.h | 125 __inline static void rtw_list_delete(_list *plist) in rtw_list_delete() argument 127 RemoveEntryList(plist); in rtw_list_delete() 128 InitializeListHead(plist); in rtw_list_delete()
|
D | osdep_service_bsd.h | 657 __inline static void rtw_list_delete(_list *plist) in rtw_list_delete() argument 659 __list_del(plist->prev, plist->next); in rtw_list_delete() 660 INIT_LIST_HEAD(plist); in rtw_list_delete()
|
D | rtw_rson.h | 57 void rtw_rson_show_survey_info(struct seq_file *m, _list *plist, _list *phead);
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | mlme_linux.c | 104 _list *plist, *phead; in indicate_wx_scan_get_result_event() local 121 plist = get_next(phead); in indicate_wx_scan_get_result_event() 126 if (rtw_end_of_queue_search(phead,plist) == _TRUE) { in indicate_wx_scan_get_result_event() 130 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in indicate_wx_scan_get_result_event() 194 plist = get_next(plist); in indicate_wx_scan_get_result_event()
|
D | ioctl_linux.c | 2106 _list *plist, *phead; in rtw_wx_get_scan() local 2173 plist = get_next(phead); in rtw_wx_get_scan() 2176 if (rtw_end_of_queue_search(phead, plist) == _TRUE) in rtw_wx_get_scan() 2189 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in rtw_wx_get_scan() 2202 plist = get_next(plist); in rtw_wx_get_scan() 3649 _list *plist, *phead; local 3689 plist = get_next(phead); 3692 if (rtw_end_of_queue_search(phead, plist) == _TRUE) 3696 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); 3722 plist = get_next(plist); [all …]
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | dhdioctl.h | 235 uint8 plist[1]; /* Pointer to the first list */ member 242 uint8 plist[1]; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | dhdioctl.h | 234 uint8 plist[1]; /* Pointer to the first list */ member 241 uint8 plist[1]; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
D | hal_dm_acs.c | 27 _list *plist, *phead; in _rtw_bss_nums_count() local 39 plist = get_next(phead); in _rtw_bss_nums_count() 41 if (rtw_end_of_queue_search(phead, plist) == _TRUE) in _rtw_bss_nums_count() 44 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); in _rtw_bss_nums_count() 57 plist = get_next(plist); in _rtw_bss_nums_count()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/sdio/ |
D | rtl8822cs_xmit.c | 722 _list *plist, *phead; in rtl8822cs_free_xmit_priv() local 745 plist = get_next(phead); in rtl8822cs_free_xmit_priv() 746 rtw_list_delete(plist); in rtl8822cs_free_xmit_priv() 748 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); in rtl8822cs_free_xmit_priv()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | dhdioctl.h | 330 uint8 plist[1]; /* Pointer to the first list */ member 337 uint8 plist[1]; member
|