Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1129 static inline u32 vlan_tci_vid(struct ethtool_rx_flow_spec *rule) in vlan_tci_vid()
1134 static inline u32 vlan_tci_vidm(struct ethtool_rx_flow_spec *rule) in vlan_tci_vidm()
1139 static inline u32 vlan_tci_cfi(struct ethtool_rx_flow_spec *rule) in vlan_tci_cfi()
1144 static inline u32 vlan_tci_cfim(struct ethtool_rx_flow_spec *rule) in vlan_tci_cfim()
1149 static inline u32 vlan_tci_prio(struct ethtool_rx_flow_spec *rule) in vlan_tci_prio()
1155 static inline u32 vlan_tci_priom(struct ethtool_rx_flow_spec *rule) in vlan_tci_priom()
1162 static int gfar_convert_to_filer(struct ethtool_rx_flow_spec *rule, in gfar_convert_to_filer()
1295 static int gfar_check_capability(struct ethtool_rx_flow_spec *flow, in gfar_check_capability()
1355 static void gfar_invert_masks(struct ethtool_rx_flow_spec *flow) in gfar_invert_masks()
1369 struct ethtool_rx_flow_spec *flow) in gfar_add_cls()
Dgianfar.h50 struct ethtool_rx_flow_spec fs;
/linux-4.4.14/include/uapi/linux/
Dethtool.h795 struct ethtool_rx_flow_spec { struct
886 struct ethtool_rx_flow_spec fs;
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c361 struct ethtool_rx_flow_spec *fsp = in enic_grxclsrule()
362 (struct ethtool_rx_flow_spec *)&cmd->fs; in enic_grxclsrule()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2049 struct ethtool_rx_flow_spec *fsp = in i40e_get_ethtool_fdir_entry()
2050 (struct ethtool_rx_flow_spec *)&cmd->fs; in i40e_get_ethtool_fdir_entry()
2353 struct ethtool_rx_flow_spec *fsp = in i40e_del_fdir_entry()
2354 (struct ethtool_rx_flow_spec *)&cmd->fs; in i40e_del_fdir_entry()
2382 struct ethtool_rx_flow_spec *fsp; in i40e_add_fdir_ethtool()
2406 fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in i40e_add_fdir_ethtool()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2335 struct ethtool_rx_flow_spec *fsp = in ixgbe_get_ethtool_fdir_entry()
2336 (struct ethtool_rx_flow_spec *)&cmd->fs; in ixgbe_get_ethtool_fdir_entry()
2554 static int ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, in ixgbe_flowspec_to_flow_type()
2597 struct ethtool_rx_flow_spec *fsp = in ixgbe_add_ethtool_fdir_entry()
2598 (struct ethtool_rx_flow_spec *)&cmd->fs; in ixgbe_add_ethtool_fdir_entry()
2727 struct ethtool_rx_flow_spec *fsp = in ixgbe_del_ethtool_fdir_entry()
2728 (struct ethtool_rx_flow_spec *)&cmd->fs; in ixgbe_del_ethtool_fdir_entry()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1544 sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_flow_replace()
1555 sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_flow_replace()
1589 memset(&rule->flow_spec, 0, sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_flow_detach()
1609 sizeof(struct ethtool_rx_flow_spec)); in mlx4_en_get_flow()
Dmlx4_en.h470 struct ethtool_rx_flow_spec flow_spec;
/linux-4.4.14/drivers/net/ethernet/sfc/
Dethtool.c790 struct ethtool_rx_flow_spec *rule) in efx_ethtool_get_class_rule()
950 struct ethtool_rx_flow_spec *rule) in efx_ethtool_set_class_rule()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c309 struct ethtool_rx_flow_spec *fs = in bnxt_grxclsrule()
310 (struct ethtool_rx_flow_spec *)&cmd->fs; in bnxt_grxclsrule()
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c7101 struct ethtool_rx_flow_spec *fsp) in niu_get_ip4fs_from_tcam_key()
7181 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_get_ethtool_tcam_entry()
7367 static void niu_get_tcamkey_from_ip4fs(struct ethtool_rx_flow_spec *fsp, in niu_get_tcamkey_from_ip4fs()
7440 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_add_ethtool_tcam_entry()