max_rx_rate      3049 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 							u8 max_rx_rate;
max_rx_rate      3053 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 							max_rx_rate = (u8)extra_arg;
max_rx_rate      3055 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 							if (max_rx_rate < 0xc) { /*  max_rx_rate < MSC0 -> B or G -> disable HT */
max_rx_rate      3058 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 									if (pmlmeext->datarate[i] > max_rx_rate)
max_rx_rate      3063 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 							else if (max_rx_rate < 0x1c) { /*  mcs0~mcs15 */
max_rx_rate      3066 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 								for (i = 0; i<((max_rx_rate+1)-0xc); i++)
max_rx_rate        81 net/can/af_can.h 	unsigned long max_rx_rate;
max_rx_rate       169 net/can/proc.c 	if (pkg_stats->max_rx_rate < pkg_stats->current_rx_rate)
max_rx_rate       170 net/can/proc.c 		pkg_stats->max_rx_rate = pkg_stats->current_rx_rate;
max_rx_rate       253 net/can/proc.c 				pkg_stats->max_rx_rate);