Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A 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()
H A Dcifsfs.c633 if (tcon->ses->chan_max > 1) in cifs_show_options()
635 tcon->ses->chan_max); in cifs_show_options()
H A Dcifsglob.h1029 size_t chan_max; member
H A Dconnect.c2690 if (ses->chan_max < vol->max_channels) in match_session()
3124 ses->chan_max = volume_info->multichannel ? volume_info->max_channels:1; in cifs_get_smb_ses()
H A Dsmb2pdu.c846 if (ses->chan_max > 1) in SMB2_negotiate()
1040 if (tcon->ses->chan_max > 1) in smb3_validate_negotiate()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-pcm.c509 unsigned int chan_min = 0, chan_max = UINT_MAX; in snd_soc_runtime_calc_hw() local
555 chan_max = min(chan_max, codec_stream->channels_max); in snd_soc_runtime_calc_hw()
573 chan_max = cpu_chan_max; in snd_soc_runtime_calc_hw()
578 hw->channels_max = min(chan_max, cpu_chan_max); in snd_soc_runtime_calc_hw()
/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dgreybus_protocols.h1970 __u8 chan_max; member