Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dethtool.h793 struct ethtool_usrip4_spec { struct
858 struct ethtool_usrip4_spec usr_ip4_spec;
1099 struct ethtool_usrip4_spec usr_ip4_spec;
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c237 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in parse_ip4()
238 struct ethtool_usrip4_spec *l3_val = &fs->h_u.usr_ip4_spec; in parse_ip4()
535 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in validate_ip4()
/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c976 static void gfar_set_user_ip(struct ethtool_usrip4_spec *value, in gfar_set_user_ip()
977 struct ethtool_usrip4_spec *mask, in gfar_set_user_ip()
1152 gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u, in gfar_convert_to_filer()
1153 (struct ethtool_usrip4_spec *) &rule->m_u, in gfar_convert_to_filer()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dethtool.c790 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_get_class_rule()
791 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_get_class_rule()
1026 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
1027 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c303 static int prep_uip_rule(struct ethtool_usrip4_spec *uip_value, in prep_uip_rule()
304 struct ethtool_usrip4_spec *uip_mask, in prep_uip_rule()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c813 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
814 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
1082 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
1083 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c313 struct ethtool_usrip4_spec *l3ip4_h, *l3ip4_m; in enetc_set_cls_entry()
/Linux-v5.4/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-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4057 struct ethtool_usrip4_spec *usr_ip4_spec; in i40e_check_fdir_input_set()
/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c7433 struct ethtool_usrip4_spec *uspec = &fsp->h_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()
7434 struct ethtool_usrip4_spec *umask = &fsp->m_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5136 struct ethtool_usrip4_spec *usr_ip4_spec; in hclge_fd_check_spec()