ether_spec       1578 drivers/net/dsa/mv88e6xxx/chip.c 	struct ethhdr *mac_entry = &fs->h_u.ether_spec;
ether_spec       1579 drivers/net/dsa/mv88e6xxx/chip.c 	struct ethhdr *mac_mask = &fs->m_u.ether_spec;
ether_spec        137 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 	    fsp->m_u.ether_spec.h_proto == 0U) {
ether_spec        315 drivers/net/ethernet/aquantia/atlantic/aq_filters.c 	data->ethertype = be16_to_cpu(fsp->h_u.ether_spec.h_proto);
ether_spec        451 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 		err = prep_eth_rule(&fs->h_u.ether_spec, &fs->m_u.ether_spec,
ether_spec        360 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c 		eth_h = &fs->h_u.ether_spec;
ether_spec        361 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c 		eth_m = &fs->m_u.ether_spec;
ether_spec       5141 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	struct ethhdr *ether_spec;
ether_spec       5254 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_spec = &fs->h_u.ether_spec;
ether_spec       5259 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		if (is_zero_ether_addr(ether_spec->h_source))
ether_spec       5262 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		if (is_zero_ether_addr(ether_spec->h_dest))
ether_spec       5265 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		if (!ether_spec->h_proto)
ether_spec       5469 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				fs->h_u.ether_spec.h_source);
ether_spec       5471 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				fs->m_u.ether_spec.h_source);
ether_spec       5474 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				fs->h_u.ether_spec.h_dest);
ether_spec       5476 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				fs->m_u.ether_spec.h_dest);
ether_spec       5479 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				be16_to_cpu(fs->h_u.ether_spec.h_proto);
ether_spec       5481 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 				be16_to_cpu(fs->m_u.ether_spec.h_proto);
ether_spec       5911 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(fs->h_u.ether_spec.h_source,
ether_spec       5914 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			eth_zero_addr(fs->m_u.ether_spec.h_source);
ether_spec       5916 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			ether_addr_copy(fs->m_u.ether_spec.h_source,
ether_spec       5919 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		ether_addr_copy(fs->h_u.ether_spec.h_dest,
ether_spec       5922 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			eth_zero_addr(fs->m_u.ether_spec.h_dest);
ether_spec       5924 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			ether_addr_copy(fs->m_u.ether_spec.h_dest,
ether_spec       5927 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		fs->h_u.ether_spec.h_proto =
ether_spec       5929 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		fs->m_u.ether_spec.h_proto =
ether_spec       5950 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			eth_zero_addr(fs->m_u.ether_spec.h_dest);
ether_spec       5952 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			ether_addr_copy(fs->m_u.ether_spec.h_dest,
ether_spec       2472 drivers/net/ethernet/intel/igb/igb_ethtool.c 			fsp->h_u.ether_spec.h_proto = rule->filter.etype;
ether_spec       2473 drivers/net/ethernet/intel/igb/igb_ethtool.c 			fsp->m_u.ether_spec.h_proto = ETHER_TYPE_FULL_MASK;
ether_spec       2481 drivers/net/ethernet/intel/igb/igb_ethtool.c 			ether_addr_copy(fsp->h_u.ether_spec.h_dest,
ether_spec       2486 drivers/net/ethernet/intel/igb/igb_ethtool.c 			eth_broadcast_addr(fsp->m_u.ether_spec.h_dest);
ether_spec       2489 drivers/net/ethernet/intel/igb/igb_ethtool.c 			ether_addr_copy(fsp->h_u.ether_spec.h_source,
ether_spec       2494 drivers/net/ethernet/intel/igb/igb_ethtool.c 			eth_broadcast_addr(fsp->m_u.ether_spec.h_source);
ether_spec       2947 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (fsp->m_u.ether_spec.h_proto == ETHER_TYPE_FULL_MASK) {
ether_spec       2948 drivers/net/ethernet/intel/igb/igb_ethtool.c 		input->filter.etype = fsp->h_u.ether_spec.h_proto;
ether_spec       2953 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (is_broadcast_ether_addr(fsp->m_u.ether_spec.h_source)) {
ether_spec       2956 drivers/net/ethernet/intel/igb/igb_ethtool.c 				fsp->h_u.ether_spec.h_source);
ether_spec       2960 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (is_broadcast_ether_addr(fsp->m_u.ether_spec.h_dest)) {
ether_spec       2963 drivers/net/ethernet/intel/igb/igb_ethtool.c 				fsp->h_u.ether_spec.h_dest);
ether_spec        899 drivers/net/ethernet/intel/igc/igc_ethtool.c 			fsp->h_u.ether_spec.h_proto = rule->filter.etype;
ether_spec        900 drivers/net/ethernet/intel/igc/igc_ethtool.c 			fsp->m_u.ether_spec.h_proto = ETHER_TYPE_FULL_MASK;
ether_spec        908 drivers/net/ethernet/intel/igc/igc_ethtool.c 			ether_addr_copy(fsp->h_u.ether_spec.h_dest,
ether_spec        913 drivers/net/ethernet/intel/igc/igc_ethtool.c 			eth_broadcast_addr(fsp->m_u.ether_spec.h_dest);
ether_spec        916 drivers/net/ethernet/intel/igc/igc_ethtool.c 			ether_addr_copy(fsp->h_u.ether_spec.h_source,
ether_spec        921 drivers/net/ethernet/intel/igc/igc_ethtool.c 			eth_broadcast_addr(fsp->m_u.ether_spec.h_source);
ether_spec       1382 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (fsp->m_u.ether_spec.h_proto == ETHER_TYPE_FULL_MASK) {
ether_spec       1383 drivers/net/ethernet/intel/igc/igc_ethtool.c 		input->filter.etype = fsp->h_u.ether_spec.h_proto;
ether_spec       1388 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (is_broadcast_ether_addr(fsp->m_u.ether_spec.h_source)) {
ether_spec       1391 drivers/net/ethernet/intel/igc/igc_ethtool.c 				fsp->h_u.ether_spec.h_source);
ether_spec       1395 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (is_broadcast_ether_addr(fsp->m_u.ether_spec.h_dest)) {
ether_spec       1398 drivers/net/ethernet/intel/igc/igc_ethtool.c 				fsp->h_u.ether_spec.h_dest);
ether_spec       1357 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		eth_mask = &cmd->fs.m_u.ether_spec;
ether_spec       1563 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		eth_spec = &cmd->fs.h_u.ether_spec;
ether_spec        293 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	struct ethhdr *eth_mask = &fs->m_u.ether_spec;
ether_spec        294 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	struct ethhdr *eth_val = &fs->h_u.ether_spec;
ether_spec        501 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	struct ethhdr *eth_mask = &fs->m_u.ether_spec;
ether_spec        819 drivers/net/ethernet/sfc/ethtool.c 	struct ethhdr *mac_entry = &rule->h_u.ether_spec;
ether_spec        820 drivers/net/ethernet/sfc/ethtool.c 	struct ethhdr *mac_mask = &rule->m_u.ether_spec;
ether_spec       1089 drivers/net/ethernet/sfc/ethtool.c 	struct ethhdr *mac_entry = &rule->h_u.ether_spec;
ether_spec       1090 drivers/net/ethernet/sfc/ethtool.c 	struct ethhdr *mac_mask = &rule->m_u.ether_spec;
ether_spec        796 drivers/net/ethernet/sfc/falcon/ethtool.c 	struct ethhdr *mac_entry = &rule->h_u.ether_spec;
ether_spec        797 drivers/net/ethernet/sfc/falcon/ethtool.c 	struct ethhdr *mac_mask = &rule->m_u.ether_spec;
ether_spec       1032 drivers/net/ethernet/sfc/falcon/ethtool.c 	struct ethhdr *mac_entry = &rule->h_u.ether_spec;
ether_spec       1033 drivers/net/ethernet/sfc/falcon/ethtool.c 	struct ethhdr *mac_mask = &rule->m_u.ether_spec;
ether_spec        865 include/uapi/linux/ethtool.h 	struct ethhdr				ether_spec;
ether_spec       1100 include/uapi/linux/ethtool.h 		struct ethhdr				ether_spec;
ether_spec       2895 net/core/ethtool.c 		const struct ethhdr *ether_spec, *ether_m_spec;
ether_spec       2897 net/core/ethtool.c 		ether_spec = &fs->h_u.ether_spec;
ether_spec       2898 net/core/ethtool.c 		ether_m_spec = &fs->m_u.ether_spec;
ether_spec       2902 net/core/ethtool.c 					ether_spec->h_source);
ether_spec       2908 net/core/ethtool.c 					ether_spec->h_dest);
ether_spec       2913 net/core/ethtool.c 			match->key.basic.n_proto = ether_spec->h_proto;