Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dethtool.h1295 struct ethtool_usrip4_spec { struct
1360 struct ethtool_usrip4_spec usr_ip4_spec;
1606 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()
910 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
911 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
/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/sfc/falcon/
H A Dethtool.c791 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_get_class_rule()
792 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_get_class_rule()
1038 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
1039 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c967 static void gfar_set_user_ip(struct ethtool_usrip4_spec *value, in gfar_set_user_ip()
968 struct ethtool_usrip4_spec *mask, in gfar_set_user_ip()
1143 gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u, in gfar_convert_to_filer()
1144 (struct ethtool_usrip4_spec *) &rule->m_u, in gfar_convert_to_filer()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c643 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
644 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
919 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
920 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c702 struct ethtool_usrip4_spec *ipv4_usr_mask = &fsp->m_u.usr_ip4_spec; in otx2_prepare_ipv4_flow()
703 struct ethtool_usrip4_spec *ipv4_usr_hdr = &fsp->h_u.usr_ip4_spec; in otx2_prepare_ipv4_flow()
/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.c1349 static bool bnxt_verify_ntuple_ip4_flow(struct ethtool_usrip4_spec *ip_spec, in bnxt_verify_ntuple_ip4_flow()
1350 struct ethtool_usrip4_spec *ip_mask) in bnxt_verify_ntuple_ip4_flow()
1421 struct ethtool_usrip4_spec *ip_spec = &fs->h_u.usr_ip4_spec; in bnxt_add_ntuple_cls_rule()
1422 struct ethtool_usrip4_spec *ip_mask = &fs->m_u.usr_ip4_spec; in bnxt_add_ntuple_cls_rule()
/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/freescale/enetc/
H A Denetc_ethtool.c779 struct ethtool_usrip4_spec *l3ip4_h, *l3ip4_m; in enetc_set_cls_entry()
/linux/drivers/net/ethernet/sun/
H A Dniu.c7475 struct ethtool_usrip4_spec *uspec = &fsp->h_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()
7476 struct ethtool_usrip4_spec *umask = &fsp->m_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()