Searched refs:MLX4_PORT_TYPE_NONE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c166 static int port_type_array[2] = {MLX4_PORT_TYPE_NONE, MLX4_PORT_TYPE_NONE};
591 dev->caps.port_type[i] = MLX4_PORT_TYPE_NONE;
604 if (port_type_array[i - 1] == MLX4_PORT_TYPE_NONE)
628 enum mlx4_port_type sensed_port = MLX4_PORT_TYPE_NONE;
631 if (sensed_port != MLX4_PORT_TYPE_NONE)
/linux-master/include/linux/mlx4/
H A Ddevice.h412 MLX4_PORT_TYPE_NONE = 0, enumerator in enum:mlx4_port_type

Completed in 291 milliseconds