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

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c487 static int dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value,
488 struct ethtool_flow_ext *ext_mask,
506 static int dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value,
507 struct ethtool_flow_ext *ext_mask,
/linux-master/include/linux/
H A Dethtool.h25 struct ethtool_flow_ext h_ext;
27 struct ethtool_flow_ext m_ext;
/linux-master/include/uapi/linux/
H A Dethtool.h1088 * struct ethtool_flow_ext - additional RX flow fields
1099 struct ethtool_flow_ext { struct
1116 * (see &struct ethtool_flow_ext description).
1127 struct ethtool_flow_ext h_ext;
1129 struct ethtool_flow_ext m_ext;
/linux-master/net/ethtool/
H A Dioctl.c3401 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext;
3402 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext;
3435 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext;
3436 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1107 struct ethtool_flow_ext *m_ext = &fs->m_ext;
1108 struct ethtool_flow_ext *h_ext = &fs->h_ext;
1229 struct ethtool_flow_ext *m_ext = &fs->m_ext;
1230 struct ethtool_flow_ext *h_ext = &fs->h_ext;

Completed in 166 milliseconds