Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsess.c198 left = ses->chan_max - ses->chan_count; in cifs_try_adding_channels()
204 ses->chan_max); in cifs_try_adding_channels()
224 if (tries > 3*ses->chan_max) { in cifs_try_adding_channels()
H A Dcifsfs.c720 if (tcon->ses->chan_max > 1) in cifs_show_options()
722 tcon->ses->chan_max); in cifs_show_options()
H A Dcifsglob.h1130 size_t chan_max; member
H A Dconnect.c1878 if (ses->chan_max < ctx->max_channels) in match_session()
2349 ses->chan_max = ctx->multichannel ? ctx->max_channels:1; in cifs_get_smb_ses()
H A Dsmb2pdu.c449 if (ses->chan_max > ses->chan_count && in smb2_reconnect()
1105 if (ses->chan_max > 1) in SMB2_negotiate()
1307 if (tcon->ses->chan_max > 1) in smb3_validate_negotiate()
H A Dsmb2ops.c613 if ((ses->chan_max > 1) && in_mount) in parse_server_interfaces()
/openbmc/linux/include/linux/greybus/
H A Dgreybus_protocols.h1970 __u8 chan_max; member