Home
last modified time | relevance | path

Searched refs:RDMA_CAPABLE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2pdu.h263 #define RDMA_CAPABLE cpu_to_le32(0x00000002) macro
H A Dsmb2ops.c677 tmp_iface.rdma_capable = le32_to_cpu(p->Capability & RDMA_CAPABLE) ? 1 : 0; in parse_server_interfaces()