Home
last modified time | relevance | path

Searched refs:ethtool_rx_flow_spec (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_filters.c54 struct ethtool_rx_flow_spec *fsp2) in aq_match_filter()
68 struct ethtool_rx_flow_spec *fsp) in aq_rule_already_exists()
90 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fl3l4()
127 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fl2()
154 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fvlan()
186 struct ethtool_rx_flow_spec *fsp) in aq_check_filter()
235 struct ethtool_rx_flow_spec *fsp) in aq_rule_is_not_support()
265 struct ethtool_rx_flow_spec *fsp) in aq_rule_is_not_correct()
294 struct ethtool_rx_flow_spec *fsp) in aq_check_rule()
682 struct ethtool_rx_flow_spec *fsp = in aq_add_rxnfc_rule()
[all …]
A Daq_filters.h20 struct ethtool_rx_flow_spec aq_fsp;
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs_ethtool.c47 struct ethtool_rx_flow_spec flow_spec;
66 struct ethtool_rx_flow_spec *fs, in get_flow_table()
334 struct ethtool_rx_flow_spec *fs) in set_flow_attrs()
410 struct ethtool_rx_flow_spec *fs, in flow_get_tirn()
454 struct ethtool_rx_flow_spec *fs, u32 rss_context) in add_ethtool_flow_rule()
550 static int validate_ethter(struct ethtool_rx_flow_spec *fs) in validate_ethter()
584 static int validate_ip4(struct ethtool_rx_flow_spec *fs) in validate_ip4()
602 static int validate_ip6(struct ethtool_rx_flow_spec *fs) in validate_ip6()
642 static int validate_vlan(struct ethtool_rx_flow_spec *fs) in validate_vlan()
656 struct ethtool_rx_flow_spec *fs) in validate_flow()
[all …]
/linux/drivers/net/ethernet/freescale/
A Dgianfar_ethtool.c1033 static inline u32 vlan_tci_vid(struct ethtool_rx_flow_spec *rule) in vlan_tci_vid()
1038 static inline u32 vlan_tci_vidm(struct ethtool_rx_flow_spec *rule) in vlan_tci_vidm()
1043 static inline u32 vlan_tci_cfi(struct ethtool_rx_flow_spec *rule) in vlan_tci_cfi()
1048 static inline u32 vlan_tci_cfim(struct ethtool_rx_flow_spec *rule) in vlan_tci_cfim()
1053 static inline u32 vlan_tci_prio(struct ethtool_rx_flow_spec *rule) in vlan_tci_prio()
1059 static inline u32 vlan_tci_priom(struct ethtool_rx_flow_spec *rule) in vlan_tci_priom()
1066 static int gfar_convert_to_filer(struct ethtool_rx_flow_spec *rule, in gfar_convert_to_filer()
1197 static int gfar_check_capability(struct ethtool_rx_flow_spec *flow, in gfar_check_capability()
1257 static void gfar_invert_masks(struct ethtool_rx_flow_spec *flow) in gfar_invert_masks()
1271 struct ethtool_rx_flow_spec *flow) in gfar_add_cls()
/linux/drivers/net/dsa/
A Dbcm_sf2_cfp.c24 struct ethtool_rx_flow_spec fs;
349 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv4_rule_set()
581 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_cmp()
630 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv6_rule_set()
847 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_insert()
927 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_set()
1051 static void bcm_sf2_invert_masks(struct ethtool_rx_flow_spec *flow) in bcm_sf2_invert_masks()
/linux/drivers/net/ethernet/intel/ice/
A Dice_ethtool_fdir.c117 struct ethtool_rx_flow_spec *fsp; in ice_get_ethtool_fdir_entry()
122 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in ice_get_ethtool_fdir_entry()
406 ice_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in ice_parse_rx_flow_user_data()
1057 ice_cfg_fdir_xtrct_seq(struct ice_pf *pf, struct ethtool_rx_flow_spec *fsp, in ice_cfg_fdir_xtrct_seq()
1440 struct ethtool_rx_flow_spec *fsp = in ice_del_fdir_ethtool()
1441 (struct ethtool_rx_flow_spec *)&cmd->fs; in ice_del_fdir_ethtool()
1472 ice_set_fdir_input_set(struct ice_vsi *vsi, struct ethtool_rx_flow_spec *fsp, in ice_set_fdir_input_set()
1612 struct ethtool_rx_flow_spec *fsp; in ice_add_fdir_ethtool()
1637 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in ice_add_fdir_ethtool()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_flows.c18 struct ethtool_rx_flow_spec flow_spec;
486 static int otx2_prepare_ipv4_flow(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_ipv4_flow()
645 static int otx2_prepare_ipv6_flow(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_ipv6_flow()
766 static int otx2_prepare_flow_request(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_flow_request()
874 struct ethtool_rx_flow_spec *fsp) in otx2_is_flow_rule_dmacfilter()
972 sizeof(struct ethtool_rx_flow_spec)); in otx2_add_flow_with_pfmac()
992 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in otx2_add_flow()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c987 iavf_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in iavf_parse_rx_flow_user_data()
1033 iavf_fill_rx_flow_ext_data(struct ethtool_rx_flow_spec *fsp, in iavf_fill_rx_flow_ext_data()
1056 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in iavf_get_ethtool_fdir_entry()
1233 iavf_add_fdir_fltr_info(struct iavf_adapter *adapter, struct ethtool_rx_flow_spec *fsp, in iavf_add_fdir_fltr_info()
1379 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in iavf_add_fdir_ethtool()
1447 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in iavf_del_fdir_ethtool()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c490 static int dpaa2_eth_prep_cls_rule(struct ethtool_rx_flow_spec *fs, void *key, in dpaa2_eth_prep_cls_rule()
541 struct ethtool_rx_flow_spec *fs, in dpaa2_eth_do_cls_rule()
645 struct ethtool_rx_flow_spec *new_fs, in dpaa2_eth_update_cls_rule()
A Ddpaa2-eth.h477 struct ethtool_rx_flow_spec fs;
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c229 struct ethtool_rx_flow_spec *fs = &cmd->fs; in mlx5i_set_rxnfc()
/linux/drivers/net/ethernet/intel/igc/
A Digc_ethtool.c949 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igc_ethtool_get_nfc_rule()
1197 const struct ethtool_rx_flow_spec *fsp) in igc_ethtool_init_nfc_rule()
1297 struct ethtool_rx_flow_spec *fsp = in igc_ethtool_add_nfc_rule()
1298 (struct ethtool_rx_flow_spec *)&cmd->fs; in igc_ethtool_add_nfc_rule()
1354 struct ethtool_rx_flow_spec *fsp = in igc_ethtool_del_nfc_rule()
1355 (struct ethtool_rx_flow_spec *)&cmd->fs; in igc_ethtool_del_nfc_rule()
/linux/drivers/net/ethernet/cisco/enic/
A Denic_ethtool.c425 struct ethtool_rx_flow_spec *fsp = in enic_grxclsrule()
426 (struct ethtool_rx_flow_spec *)&cmd->fs; in enic_grxclsrule()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_filter.c1320 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in qede_get_cls_rule_entry()
1501 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_validate_unused()
1609 struct ethtool_rx_flow_spec *fs) in qede_flow_set_destination()
1971 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_rule()
2017 struct ethtool_rx_flow_spec *fsp = &info->fs; in qede_add_cls_rule()
/linux/include/uapi/linux/
A Dethtool.h1037 struct ethtool_rx_flow_spec { struct
1137 struct ethtool_rx_flow_spec fs;
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c3137 static int i40e_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in i40e_parse_rx_flow_user_data()
3177 static void i40e_fill_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in i40e_fill_rx_flow_user_data()
3244 struct ethtool_rx_flow_spec *fsp = in i40e_get_ethtool_fdir_entry()
3245 (struct ethtool_rx_flow_spec *)&cmd->fs; in i40e_get_ethtool_fdir_entry()
3740 struct ethtool_rx_flow_spec *fsp = in i40e_del_fdir_entry()
3741 (struct ethtool_rx_flow_spec *)&cmd->fs; in i40e_del_fdir_entry()
4007 static const char *i40e_flow_str(struct ethtool_rx_flow_spec *fsp) in i40e_flow_str()
4158 struct ethtool_rx_flow_spec *fsp, in i40e_check_fdir_input_set()
4672 struct ethtool_rx_flow_spec *fsp; in i40e_add_fdir_ethtool()
4696 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in i40e_add_fdir_ethtool()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c2504 struct ethtool_rx_flow_spec *fsp = in ixgbe_get_ethtool_fdir_entry()
2505 (struct ethtool_rx_flow_spec *)&cmd->fs; in ixgbe_get_ethtool_fdir_entry()
2723 static int ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, in ixgbe_flowspec_to_flow_type()
2767 struct ethtool_rx_flow_spec *fsp = in ixgbe_add_ethtool_fdir_entry()
2768 (struct ethtool_rx_flow_spec *)&cmd->fs; in ixgbe_add_ethtool_fdir_entry()
2897 struct ethtool_rx_flow_spec *fsp = in ixgbe_del_ethtool_fdir_entry()
2898 (struct ethtool_rx_flow_spec *)&cmd->fs; in ixgbe_del_ethtool_fdir_entry()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c1921 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_add_ipaddr()
1922 (struct ethtool_rx_flow_spec *)&cmd->fs; in mtk_hwlro_add_ipaddr()
1945 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_del_ipaddr()
1946 (struct ethtool_rx_flow_spec *)&cmd->fs; in mtk_hwlro_del_ipaddr()
1984 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_get_fdir_entry()
1985 (struct ethtool_rx_flow_spec *)&cmd->fs; in mtk_hwlro_get_fdir_entry()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc.h281 struct ethtool_rx_flow_spec fs;
/linux/drivers/net/ethernet/broadcom/genet/
A Dbcmgenet.h569 struct ethtool_rx_flow_spec fs;
/linux/include/linux/
A Dethtool.h741 const struct ethtool_rx_flow_spec *fs;
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c1661 sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_flow_replace()
1672 sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_flow_replace()
1706 memset(&rule->flow_spec, 0, sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_flow_detach()
1726 sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_get_flow()
/linux/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c2436 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igb_get_ethtool_nfc_entry()
2899 struct ethtool_rx_flow_spec *fsp = in igb_add_ethtool_nfc_entry()
2900 (struct ethtool_rx_flow_spec *)&cmd->fs; in igb_add_ethtool_nfc_entry()
2991 struct ethtool_rx_flow_spec *fsp = in igb_del_ethtool_nfc_entry()
2992 (struct ethtool_rx_flow_spec *)&cmd->fs; in igb_del_ethtool_nfc_entry()
/linux/drivers/net/dsa/mv88e6xxx/
A Dchip.h246 struct ethtool_rx_flow_spec fs;
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c6321 struct ethtool_rx_flow_spec *fs, in hclge_fd_check_ext_tuple()
6394 struct ethtool_rx_flow_spec *fs, in hclge_fd_parse_user_def_field()
6450 struct ethtool_rx_flow_spec *fs, in hclge_fd_check_spec()
6520 struct ethtool_rx_flow_spec *fs, in hclge_fd_get_tcpip4_tuple()
6550 struct ethtool_rx_flow_spec *fs, in hclge_fd_get_ip4_tuple()
6604 struct ethtool_rx_flow_spec *fs, in hclge_fd_get_ip6_tuple()
6628 struct ethtool_rx_flow_spec *fs, in hclge_fd_get_ether_tuple()
6665 struct ethtool_rx_flow_spec *fs, in hclge_fd_get_tuple()
6821 struct ethtool_rx_flow_spec *fs; in hclge_add_fd_entry()
6880 struct ethtool_rx_flow_spec *fs; in hclge_del_fd_entry()
[all …]

Completed in 105 milliseconds

12