Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dcma_priv.h75 u8 restricted_node_type; member
H A Dcma.c796 if (id_priv->restricted_node_type != RDMA_NODE_UNSPECIFIED && in cma_acquire_dev_by_src_ip()
797 id_priv->restricted_node_type != cma_dev->device->node_type) in cma_acquire_dev_by_src_ip()
1021 id_priv->restricted_node_type = RDMA_NODE_UNSPECIFIED; in __rdma_create_id()
2732 if (id_priv->restricted_node_type != RDMA_NODE_UNSPECIFIED && in cma_listen_on_dev()
2733 id_priv->restricted_node_type != cma_dev->device->node_type) in cma_listen_on_dev()
2742 dev_id_priv->restricted_node_type = id_priv->restricted_node_type; in cma_listen_on_dev()
4204 id_priv->restricted_node_type = node_type; in rdma_restrict_node_type()