Searched refs:HAL_DSCP_TID_TBL_SIZE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal.h33 #define HAL_DSCP_TID_TBL_SIZE 24 macro
H A Dhal_tx.c73 u8 hw_map_val[HAL_DSCP_TID_TBL_SIZE], dscp, tid;
85 (4 * id * (HAL_DSCP_TID_TBL_SIZE / 4));
90 for (i = 0, dscp = 0; i < HAL_DSCP_TID_TBL_SIZE; i += 3) {
126 for (i = 0; i < HAL_DSCP_TID_TBL_SIZE; i += 4) {
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal.h32 #define HAL_DSCP_TID_TBL_SIZE 24 macro
H A Dhal_tx.c87 u8 hw_map_val[HAL_DSCP_TID_TBL_SIZE];
100 (4 * id * (HAL_DSCP_TID_TBL_SIZE / 4));
126 for (i = 0; i < HAL_DSCP_TID_TBL_SIZE; i += 4) {

Completed in 176 milliseconds