Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dinit.c590 struct mwifiex_bss_prio_node *bssprio_node, *tmp_node; in mwifiex_delete_bss_prio_tbl() local
610 list_for_each_entry_safe(bssprio_node, tmp_node, head, in mwifiex_delete_bss_prio_tbl()
616 bssprio_node, tmp_node); in mwifiex_delete_bss_prio_tbl()
Dcmdevt.c1004 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_all_pending_cmd() local
1019 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_all_pending_cmd()
1034 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_all_pending_cmd()
1073 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node = NULL; in mwifiex_cancel_pending_ioctl() local
1100 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_pending_ioctl()
D11n_rxreorder.c786 struct mwifiex_rx_reorder_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_cleanup_reorder_tbl() local
790 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_cleanup_reorder_tbl()
D11n.c486 struct mwifiex_tx_ba_stream_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_delete_all_tx_ba_stream_tbl() local
490 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_delete_all_tx_ba_stream_tbl()
Dscan.c604 struct cmd_ctrl_node *cmd_node, *tmp_node; in mwifiex_scan_channel_list() local
763 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_scan_channel_list()
1965 struct cmd_ctrl_node *cmd_node, *tmp_node; in mwifiex_check_next_scan_command() local
1992 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_check_next_scan_command()
Dsta_cmdresp.c47 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_process_cmdresp_error() local
76 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_process_cmdresp_error()
Dwmm.c547 struct mwifiex_ra_list_tbl *ra_list, *tmp_node; in mwifiex_wmm_delete_all_ralist() local
553 list_for_each_entry_safe(ra_list, tmp_node, in mwifiex_wmm_delete_all_ralist()
Dtdls.c1312 struct mwifiex_auto_tdls_peer *peer, *tmp_node; in mwifiex_flush_auto_tdls_list() local
1316 list_for_each_entry_safe(peer, tmp_node, &priv->auto_tdls_list, list) { in mwifiex_flush_auto_tdls_list()