Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1576 struct ethhdr *eth_spec; in mlx4_en_ethtool_to_net_trans_rule() local
1590 eth_spec = &cmd->fs.h_u.ether_spec; in mlx4_en_ethtool_to_net_trans_rule()
1592 &eth_spec->h_dest[0]); in mlx4_en_ethtool_to_net_trans_rule()
1593 spec_l2->eth.ether_type = eth_spec->h_proto; in mlx4_en_ethtool_to_net_trans_rule()
1594 if (eth_spec->h_proto) in mlx4_en_ethtool_to_net_trans_rule()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c561 struct ib_flow_spec_eth *eth_spec; in flow_is_multicast_only() local
563 eth_spec = (struct ib_flow_spec_eth *)flow_spec; in flow_is_multicast_only()
564 return is_multicast_ether_addr(eth_spec->mask.dst_mac) && in flow_is_multicast_only()
565 is_multicast_ether_addr(eth_spec->val.dst_mac); in flow_is_multicast_only()