Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dethtool.h895 struct ethtool_usrip4_spec { struct
960 struct ethtool_usrip4_spec usr_ip4_spec;
1203 struct ethtool_usrip4_spec usr_ip4_spec;
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c248 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in parse_ip4()
249 struct ethtool_usrip4_spec *l3_val = &fs->h_u.usr_ip4_spec; in parse_ip4()
586 struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec; in validate_ip4()
/Linux-v5.15/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c947 static void gfar_set_user_ip(struct ethtool_usrip4_spec *value, in gfar_set_user_ip()
948 struct ethtool_usrip4_spec *mask, in gfar_set_user_ip()
1123 gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u, in gfar_convert_to_filer()
1124 (struct ethtool_usrip4_spec *) &rule->m_u, in gfar_convert_to_filer()
/Linux-v5.15/drivers/net/ethernet/sfc/
Dethtool_common.c655 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
656 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_get_class_rule()
927 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
928 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in efx_ethtool_set_class_rule()
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
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()
1027 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
1028 struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec; in ef4_ethtool_set_class_rule()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c349 static int dpaa2_eth_prep_uip_rule(struct ethtool_usrip4_spec *uip_value, in dpaa2_eth_prep_uip_rule()
350 struct ethtool_usrip4_spec *uip_mask, in dpaa2_eth_prep_uip_rule()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c490 struct ethtool_usrip4_spec *ipv4_usr_mask = &fsp->m_u.usr_ip4_spec; in otx2_prepare_ipv4_flow()
491 struct ethtool_usrip4_spec *ipv4_usr_hdr = &fsp->h_u.usr_ip4_spec; in otx2_prepare_ipv4_flow()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c342 struct ethtool_usrip4_spec *l3ip4_h, *l3ip4_m; in enetc_set_cls_entry()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1342 struct ethtool_usrip4_spec *l3_mask; in mlx4_en_validate_flow()
1465 struct ethtool_usrip4_spec *l3_mask = &cmd->fs.m_u.usr_ip4_spec; in add_ip_rule()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c855 struct ethtool_usrip4_spec *usr_ip4_spec, in ice_set_fdir_ip4_usr_seg()
/Linux-v5.15/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1345 struct ethtool_usrip4_spec *l4_mask; in bcmgenet_validate_flow()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c6051 static int hclge_fd_check_ip4_tuple(struct ethtool_usrip4_spec *spec, in hclge_fd_check_ip4_tuple()
6857 struct ethtool_usrip4_spec *spec, in hclge_fd_get_ip4_info()
6858 struct ethtool_usrip4_spec *spec_mask) in hclge_fd_get_ip4_info()
/Linux-v5.15/drivers/net/ethernet/sun/
Dniu.c7431 struct ethtool_usrip4_spec *uspec = &fsp->h_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()
7432 struct ethtool_usrip4_spec *umask = &fsp->m_u.usr_ip4_spec; in niu_add_ethtool_tcam_entry()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4167 struct ethtool_usrip4_spec *usr_ip4_spec; in i40e_check_fdir_input_set()