Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c654 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_get_class_rule()
655 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_get_class_rule()
914 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
915 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c276 struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec; in parse_ip6()
277 struct ethtool_usrip6_spec *l3_val = &fs->h_u.usr_ip6_spec; in parse_ip6()
612 struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec; in validate_ip6()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c801 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in ef4_ethtool_get_class_rule()
802 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in ef4_ethtool_get_class_rule()
1037 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in ef4_ethtool_set_class_rule()
1038 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in ef4_ethtool_set_class_rule()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c654 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_get_class_rule()
655 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_get_class_rule()
926 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
927 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
/linux/include/uapi/linux/
H A Dethtool.h1326 struct ethtool_usrip6_spec { struct
1346 struct ethtool_usrip6_spec usr_ip6_spec; argument
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c693 struct ethtool_usrip6_spec *ipv6_usr_mask = &fsp->m_u.usr_ip6_spec; in otx2_prepare_ipv6_flow()
694 struct ethtool_usrip6_spec *ipv6_usr_hdr = &fsp->h_u.usr_ip6_spec; in otx2_prepare_ipv6_flow()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1300 static bool bnxt_verify_ntuple_ip6_flow(struct ethtool_usrip6_spec *ip_spec, in bnxt_verify_ntuple_ip6_flow()
1301 struct ethtool_usrip6_spec *ip_mask) in bnxt_verify_ntuple_ip6_flow()
1388 struct ethtool_usrip6_spec *ip_spec = &fs->h_u.usr_ip6_spec; in bnxt_add_ntuple_cls_rule()
1389 struct ethtool_usrip6_spec *ip_mask = &fs->m_u.usr_ip6_spec; in bnxt_add_ntuple_cls_rule()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c1157 struct ethtool_usrip6_spec *usr_ip6_spec, in ice_set_fdir_ip6_usr_seg()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5991 static int hclge_fd_check_ip6_tuple(struct ethtool_usrip6_spec *spec, in hclge_fd_check_ip6_tuple()
6788 struct ethtool_usrip6_spec *spec, in hclge_fd_get_ip6_info()
6789 struct ethtool_usrip6_spec *spec_mask) in hclge_fd_get_ip6_info()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4299 struct ethtool_usrip6_spec *usr_ip6_spec; in i40e_check_fdir_input_set()