Home
last modified time | relevance | path

Searched refs:mapping_type (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dmap.h19 enum mapping_type { enum
35 enum mapping_type mapping_type:8; in DECLARE_RC_STRUCT()
115 if ((RC_CHK_ACCESS(map)->mapping_type) == MAPPING_TYPE__DSO) in map__map_ip()
123 if ((RC_CHK_ACCESS(map)->mapping_type) == MAPPING_TYPE__DSO) in map__unmap_ip()
303 static inline void map__set_mapping_type(struct map *map, enum mapping_type type) in map__set_mapping_type()
305 RC_CHK_ACCESS(map)->mapping_type = type; in map__set_mapping_type()
308 static inline enum mapping_type map__mapping_type(struct map *map) in map__mapping_type()
310 return RC_CHK_ACCESS(map)->mapping_type; in map__mapping_type()
H A Dmap.c175 map->mapping_type = MAPPING_TYPE__IDENTITY; in map__new()
/linux/net/devlink/
H A Ddpipe.c604 nla_put_u32(skb, DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE, field->mapping_type)) in devlink_dpipe_fields_put()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c26 .mapping_type = DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX,
/linux/include/net/
H A Ddevlink.h219 enum devlink_dpipe_field_mapping_type mapping_type; member