mlxsw_sp_span_entry_types  554 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c struct mlxsw_sp_span_entry_ops *const mlxsw_sp_span_entry_types[] = {
mlxsw_sp_span_entry_types  896 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	for (i = 0; i < ARRAY_SIZE(mlxsw_sp_span_entry_types); ++i)
mlxsw_sp_span_entry_types  897 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 		if (mlxsw_sp_span_entry_types[i]->can_handle(to_dev))
mlxsw_sp_span_entry_types  898 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 			return mlxsw_sp_span_entry_types[i];