Home
last modified time | relevance | path

Searched refs:port_width_cap (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
HDmthca_dev.h177 u8 port_width_cap; member
HDmthca_main.c235 mdev->limits.port_width_cap = dev_lim->max_port_width; in mthca_dev_lim()
HDmthca_qp.c316 param.port_width = dev->limits.port_width_cap; in init_port()
/freebsd-11-stable/sys/dev/mlx4/
HDdevice.h595 u8 port_width_cap[MLX4_MAX_PORTS + 1]; member
978 int port_width_cap; member
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_fw.c2284 flags |= (dev->caps.port_width_cap[port] & 0xf) << INIT_PORT_PORT_WIDTH_SHIFT; in mlx4_INIT_PORT()
HDmlx4_main.c297 dev->caps.port_width_cap[port] = port_cap->max_port_width; in _mlx4_dev_port()