Searched refs:max_chn (Results 1 – 4 of 4) sorted by relevance
768 channel->max_combined = nvdev->max_chn; in netvsc_get_channels()781 u32 max_chn; in netvsc_set_channels() local789 max_chn = min_t(u32, nvdev->max_chn, num_online_cpus()); in netvsc_set_channels()804 if (channels->combined_count > max_chn) { in netvsc_set_channels()805 pr_info("combined channels too high, using %d\n", max_chn); in netvsc_set_channels()806 channels->combined_count = max_chn; in netvsc_set_channels()
1048 net_device->max_chn = 1; in rndis_filter_device_add()1120 net_device->max_chn = rsscap.num_recv_que; in rndis_filter_device_add()1130 if (device_info->num_chn && device_info->num_chn < net_device->max_chn) in rndis_filter_device_add()1194 net_device->max_chn = 1; in rndis_filter_device_add()
697 u32 max_chn; member
556 int max_chn = (VORTEX_IS_QUAD(vortex) ? 4 : 2); in snd_vortex_pcm_vol_get() local557 for (i = 0; i < max_chn; i++) in snd_vortex_pcm_vol_get()572 int max_chn = (VORTEX_IS_QUAD(vortex) ? 4 : 2); in snd_vortex_pcm_vol_put() local573 for (i = 0; i < max_chn; i++) { in snd_vortex_pcm_vol_put()