Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dethtool.h767 struct ethtool_usrip4_spec { struct
832 struct ethtool_usrip4_spec usr_ip4_spec;
1073 struct ethtool_usrip4_spec usr_ip4_spec;
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c235 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in parse_ip4()
236 struct ethtool_usrip4_spec *l3_val = &fs->h_u.usr_ip4_spec; in parse_ip4()
537 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in validate_ip4()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1013 static void gfar_set_user_ip(struct ethtool_usrip4_spec *value, in gfar_set_user_ip()
1014 struct ethtool_usrip4_spec *mask, in gfar_set_user_ip()
1191 gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u, in gfar_convert_to_filer()
1192 (struct ethtool_usrip4_spec *) &rule->m_u, in gfar_convert_to_filer()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dethtool.c793 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_get_class_rule()
794 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_get_class_rule()
1029 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
1030 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c816 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
817 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
1085 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
1086 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1321 struct ethtool_usrip4_spec *l3_mask; in mlx4_en_validate_flow()
1445 struct ethtool_usrip4_spec *l3_mask = &cmd->fs.m_u.usr_ip4_spec; in add_ip_rule()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c3715 struct ethtool_usrip4_spec *usr_ip4_spec; in i40e_check_fdir_input_set()
/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.c7435 struct ethtool_usrip4_spec *uspec = &fsp->h_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()
7436 struct ethtool_usrip4_spec *umask = &fsp->m_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()