Searched refs:list_elt (Results 1 – 1 of 1) sorted by relevance
4233 tListElem *list_elt = NULL; in sme_qos_handle_handoff_state() local4275 list_elt = sme_qos_find_in_flow_list(search_key1); in sme_qos_handle_handoff_state()4276 if (list_elt) { in sme_qos_handle_handoff_state()4277 flow_info = GET_BASE_ADDR(list_elt, in sme_qos_handle_handoff_state()4955 tListElem *list_elt = NULL, *list_next_elt = NULL; in sme_qos_update_tspec_mask() local4972 list_elt = csr_ll_peek_head(&sme_qos_cb.flow_list, false); in sme_qos_update_tspec_mask()4973 if (!list_elt) { in sme_qos_update_tspec_mask()4978 while (list_elt) { in sme_qos_update_tspec_mask()4979 list_next_elt = csr_ll_next(&sme_qos_cb.flow_list, list_elt, in sme_qos_update_tspec_mask()4981 flow_info = GET_BASE_ADDR(list_elt, struct in sme_qos_update_tspec_mask()[all …]