Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c457 static int dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value, in dpaa2_eth_prep_ext_rule()
458 struct ethtool_flow_ext *ext_mask, in dpaa2_eth_prep_ext_rule()
476 static int dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value, in dpaa2_eth_prep_mac_ext_rule()
477 struct ethtool_flow_ext *ext_mask, in dpaa2_eth_prep_mac_ext_rule()
/Linux-v6.1/include/uapi/linux/
Dethtool.h1058 struct ethtool_flow_ext { struct
1086 struct ethtool_flow_ext h_ext;
1088 struct ethtool_flow_ext m_ext;
/Linux-v6.1/include/linux/
Dethtool.h24 struct ethtool_flow_ext h_ext;
26 struct ethtool_flow_ext m_ext;
/Linux-v6.1/net/ethtool/
Dioctl.c3264 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3265 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
3298 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3299 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()