Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h1297 #define SMB2_CHANNEL_RDMA_V1 cpu_to_le32(0x00000001) /* SMB3 or later */ macro
Dsmb2pdu.c3941 req->Channel = SMB2_CHANNEL_RDMA_V1; in smb2_new_read_req()
4378 req->Channel = SMB2_CHANNEL_RDMA_V1; in smb2_async_writev()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h826 #define SMB2_CHANNEL_RDMA_V1 cpu_to_le32(0x00000001) macro
Dsmb2pdu.c6099 req->Channel != SMB2_CHANNEL_RDMA_V1) in smb2_read_rdma_channel()
6198 req->Channel == SMB2_CHANNEL_RDMA_V1) { in smb2_read()
6331 req->Channel != SMB2_CHANNEL_RDMA_V1) in smb2_write_rdma_channel()
6424 if (req->Channel != SMB2_CHANNEL_RDMA_V1 && in smb2_write()