Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c487 static int dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value, in dpaa2_eth_prep_ext_rule()
488 struct ethtool_flow_ext *ext_mask, in dpaa2_eth_prep_ext_rule()
506 static int dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value, in dpaa2_eth_prep_mac_ext_rule()
507 struct ethtool_flow_ext *ext_mask, in dpaa2_eth_prep_mac_ext_rule()
/linux-6.12.1/include/uapi/linux/
Dethtool.h1363 struct ethtool_flow_ext { struct
1391 struct ethtool_flow_ext h_ext;
1393 struct ethtool_flow_ext m_ext;
/linux-6.12.1/include/linux/
Dethtool.h26 struct ethtool_flow_ext h_ext;
28 struct ethtool_flow_ext m_ext;
/linux-6.12.1/net/ethtool/
Dioctl.c3608 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3609 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
3642 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3643 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1107 struct ethtool_flow_ext *m_ext = &fs->m_ext; in bnxt_grxclsrule()
1108 struct ethtool_flow_ext *h_ext = &fs->h_ext; in bnxt_grxclsrule()
1258 struct ethtool_flow_ext *m_ext = &fs->m_ext; in bnxt_add_l2_cls_rule()
1259 struct ethtool_flow_ext *h_ext = &fs->h_ext; in bnxt_add_l2_cls_rule()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c1293 struct ethtool_flow_ext *ext_masks) in ice_set_fdir_vlan_seg()