Searched refs:MLX4_PORT_TYPE_IB (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | intf.c | 56 if (dev->caps.port_type[port] == MLX4_PORT_TYPE_IB) in is_ib_supported()
|
H A D | main.c | 596 MLX4_PORT_TYPE_IB) in mlx4_dev_cap() 597 dev->caps.port_type[i] = MLX4_PORT_TYPE_IB; in mlx4_dev_cap() 604 MLX4_PORT_TYPE_ETH : MLX4_PORT_TYPE_IB; in mlx4_dev_cap() 648 (port_type_array[0] == MLX4_PORT_TYPE_IB) && in mlx4_dev_cap() 1144 (mdev->caps.port_type[info->port] == MLX4_PORT_TYPE_IB) ? in show_port_type() 1234 port_type = MLX4_PORT_TYPE_IB; in set_port_type() 3071 mlx4_port_type = MLX4_PORT_TYPE_IB; in mlx4_devlink_port_type_set() 3103 dev->caps.port_type[port] == MLX4_PORT_TYPE_IB) in mlx4_init_port_info()
|
H A D | fw.c | 669 } else if (dev->caps.port_type[gen_or_port] == MLX4_PORT_TYPE_IB) { in mlx4_QUERY_FUNC_CAP() 2269 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) { in mlx4_INIT_PORT_wrapper() 2368 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) { in mlx4_CLOSE_PORT_wrapper()
|
H A D | resource_tracker.c | 3219 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) in verify_qp_parameters() 3228 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) in verify_qp_parameters()
|
/openbmc/linux/include/linux/mlx4/ |
H A D | device.h | 413 MLX4_PORT_TYPE_IB = 1, enumerator 1028 if (((dev)->caps.port_mask[port] == MLX4_PORT_TYPE_IB) || \ 1082 return dev->caps.port_type[port] == MLX4_PORT_TYPE_IB ? 0 : 1; in mlx4_is_eth()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 101 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in check_flow_steering_support() 120 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in num_ib_ports() 651 return dev->caps.port_mask[port_num] == MLX4_PORT_TYPE_IB ? in mlx4_ib_port_link_layer() 2766 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in mlx4_ib_probe() 2841 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in mlx4_ib_probe() 2985 mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_IB) in mlx4_ib_remove() 3009 mlx4_foreach_port(p, dev, MLX4_PORT_TYPE_IB) in mlx4_ib_remove()
|