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.c160 left = ses->chan_max - ses->chan_count; in cifs_try_adding_channels()
166 ses->chan_max); in cifs_try_adding_channels()
186 if (tries > 3*ses->chan_max) { in cifs_try_adding_channels()
292 ses->chan_count = ses->chan_max; in cifs_decrease_secondary_channels()
334 ses->chans_need_reconnect &= ((1UL << ses->chan_max) - 1); in cifs_decrease_secondary_channels()
H A Dcifsfs.c828 if (tcon->ses->chan_max > 1) in cifs_show_options()
830 tcon->ses->chan_max); in cifs_show_options()
H A Dfs_context.c1068 ses->chan_max = max_channels; in smb3_sync_ses_chan_max()
H A Dconnect.c1944 if (ses->chan_max < ctx->max_channels) in match_session()
2478 ses->chan_max = ctx->multichannel ? ctx->max_channels:1; in cifs_get_smb_ses()
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 Dsmb2ops.c656 if ((ses->chan_max > 1) && in_mount) in parse_server_interfaces()
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c400 params->codec.ch_in > cap.chan_max) in fsl_asrc_m2m_comp_set_params()
598 codec->descriptor[j].max_ch = cap.chan_max; in fsl_asrc_m2m_fill_codec_caps()
H A Dfsl_asrc.c1209 cap->chan_max = 10; in fsl_asrc_probe()
H A Dfsl_easrc.c2081 cap->chan_max = 32; in fsl_easrc_m2m_get_cap()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1966 __u8 chan_max; member