Home
last modified time | relevance | path

Searched refs:mask_spec (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c139 static void mask_spec(u8 *mask, u8 *val, size_t size) in mask_spec() function
320 mask_spec((u8 *)eth_mask, (u8 *)eth_val, sizeof(*eth_mask)); in parse_ether()
387 mask_spec(fs->m_ext.h_dest, fs->h_ext.h_dest, ETH_ALEN); in set_flow_attrs()
/linux/tools/perf/
H A Dbuiltin-record.c3590 static int record__mmap_cpu_mask_init_spec(struct mmap_cpu_mask *mask, const char *mask_spec) in record__mmap_cpu_mask_init_spec() argument
3594 cpus = perf_cpu_map__new(mask_spec); in record__mmap_cpu_mask_init_spec()