Searched refs:req_byte (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_he.c | 89 uint8_t *host_ppet, int req_byte) in wma_he_populate_ppet() argument 94 wma_debug("nss: %d ru: %d req_byte: %d", nss, ru, req_byte); in wma_he_populate_ppet() 126 int bits, req_byte; in wma_convert_he_ppet() local 153 req_byte = (bits / HE_BYTE_SIZE) + 1; in wma_convert_he_ppet() 155 ru_count, he_ppet, req_byte); in wma_convert_he_ppet() 941 uint8_t bits, pad, pad_bits, req_byte; in wma_parse_he_ppet() local 964 req_byte = (bits + pad_bits) / HE_BYTE_SIZE; in wma_parse_he_ppet()
|