eth_spec         3062 drivers/infiniband/hw/mlx5/main.c 		struct ib_flow_spec_eth *eth_spec;
eth_spec         3064 drivers/infiniband/hw/mlx5/main.c 		eth_spec = (struct ib_flow_spec_eth *)flow_spec;
eth_spec         3065 drivers/infiniband/hw/mlx5/main.c 		return is_multicast_ether_addr(eth_spec->mask.dst_mac) &&
eth_spec         3066 drivers/infiniband/hw/mlx5/main.c 		       is_multicast_ether_addr(eth_spec->val.dst_mac);
eth_spec         1549 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	struct ethhdr *eth_spec;
eth_spec         1563 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		eth_spec = &cmd->fs.h_u.ether_spec;
eth_spec         1565 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 					     &eth_spec->h_dest[0]);
eth_spec         1566 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		spec_l2->eth.ether_type = eth_spec->h_proto;
eth_spec         1567 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 		if (eth_spec->h_proto)