Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dethtool.h1363 struct ethtool_flow_ext { struct
1391 struct ethtool_flow_ext h_ext;
1393 struct ethtool_flow_ext m_ext;
/linux/include/linux/
H A Dethtool.h26 struct ethtool_flow_ext h_ext;
28 struct ethtool_flow_ext m_ext;
/linux/net/ethtool/
H A Dioctl.c3622 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3623 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
3656 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3657 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1100 struct ethtool_flow_ext *m_ext = &fs->m_ext; in bnxt_grxclsrule()
1101 struct ethtool_flow_ext *h_ext = &fs->h_ext; in bnxt_grxclsrule()
1256 struct ethtool_flow_ext *m_ext = &fs->m_ext; in bnxt_add_l2_cls_rule()
1257 struct ethtool_flow_ext *h_ext = &fs->h_ext; in bnxt_add_l2_cls_rule()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c1293 struct ethtool_flow_ext *ext_masks) in ice_set_fdir_vlan_seg()