Home
last modified time | relevance | path

Searched refs:chan_max (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dsess.c76 int left = ses->chan_max - ses->chan_count; in cifs_try_adding_channels()
86 ses->chan_max); in cifs_try_adding_channels()
97 ses->chan_max = 1; in cifs_try_adding_channels()
130 if (tries > 3*ses->chan_max) { in cifs_try_adding_channels()
Dcifsfs.c639 if (tcon->ses->chan_max > 1) in cifs_show_options()
641 tcon->ses->chan_max); in cifs_show_options()
Dcifsglob.h1032 size_t chan_max; member
Dconnect.c2690 if (ses->chan_max < vol->max_channels) in match_session()
3126 ses->chan_max = volume_info->multichannel ? volume_info->max_channels:1; in cifs_get_smb_ses()
Dsmb2pdu.c846 if (ses->chan_max > 1) in SMB2_negotiate()
1040 if (tcon->ses->chan_max > 1) in smb3_validate_negotiate()
/kernel/linux/linux-5.10/sound/soc/
Dsoc-pcm.c508 unsigned int chan_min = 0, chan_max = UINT_MAX; in snd_soc_runtime_calc_hw() local
554 chan_max = min(chan_max, codec_stream->channels_max); in snd_soc_runtime_calc_hw()
572 chan_max = cpu_chan_max; in snd_soc_runtime_calc_hw()
577 hw->channels_max = min(chan_max, cpu_chan_max); in snd_soc_runtime_calc_hw()
/kernel/linux/linux-5.10/include/linux/greybus/
Dgreybus_protocols.h1970 __u8 chan_max; member