Searched refs:dscp_val (Results 1 – 1 of 1) sorted by relevance
78 static uint8_t whd_map_dscp_to_priority(whd_driver_t whd_driver, uint8_t dscp_val);93 …uint8_t dscp_val = (uint8_t)(val >> 2); /* DSCP field is the high 6 bits of the second byte of an … in whd_map_dscp_to_priority() local95 return dscp_to_wmm_qos[dscp_val]; in whd_map_dscp_to_priority()