Home
last modified time | relevance | path

Searched refs:mapping_id (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dint_port.c310 u64 mapping_id; in mlx5e_tc_int_port_init() local
319 mapping_id = mlx5_query_nic_system_image_guid(priv->mdev); in mlx5e_tc_int_port_init()
321 int_port_priv->metadata_mapping = mapping_create_for_id(mapping_id, MAPPING_TYPE_INT_PORT, in mlx5e_tc_int_port_init()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c2108 u64 mapping_id; in mlx5_tc_ct_init() local
2120 mapping_id = mlx5_query_nic_system_image_guid(dev); in mlx5_tc_ct_init()
2122 ct_priv->zone_mapping = mapping_create_for_id(mapping_id, MAPPING_TYPE_ZONE, in mlx5_tc_ct_init()
2129 ct_priv->labels_mapping = mapping_create_for_id(mapping_id, MAPPING_TYPE_LABELS, in mlx5_tc_ct_init()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c4961 u64 mapping_id; in mlx5e_tc_nic_init() local
4977 mapping_id = mlx5_query_nic_system_image_guid(dev); in mlx5e_tc_nic_init()
4979 chains_mapping = mapping_create_for_id(mapping_id, MAPPING_TYPE_CHAIN, in mlx5e_tc_nic_init()
5099 u64 mapping_id; in mlx5e_tc_esw_init() local
5118 mapping_id = mlx5_query_nic_system_image_guid(esw->dev); in mlx5e_tc_esw_init()
5120 mapping = mapping_create_for_id(mapping_id, MAPPING_TYPE_TUNNEL, in mlx5e_tc_esw_init()
5133 mapping = mapping_create_for_id(mapping_id, MAPPING_TYPE_TUNNEL_ENC_OPTS, in mlx5e_tc_esw_init()
Deswitch_offloads.c3316 u64 mapping_id; in esw_offloads_enable() local
3334 mapping_id = mlx5_query_nic_system_image_guid(esw->dev); in esw_offloads_enable()
3336 reg_c0_obj_pool = mapping_create_for_id(mapping_id, MAPPING_TYPE_CHAIN, in esw_offloads_enable()