Home
last modified time | relevance | path

Searched refs:ethtool_usrip6_spec (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c263 struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec; in parse_ip6()
264 struct ethtool_usrip6_spec *l3_val = &fs->h_u.usr_ip6_spec; in parse_ip6()
604 struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec; in validate_ip6()
/Linux-v5.15/drivers/net/ethernet/sfc/
Dethtool_common.c659 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_get_class_rule()
660 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_get_class_rule()
931 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
932 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
Dethtool.c795 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in ef4_ethtool_get_class_rule()
796 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in ef4_ethtool_get_class_rule()
1031 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in ef4_ethtool_set_class_rule()
1032 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in ef4_ethtool_set_class_rule()
/Linux-v5.15/include/uapi/linux/
Dethtool.h946 struct ethtool_usrip6_spec { struct
966 struct ethtool_usrip6_spec usr_ip6_spec; argument
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c649 struct ethtool_usrip6_spec *ipv6_usr_mask = &fsp->m_u.usr_ip6_spec; in otx2_prepare_ipv6_flow()
650 struct ethtool_usrip6_spec *ipv6_usr_hdr = &fsp->h_u.usr_ip6_spec; in otx2_prepare_ipv6_flow()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c1001 struct ethtool_usrip6_spec *usr_ip6_spec, in ice_set_fdir_ip6_usr_seg()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c6108 static int hclge_fd_check_ip6_tuple(struct ethtool_usrip6_spec *spec, in hclge_fd_check_ip6_tuple()
6913 struct ethtool_usrip6_spec *spec, in hclge_fd_get_ip6_info()
6914 struct ethtool_usrip6_spec *spec_mask) in hclge_fd_get_ip6_info()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4165 struct ethtool_usrip6_spec *usr_ip6_spec; in i40e_check_fdir_input_set()