Lines Matching refs:ch_width

6694 static int dp_get_start_index(int ch_width, int mode, int nss)  in dp_get_start_index()  argument
6700 if (ch_width == CMN_BW_20MHZ) in dp_get_start_index()
6702 else if (ch_width == CMN_BW_40MHZ) in dp_get_start_index()
6708 if (ch_width == CMN_BW_20MHZ) { in dp_get_start_index()
6710 } else if (ch_width == CMN_BW_40MHZ) { in dp_get_start_index()
6712 } else if (ch_width == CMN_BW_80MHZ) { in dp_get_start_index()
6714 } else if ((ch_width == CMN_BW_160MHZ) || in dp_get_start_index()
6715 (ch_width == CMN_BW_80_80MHZ)) { in dp_get_start_index()
6725 if (ch_width == CMN_BW_20MHZ) { in dp_get_start_index()
6727 } else if (ch_width == CMN_BW_40MHZ) { in dp_get_start_index()
6729 } else if (ch_width == CMN_BW_80MHZ) { in dp_get_start_index()
6731 } else if ((ch_width == CMN_BW_160MHZ) || in dp_get_start_index()
6732 (ch_width == CMN_BW_80_80MHZ)) { in dp_get_start_index()
6750 static int dp_get_end_index(int ch_width, int mode, int nss) in dp_get_end_index() argument
6756 if (ch_width == CMN_BW_20MHZ) in dp_get_end_index()
6758 else if (ch_width == CMN_BW_40MHZ) in dp_get_end_index()
6764 if (ch_width == CMN_BW_20MHZ) { in dp_get_end_index()
6766 } else if (ch_width == CMN_BW_40MHZ) { in dp_get_end_index()
6768 } else if (ch_width == CMN_BW_80MHZ) { in dp_get_end_index()
6770 } else if ((ch_width == CMN_BW_160MHZ) || in dp_get_end_index()
6771 (ch_width == CMN_BW_80_80MHZ)) { in dp_get_end_index()
6781 if (ch_width == CMN_BW_20MHZ) { in dp_get_end_index()
6783 } else if (ch_width == CMN_BW_40MHZ) { in dp_get_end_index()
6785 } else if (ch_width == CMN_BW_80MHZ) { in dp_get_end_index()
6787 } else if ((ch_width == CMN_BW_160MHZ) || in dp_get_end_index()
6788 (ch_width == CMN_BW_80_80MHZ)) { in dp_get_end_index()
6938 int ch_width, int **rates) in dp_get_supported_rates() argument
6964 start_index = dp_get_start_index(ch_width, in dp_get_supported_rates()
6966 end_index = dp_get_end_index(ch_width, in dp_get_supported_rates()
6972 start_index = dp_get_start_index(ch_width, in dp_get_supported_rates()
6974 end_index = dp_get_end_index(ch_width, in dp_get_supported_rates()
6981 start_index = dp_get_start_index(ch_width, in dp_get_supported_rates()
6983 end_index = dp_get_end_index(ch_width, in dp_get_supported_rates()
7145 int nss, int ch_width);
7175 start_index = dp_get_start_index(ch_width,
7177 end_index = dp_get_end_index(ch_width,
7184 start_index = dp_get_start_index(ch_width,
7186 end_index = dp_get_end_index(ch_width,
7193 start_index = dp_get_start_index(ch_width,
7195 end_index = dp_get_end_index(ch_width,