Searched refs:default_gid_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dcma_priv.h133 enum ib_gid_type default_gid_type);
H A Dcma.c221 enum ib_gid_type *default_gid_type; member in struct:cma_device
296 return cma_dev->default_gid_type[port - rdma_start_port(cma_dev->device)];
301 enum ib_gid_type default_gid_type)
308 if (default_gid_type == IB_GID_TYPE_IB &&
310 default_gid_type = IB_GID_TYPE_ROCE;
314 if (!(supported_gids & 1 << default_gid_type))
317 cma_dev->default_gid_type[port - rdma_start_port(cma_dev->device)] =
318 default_gid_type;
604 cma_dev->default_gid_type[id_priv->id.port_num -
779 gid_type = cma_dev->default_gid_type[por
299 cma_set_default_gid_type(struct cma_device *cma_dev, u32 port, enum ib_gid_type default_gid_type) argument
[all...]

Completed in 306 milliseconds