Searched refs:MLX5_MAX_PORTS (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_priv.h | 100 struct list_head peer[MLX5_MAX_PORTS]; /* flows with peer flow */ 101 DECLARE_BITMAP(peer_used, MLX5_MAX_PORTS); /* tracks populated peer
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| H A D | port_sel.h | 16 struct mlx5_flow_handle *rules[MLX5_MAX_PORTS * MLX5_LAG_MAX_HASH_BUCKETS];
|
| H A D | debugfs.c | 104 u8 ports[MLX5_MAX_PORTS] = {}; in mapping_show()
|
| H A D | mpesw.c | 183 mlx5_ldev_for_each_reverse(i, MLX5_MAX_PORTS, 0, ldev) { in mlx5_mpesw_sd_devcoms_unlock()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_common.c | 95 static void mlx5e_destroy_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_T… in mlx5e_destroy_tises() 109 static int mlx5e_create_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]) in mlx5e_create_tises()
|
| H A D | eswitch.h | 321 struct list_head peer_flows[MLX5_MAX_PORTS];
|
| H A D | en.h | 171 return clamp_t(u8, MLX5_CAP_GEN(mdev, num_lag_ports), 1, MLX5_MAX_PORTS); in mlx5e_get_num_lag_ports()
|
| H A D | en_tc.c | 2154 for_each_set_bit(i, flow->peer_used, MLX5_MAX_PORTS) in mlx5e_tc_del_fdb_peers_flow()
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 87 MLX5_MAX_PORTS = 8, enumerator 684 u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]; 1316 if (idx >= 1 && idx <= MLX5_MAX_PORTS) in mlx5_get_dev_index()
|