Searched refs:MLX5_MAX_PORTS (Results 1 – 11 of 11) sorted by relevance
17 } device[MLX5_MAX_PORTS];28 struct mlx5_core_dev *devs[MLX5_MAX_PORTS];83 for (i = 0; i < MLX5_MAX_PORTS; i++) { in mlx5_devcom_register_device()137 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_devcom_unregister_device()141 if (i != MLX5_MAX_PORTS) in mlx5_devcom_unregister_device()194 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_devcom_send_event()242 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_devcom_get_peer_data()
36 struct netdev_lag_lower_state_info netdev_state[MLX5_MAX_PORTS];48 u8 v2p_map[MLX5_MAX_PORTS];50 struct lag_func pf[MLX5_MAX_PORTS];
167 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_lag_dev_get_netdev_idx()400 for (i = 0; i < MLX5_MAX_PORTS; i++) { in mlx5_lag_add_devices()417 for (i = 0; i < MLX5_MAX_PORTS; i++) { in mlx5_lag_remove_devices()747 if (fn >= MLX5_MAX_PORTS) in mlx5_ldev_add_netdev()763 for (i = 0; i < MLX5_MAX_PORTS; i++) { in mlx5_ldev_remove_netdev()777 if (fn >= MLX5_MAX_PORTS) in mlx5_ldev_add_mdev()790 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_ldev_remove_mdev()794 if (i == MLX5_MAX_PORTS) in mlx5_ldev_remove_mdev()898 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_lag_add_netdev()902 if (i >= MLX5_MAX_PORTS) in mlx5_lag_add_netdev()[all …]
28 MLX5_SET(create_flow_group_in, in, end_flow_index, MLX5_MAX_PORTS - 1); in mlx5_create_hash_flow_group()48 ft_attr.max_fte = MLX5_MAX_PORTS; in mlx5_lag_create_port_sel_table()73 for (i = 0; i < MLX5_MAX_PORTS; i++) { in mlx5_lag_create_port_sel_table()334 for (i = 0; i < MLX5_MAX_PORTS; i++) in mlx5_lag_destroy_definer()
13 struct mlx5_flow_handle *rules[MLX5_MAX_PORTS];
202 return clamp_t(u8, MLX5_CAP_GEN(mdev, num_lag_ports), 1, MLX5_MAX_PORTS); in mlx5e_get_num_lag_ports()896 u32 tisn[MLX5_MAX_PORTS][MLX5E_MAX_NUM_TC];
1670 table_size = MLX5_MAX_PORTS * (esw->total_vports * MAX_SQ_NVPORTS + MAX_PF_SQ) + in esw_create_offloads_fdb_tables()1728 ix = MLX5_MAX_PORTS * (esw->total_vports * MAX_SQ_NVPORTS + MAX_PF_SQ); in esw_create_offloads_fdb_tables()
87 MLX5_MAX_PORTS = 2, enumerator1231 if (idx >= 1 && idx <= MLX5_MAX_PORTS) in mlx5_get_dev_index()
103 num_qps = MLX5_MAX_PORTS; in mlx5_ib_create_gsi()
1132 struct mlx5_port_caps port_caps[MLX5_MAX_PORTS];
3909 MLX5_MAX_PORTS + 1; in get_tx_affinity_rr()
Completed in 670 milliseconds