Home
last modified time | relevance | path

Searched refs:eth_spec (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1565 struct ethhdr *eth_spec; in mlx4_en_ethtool_to_net_trans_rule() local
1579 eth_spec = &cmd->fs.h_u.ether_spec; in mlx4_en_ethtool_to_net_trans_rule()
1581 &eth_spec->h_dest[0]); in mlx4_en_ethtool_to_net_trans_rule()
1582 spec_l2->eth.ether_type = eth_spec->h_proto; in mlx4_en_ethtool_to_net_trans_rule()
1583 if (eth_spec->h_proto) in mlx4_en_ethtool_to_net_trans_rule()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dfs.c578 struct ib_flow_spec_eth *eth_spec; in flow_is_multicast_only() local
580 eth_spec = (struct ib_flow_spec_eth *)flow_spec; in flow_is_multicast_only()
581 return is_multicast_ether_addr(eth_spec->mask.dst_mac) && in flow_is_multicast_only()
582 is_multicast_ether_addr(eth_spec->val.dst_mac); in flow_is_multicast_only()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds