Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Drdma_cm.h186 int rdma_restrict_node_type(struct rdma_cm_id *id, u8 node_type);
/linux/fs/smb/server/
H A Dtransport_rdma.c2826 ret = rdma_restrict_node_type(cm_id, node_type); in smb_direct_listen()
/linux/drivers/infiniband/core/
H A Dcma.c4185 int rdma_restrict_node_type(struct rdma_cm_id *id, u8 node_type) in rdma_restrict_node_type() function
4209 EXPORT_SYMBOL(rdma_restrict_node_type);
/linux/fs/smb/client/
H A Dsmbdirect.c955 rc = rdma_restrict_node_type(id, node_type); in smbd_create_id()