Home
last modified time | relevance | path

Searched refs:ethtool_flow_ext (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c482 static int dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value, in dpaa2_eth_prep_ext_rule()
483 struct ethtool_flow_ext *ext_mask, in dpaa2_eth_prep_ext_rule()
501 static int dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value, in dpaa2_eth_prep_mac_ext_rule()
502 struct ethtool_flow_ext *ext_mask, in dpaa2_eth_prep_mac_ext_rule()
/linux/include/uapi/linux/
H A Dethtool.h1380 struct ethtool_flow_ext { struct
1408 struct ethtool_flow_ext h_ext;
1410 struct ethtool_flow_ext m_ext;
/linux/include/linux/
H A Dethtool.h31 struct ethtool_flow_ext h_ext;
33 struct ethtool_flow_ext m_ext;
/linux/net/ethtool/
H A Dioctl.c3796 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3797 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
3830 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3831 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c1293 struct ethtool_flow_ext *ext_masks) in ice_set_fdir_vlan_seg()