Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h54 int max_port_width; member
H A Dmlx4_fw.c1145 dev_cap->port_cap[1].max_port_width); in mlx4_dev_cap_dump()
1195 port_cap->max_port_width = field & 0xf; in mlx4_QUERY_PORT()
1227 port_cap->max_port_width = field & 0xf; in mlx4_QUERY_PORT()
H A Dmlx4_main.c297 dev->caps.port_width_cap[port] = port_cap->max_port_width; in _mlx4_dev_port()
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.h144 int max_port_width; member
H A Dmthca_main.c235 mdev->limits.port_width_cap = dev_lim->max_port_width; in mthca_dev_lim()
H A Dmthca_cmd.c1117 dev_lim->max_port_width = field & 0xf; in mthca_QUERY_DEV_LIM()