Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dethtool.h1275 struct ethtool_usrip4_spec { struct
1340 struct ethtool_usrip4_spec usr_ip4_spec;
1586 struct ethtool_usrip4_spec usr_ip4_spec;
/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c644 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
645 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
904 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
905 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c955 static void gfar_set_user_ip(struct ethtool_usrip4_spec *value, in gfar_set_user_ip()
956 struct ethtool_usrip4_spec *mask, in gfar_set_user_ip()
1131 gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u, in gfar_convert_to_filer()
1132 (struct ethtool_usrip4_spec *) &rule->m_u, in gfar_convert_to_filer()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c261 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in parse_ip4()
262 struct ethtool_usrip4_spec *l3_val = &fs->h_u.usr_ip4_spec; in parse_ip4()
594 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in validate_ip4()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1330 struct ethtool_usrip4_spec *l3_mask; in mlx4_en_validate_flow()
1453 struct ethtool_usrip4_spec *l3_mask = &cmd->fs.m_u.usr_ip4_spec; in add_ip_rule()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1287 static bool bnxt_verify_ntuple_ip4_flow(struct ethtool_usrip4_spec *ip_spec, in bnxt_verify_ntuple_ip4_flow()
1288 struct ethtool_usrip4_spec *ip_mask) in bnxt_verify_ntuple_ip4_flow()
1358 struct ethtool_usrip4_spec *ip_spec = &fs->h_u.usr_ip4_spec; in bnxt_add_ntuple_cls_rule()
1359 struct ethtool_usrip4_spec *ip_mask = &fs->m_u.usr_ip4_spec; in bnxt_add_ntuple_cls_rule()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c507 struct ethtool_usrip4_spec *l3ip4_h, *l3ip4_m; in enetc_set_cls_entry()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c621 fs_size = sizeof(struct ethtool_usrip4_spec); in bcmasp_netfilt_check_dup()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c1011 struct ethtool_usrip4_spec *usr_ip4_spec, in ice_set_fdir_ip4_usr_seg()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5924 static int hclge_fd_check_ip4_tuple(struct ethtool_usrip4_spec *spec, in hclge_fd_check_ip4_tuple()
6724 struct ethtool_usrip4_spec *spec, in hclge_fd_get_ip4_info()
6725 struct ethtool_usrip4_spec *spec_mask) in hclge_fd_get_ip4_info()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4301 struct ethtool_usrip4_spec *usr_ip4_spec; in i40e_check_fdir_input_set()