Searched refs:byte_idx (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 47 int byte_idx = *byte_idx_p, used = *used_p; in wma_he_ppet_merge() local 53 host_ppet[byte_idx] |= (ppet << lshift); in wma_he_ppet_merge() 57 byte_idx++; in wma_he_ppet_merge() 63 host_ppet[byte_idx] |= (ppet << lshift); in wma_he_ppet_merge() 64 byte_idx++; in wma_he_ppet_merge() 66 host_ppet[byte_idx] |= (ppet >> rshift); in wma_he_ppet_merge() 70 *byte_idx_p = byte_idx; in wma_he_ppet_merge() 91 int byte_idx = 0, used, i, j; in wma_he_populate_ppet() local 106 wma_he_ppet_merge(host_ppet, &byte_idx, &used, ppet16); in wma_he_populate_ppet() 107 wma_he_ppet_merge(host_ppet, &byte_idx, &used, ppet8); in wma_he_populate_ppet() [all …]
|