Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo.c3344 (struct mgmt_rx_reo_ingress_list *ingress_list, in mgmt_rx_reo_move_entries_ingress_to_egress_list() argument
3357 if (!ingress_list) { in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3361 reo_ingress_list = &ingress_list->reo_list; in mgmt_rx_reo_move_entries_ingress_to_egress_list()
3481 (struct mgmt_rx_reo_ingress_list *ingress_list, in mgmt_rx_reo_ageout_entries_ingress_list() argument
3488 if (!ingress_list) { in mgmt_rx_reo_ageout_entries_ingress_list()
3499 reo_ingress_list = &ingress_list->reo_list; in mgmt_rx_reo_ageout_entries_ingress_list()
3507 ingress_list->list_entry_timeout_us) { in mgmt_rx_reo_ageout_entries_ingress_list()
3541 struct mgmt_rx_reo_ingress_list *ingress_list = arg; in mgmt_rx_reo_ingress_list_ageout_timer_handler() local
3553 if (!ingress_list) { in mgmt_rx_reo_ingress_list_ageout_timer_handler()
3558 reo_ctx = mgmt_rx_reo_get_context_from_ingress_list(ingress_list); in mgmt_rx_reo_ingress_list_ageout_timer_handler()
[all …]
H A Dwlan_mgmt_txrx_rx_reo_i.h977 struct mgmt_rx_reo_ingress_list ingress_list; member
1095 (const struct mgmt_rx_reo_ingress_list *ingress_list) { in mgmt_rx_reo_get_context_from_ingress_list() argument
1096 if (!ingress_list) { in mgmt_rx_reo_get_context_from_ingress_list()
1101 return qdf_container_of(ingress_list, struct mgmt_rx_reo_context, in mgmt_rx_reo_get_context_from_ingress_list()
1102 ingress_list); in mgmt_rx_reo_get_context_from_ingress_list()