Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 4 of 4) sorted by relevance

/fs/smb/client/
A Dsmb2pdu.h28 __le32 Channel; /* for values see channel description in smb2 read above */ member
A Dsmb2pdu.c1518 req->Channel = 0; /* MBZ */ in SMB2_sess_alloc_buffer()
4450 req->Channel = 0; /* reserved */ in smb2_new_read_req()
4475 req->Channel = SMB2_CHANNEL_RDMA_V1_INVALIDATE; in smb2_new_read_req()
4477 req->Channel = SMB2_CHANNEL_RDMA_V1; in smb2_new_read_req()
4990 req->Channel = SMB2_CHANNEL_NONE; in smb2_async_writev()
5025 req->Channel = SMB2_CHANNEL_RDMA_V1_INVALIDATE; in smb2_async_writev()
5027 req->Channel = SMB2_CHANNEL_RDMA_V1; in smb2_async_writev()
5154 req->Channel = 0; in SMB2_write()
/fs/smb/common/
A Dsmb2pdu.h652 __le32 Channel; member
754 __le32 Channel; /* MBZ except for SMB3 or later */ member
792 __le32 Channel; /* MBZ unless SMB3.02 or later */ member
/fs/smb/server/
A Dsmb2pdu.c6666 __le32 Channel, in smb2_set_remote_key_for_rdma() argument
6672 Channel != SMB2_CHANNEL_RDMA_V1) in smb2_set_remote_key_for_rdma()
6688 (Channel == SMB2_CHANNEL_RDMA_V1_INVALIDATE); in smb2_set_remote_key_for_rdma()
6689 if (Channel == SMB2_CHANNEL_RDMA_V1_INVALIDATE) in smb2_set_remote_key_for_rdma()
6758 if (req->Channel == SMB2_CHANNEL_RDMA_V1_INVALIDATE || in smb2_read()
6759 req->Channel == SMB2_CHANNEL_RDMA_V1) { in smb2_read()
6774 req->Channel, in smb2_read()
7016 if (req->Channel == SMB2_CHANNEL_RDMA_V1 || in smb2_write()
7017 req->Channel == SMB2_CHANNEL_RDMA_V1_INVALIDATE) { in smb2_write()
7034 req->Channel, in smb2_write()

Completed in 34 milliseconds