Searched refs:eth_spec (Results 1 – 2 of 2) sorted by relevance
1576 struct ethhdr *eth_spec; in mlx4_en_ethtool_to_net_trans_rule() local1590 eth_spec = &cmd->fs.h_u.ether_spec; in mlx4_en_ethtool_to_net_trans_rule()1592 ð_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()
561 struct ib_flow_spec_eth *eth_spec; in flow_is_multicast_only() local563 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()