Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/
H A Ddevice.h595 u8 port_width_cap[MLX4_MAX_PORTS + 1]; member
979 int port_width_cap; member
/freebsd/sys/dev/mthca/
H A Dmthca_dev.h177 u8 port_width_cap; member
H A Dmthca_main.c235 mdev->limits.port_width_cap = dev_lim->max_port_width; in mthca_dev_lim()
H A Dmthca_qp.c317 param.port_width = dev->limits.port_width_cap; in init_port()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2289 flags |= (dev->caps.port_width_cap[port] & 0xf) << INIT_PORT_PORT_WIDTH_SHIFT; in mlx4_INIT_PORT()
H A Dmlx4_main.c297 dev->caps.port_width_cap[port] = port_cap->max_port_width; in _mlx4_dev_port()