Searched refs:dcsp_msc_map (Results 1 – 1 of 1) sorted by relevance
77 struct dcsp_msc_map { struct82 static void set_dscp_to_wifi_ac_map(const struct dcsp_msc_map *__indexable, int); argument84 size_t count, struct dcsp_msc_map *__counted_by(DSCP_ARRAY_SIZE));195 static const struct dcsp_msc_map default_dscp_to_wifi_ac_map[] = {1791 set_dscp_to_wifi_ac_map(const struct dcsp_msc_map *__indexable map, int clear) in set_dscp_to_wifi_ac_map()1800 const struct dcsp_msc_map *elem = map + i; in set_dscp_to_wifi_ac_map()1831 size_t count, struct dcsp_msc_map *__counted_by(DSCP_ARRAY_SIZE) dcsp_msc_map) in dscp_msc_map_from_netsvctype_dscp_map()1850 bzero(dcsp_msc_map, DSCP_ARRAY_SIZE * sizeof(struct dcsp_msc_map)); in dscp_msc_map_from_netsvctype_dscp_map()1853 dcsp_msc_map[i].dscp = netsvctype_dscp_map[i].dscp; in dscp_msc_map_from_netsvctype_dscp_map()1854 dcsp_msc_map[i].msc = so_tc2msc(netsvctype_dscp_map[i].netsvctype); in dscp_msc_map_from_netsvctype_dscp_map()[all …]