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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dcore_priv.h70 enum ib_gid_type default_gid_type);
H A Dib_cma.c173 enum ib_gid_type *default_gid_type; member in struct:cma_device
249 return cma_dev->default_gid_type[port - rdma_start_port(cma_dev->device)];
254 enum ib_gid_type default_gid_type)
264 if (!(supported_gids & 1 << default_gid_type))
267 cma_dev->default_gid_type[port - rdma_start_port(cma_dev->device)] =
268 default_gid_type;
472 cma_dev->default_gid_type[id_priv->id.port_num -
653 cma_dev->default_gid_type[port - 1],
3825 id_priv->cma_dev->default_gid_type[id_priv->id.port_num -
4068 gid_type = id_priv->cma_dev->default_gid_type[id_pri
252 cma_set_default_gid_type(struct cma_device *cma_dev, unsigned int port, enum ib_gid_type default_gid_type) argument
4266 unsigned int default_gid_type; local
[all...]

Completed in 115 milliseconds