Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo.c3350 struct mgmt_rx_reo_list_entry *ingress_list_entry; in mgmt_rx_reo_move_entries_ingress_to_egress_list() local
3377 qdf_list_for_each(&reo_ingress_list->list, ingress_list_entry, node) { in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3379 ingress_list_entry->status |= in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3384 if (!mgmt_rx_reo_is_entry_ready_to_send_up(ingress_list_entry)) in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3387 ingress_list_entry->ingress_list_removal_ts = in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3389 ingress_list_entry->egress_list_insertion_ts = in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3391 latest_frame_ready_to_deliver = ingress_list_entry; in mgmt_rx_reo_move_entries_ingress_to_egress_list()