Home
last modified time | relevance | path

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

/linux/fs/smb/common/smbdirect/
H A Dsmbdirect_pdu.h9 #define SMBDIRECT_V1 0x0100 macro
/linux/fs/smb/client/
H A Dsmbdirect.c561 if (le16_to_cpu(packet->negotiated_version) != SMBDIRECT_V1) { in process_negotiation_response()
970 packet->min_version = cpu_to_le16(SMBDIRECT_V1); in smbd_post_send_negotiate_req()
971 packet->max_version = cpu_to_le16(SMBDIRECT_V1); in smbd_post_send_negotiate_req()
H A Dcifs_debug.c502 SMBDIRECT_V1, in cifs_debug_data_proc_show()
/linux/fs/smb/server/
H A Dtransport_rdma.c36 #define SMB_DIRECT_VERSION_LE cpu_to_le16(SMBDIRECT_V1)