Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsess.c161 left = ses->chan_max - ses->chan_count; in cifs_try_adding_channels()
167 ses->chan_max); in cifs_try_adding_channels()
187 if (tries > 3*ses->chan_max) { in cifs_try_adding_channels()
293 ses->chan_count = ses->chan_max; in cifs_decrease_secondary_channels()
335 ses->chans_need_reconnect &= ((1UL << ses->chan_max) - 1); in cifs_decrease_secondary_channels()
H A Dcifsfs.c829 if (tcon->ses->chan_max > 1) in cifs_show_options()
831 tcon->ses->chan_max); in cifs_show_options()
H A Dcifsglob.h1144 size_t chan_max; member
H A Dfs_context.c1071 ses->chan_max = max_channels; in smb3_sync_ses_chan_max()
H A Dsmb2pdu.c240 if (ses->chan_count < ses->chan_max) in smb3_update_ses_channels()
242 else if (ses->chan_count > ses->chan_max) in smb3_update_ses_channels()
481 if (ses->chan_max > ses->chan_count && in smb2_reconnect()
H A Dconnect.c1941 if (ses->chan_max < ctx->max_channels) in match_session()
2475 ses->chan_max = ctx->multichannel ? ctx->max_channels:1; in cifs_get_smb_ses()
H A Dsmb2ops.c663 if ((ses->chan_max > 1) && in_mount) in parse_server_interfaces()
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c394 params->codec.ch_in > cap.chan_max) in fsl_asrc_m2m_comp_set_params()
592 codec->descriptor[j].max_ch = cap.chan_max; in fsl_asrc_m2m_fill_codec_caps()
H A Dfsl_asrc.c1183 cap->chan_max = 10; in fsl_asrc_m2m_get_cap()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1966 __u8 chan_max; member