Searched refs:traffic_end_ind (Results 1 – 3 of 3) sorted by relevance
2602 info->enabled = dp_intf->traffic_end_ind.enabled; in ucfg_dp_traffic_end_indication_get()2603 info->def_dscp = dp_intf->traffic_end_ind.def_dscp; in ucfg_dp_traffic_end_indication_get()2604 info->spl_dscp = dp_intf->traffic_end_ind.spl_dscp; in ucfg_dp_traffic_end_indication_get()2623 dp_intf->traffic_end_ind = info; in ucfg_dp_traffic_end_indication_set()2626 dp_intf->traffic_end_ind.enabled, in ucfg_dp_traffic_end_indication_set()2627 dp_intf->traffic_end_ind.def_dscp, in ucfg_dp_traffic_end_indication_set()2628 dp_intf->traffic_end_ind.spl_dscp); in ucfg_dp_traffic_end_indication_set()2658 if (!dp_intf->traffic_end_ind.enabled) in ucfg_dp_traffic_end_indication_update_dscp()2661 if (*dscp == dp_intf->traffic_end_ind.spl_dscp) in ucfg_dp_traffic_end_indication_update_dscp()2662 *dscp = dp_intf->traffic_end_ind.def_dscp; in ucfg_dp_traffic_end_indication_update_dscp()
569 update = (dp_intf->traffic_end_ind.spl_dscp == dscp); in wlan_dp_traffic_end_indication_update_dscp()571 *tos = ((dp_intf->traffic_end_ind.def_dscp << in wlan_dp_traffic_end_indication_update_dscp()621 return qdf_unlikely(dp_intf->traffic_end_ind.enabled); in dp_softap_traffic_end_indication_enabled()
689 struct dp_traffic_end_indication traffic_end_ind; member