Home
last modified time | relevance | path

Searched refs:MLX4_PORT_TYPE_IB (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx4/
H A Ddevice.h418 MLX4_PORT_TYPE_IB = 1, enumerator
1014 if (((dev)->caps.port_mask[port] == MLX4_PORT_TYPE_IB) || \
1069 return dev->caps.port_type[port] == MLX4_PORT_TYPE_IB ? 0 : 1; in mlx4_is_eth()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c483 MLX4_PORT_TYPE_IB) in mlx4_dev_cap()
484 dev->caps.port_type[i] = MLX4_PORT_TYPE_IB; in mlx4_dev_cap()
491 MLX4_PORT_TYPE_ETH : MLX4_PORT_TYPE_IB; in mlx4_dev_cap()
535 (port_type_array[0] == MLX4_PORT_TYPE_IB) && in mlx4_dev_cap()
1026 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_IB) in mlx4_request_modules()
1090 (mdev->caps.port_type[info->port] == MLX4_PORT_TYPE_IB) ? in show_port_type()
1181 port_type = MLX4_PORT_TYPE_IB; in set_port_type()
H A Dmlx4_fw.c668 } else if (dev->caps.port_type[gen_or_port] == MLX4_PORT_TYPE_IB) { in mlx4_QUERY_FUNC_CAP()
2232 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) { in mlx4_INIT_PORT_wrapper()
2331 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) { in mlx4_CLOSE_PORT_wrapper()
H A Dmlx4_resource_tracker.c3162 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) in verify_qp_parameters()
3171 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) in verify_qp_parameters()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c109 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in check_flow_steering_support()
128 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in num_ib_ports()
588 return dev->caps.port_mask[port_num] == MLX4_PORT_TYPE_IB ? in mlx4_ib_port_link_layer()
2653 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in mlx4_ib_add()
2881 mlx4_foreach_port(p, dev, MLX4_PORT_TYPE_IB) in mlx4_ib_remove()