Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_cdc_bdc.c78 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() local
95 return dscp_to_wmm_qos[dscp_val]; in whd_map_dscp_to_priority()