Searched refs:ingress_list (Results 1 – 2 of 2) sorted by relevance
3344 (struct mgmt_rx_reo_ingress_list *ingress_list, in mgmt_rx_reo_move_entries_ingress_to_egress_list() argument3357 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() argument3488 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() local3553 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 …]
977 struct mgmt_rx_reo_ingress_list ingress_list; member1095 (const struct mgmt_rx_reo_ingress_list *ingress_list) { in mgmt_rx_reo_get_context_from_ingress_list() argument1096 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()