Searched refs:dp_get_start_index (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/ |
H A D | dp_ratetable.c | 6694 static int dp_get_start_index(int ch_width, int mode, int nss) in dp_get_start_index() function 6898 start_index = dp_get_start_index(CMN_BW_20MHZ, in dp_get_supported_rates() 6907 start_index = dp_get_start_index(CMN_BW_20MHZ, in dp_get_supported_rates() 6917 start_index = dp_get_start_index(CMN_BW_20MHZ, in dp_get_supported_rates() 6964 start_index = dp_get_start_index(ch_width, in dp_get_supported_rates() 6972 start_index = dp_get_start_index(ch_width, in dp_get_supported_rates() 6981 start_index = dp_get_start_index(ch_width, in dp_get_supported_rates() 7026 start_index = dp_get_start_index(CMN_BW_20MHZ, in dp_get_kbps_to_mcs() 7036 start_index = dp_get_start_index(CMN_BW_20MHZ, in dp_get_kbps_to_mcs() 7046 start_index = dp_get_start_index(CMN_BW_20MHZ, in dp_get_kbps_to_mcs() [all …]
|