Lines Matching refs:num_mcs
7004 int i = 0, nss = 0, num_mcs = NUM_LEGACY_MCS; in dp_get_kbps_to_mcs() local
7030 num_mcs = NUM_HT_MCS; in dp_get_kbps_to_mcs()
7040 num_mcs = NUM_VHT_MCS; in dp_get_kbps_to_mcs()
7050 num_mcs = NUM_HE_MCS; in dp_get_kbps_to_mcs()
7069 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7085 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7101 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7111 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7127 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7147 int i = 0, num_mcs = NUM_LEGACY_MCS; variable
7179 num_mcs = NUM_HT_MCS;
7188 num_mcs = NUM_VHT_MCS;
7197 num_mcs = NUM_HE_MCS;
7216 return (i - start_index) % num_mcs;
7234 return (i - start_index) % num_mcs;
7252 return (i - start_index) % num_mcs;
7262 return (i - start_index) % num_mcs;
7280 return (i - start_index) % num_mcs;