Searched refs:lgi_idx (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_data.c | 338 uint8_t lgi_idx, int32_t lgi_rate, in wma_set_ht_vht_mcast_rate() argument 343 *rate |= (premable << 6) | (lgi_idx & 0xF); in wma_set_ht_vht_mcast_rate() 366 uint8_t sgi_idx = 0, lgi_idx = 0; in wma_fill_ht20_mcast_rate() local 381 &lgi_idx); in wma_fill_ht20_mcast_rate() 384 lgi_idx, lgi_rate, 2, rate, streaming_rate); in wma_fill_ht20_mcast_rate() 405 uint8_t sgi_idx = 0, lgi_idx = 0; in wma_fill_ht40_mcast_rate() local 421 &lgi_idx); in wma_fill_ht40_mcast_rate() 424 lgi_idx, lgi_rate, 2, rate, streaming_rate); in wma_fill_ht40_mcast_rate() 444 uint8_t sgi_idx = 0, lgi_idx = 0; in wma_fill_vht20_mcast_rate() local 460 &lgi_idx); in wma_fill_vht20_mcast_rate() [all …]
|