/linux/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_filters.c | 54 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 D | aq_filters.h | 20 struct ethtool_rx_flow_spec aq_fsp;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_fs_ethtool.c | 47 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 D | gianfar_ethtool.c | 1033 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 D | bcm_sf2_cfp.c | 24 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 D | ice_ethtool_fdir.c | 117 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 D | otx2_flows.c | 18 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 D | iavf_ethtool.c | 987 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 D | dpaa2-ethtool.c | 490 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 D | dpaa2-eth.h | 477 struct ethtool_rx_flow_spec fs;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
A D | ethtool.c | 229 struct ethtool_rx_flow_spec *fs = &cmd->fs; in mlx5i_set_rxnfc()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_ethtool.c | 949 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 D | enic_ethtool.c | 425 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 D | qede_filter.c | 1320 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 D | ethtool.h | 1037 struct ethtool_rx_flow_spec { struct 1137 struct ethtool_rx_flow_spec fs;
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_ethtool.c | 3137 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 D | ixgbe_ethtool.c | 2504 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 D | mtk_eth_soc.c | 1921 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 D | enetc.h | 281 struct ethtool_rx_flow_spec fs;
|
/linux/drivers/net/ethernet/broadcom/genet/ |
A D | bcmgenet.h | 569 struct ethtool_rx_flow_spec fs;
|
/linux/include/linux/ |
A D | ethtool.h | 741 const struct ethtool_rx_flow_spec *fs;
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_ethtool.c | 1661 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 D | igb_ethtool.c | 2436 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 D | chip.h | 246 struct ethtool_rx_flow_spec fs;
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_main.c | 6321 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 …]
|