Home
last modified time | relevance | path

Searched refs:next_list (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_cache_db.c494 qdf_list_node_t *next_list = NULL; in scm_get_next_node() local
498 next_list = scm_get_next_valid_node(list, &cur_node->node); in scm_get_next_node()
503 next_list = scm_get_next_valid_node(list, NULL); in scm_get_next_node()
506 if (next_list) { in scm_get_next_node()
507 next_node = qdf_container_of(next_list, in scm_get_next_node()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c9667 qdf_list_node_t *next_list = NULL; in lim_rem_denylist_entry_with_lowest_delta() local
9678 qdf_list_peek_next(list, cur_list, &next_list); in lim_rem_denylist_entry_with_lowest_delta()
9679 cur_list = next_list; in lim_rem_denylist_entry_with_lowest_delta()
9680 next_list = NULL; in lim_rem_denylist_entry_with_lowest_delta()