Home
last modified time | relevance | path

Searched refs:ETH_SS_PRIV_FLAGS (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-ethtool.c91 case ETH_SS_PRIV_FLAGS: in emac_get_sset_count()
105 case ETH_SS_PRIV_FLAGS: in emac_get_strings()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c127 else if (sset == ETH_SS_PRIV_FLAGS) in i40evf_get_sset_count()
194 } else if (sset == ETH_SS_PRIV_FLAGS) { in i40evf_get_strings()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c418 case ETH_SS_PRIV_FLAGS: in ixgbevf_get_sset_count()
547 case ETH_SS_PRIV_FLAGS: in ixgbevf_get_strings()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c190 case ETH_SS_PRIV_FLAGS: in fm10k_get_strings()
213 case ETH_SS_PRIV_FLAGS: in fm10k_get_sset_count()
/Linux-v4.19/include/uapi/linux/
Dethtool.h574 ETH_SS_PRIV_FLAGS, enumerator
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c159 case ETH_SS_PRIV_FLAGS: in get_sset_count()
224 } else if (stringset == ETH_SS_PRIV_FLAGS) { in get_strings()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c462 case ETH_SS_PRIV_FLAGS: in be_get_stat_strings()
480 case ETH_SS_PRIV_FLAGS: in be_get_sset_count()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c147 case ETH_SS_PRIV_FLAGS: in mlx5e_ethtool_get_sset_count()
177 case ETH_SS_PRIV_FLAGS: in mlx5e_ethtool_get_strings()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c1908 case ETH_SS_PRIV_FLAGS: in lio_get_strings()
1956 case ETH_SS_PRIV_FLAGS: in lio_vf_get_strings()
1992 case ETH_SS_PRIV_FLAGS: in lio_get_sset_count()
2009 case ETH_SS_PRIV_FLAGS: in lio_vf_get_sset_count()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c291 case ETH_SS_PRIV_FLAGS: in qede_get_strings()
389 case ETH_SS_PRIV_FLAGS: in qede_get_sset_count()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_xgmac.c784 if (stringset == ETH_SS_STATS || stringset == ETH_SS_PRIV_FLAGS) in hns_xgmac_get_sset_count()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c356 case ETH_SS_PRIV_FLAGS: in mlx4_en_get_sset_count()
528 case ETH_SS_PRIV_FLAGS: in mlx4_en_get_strings()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c3134 case ETH_SS_PRIV_FLAGS: in bnx2x_get_sset_count()
3197 case ETH_SS_PRIV_FLAGS: in bnx2x_get_strings()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2281 case ETH_SS_PRIV_FLAGS: in igb_get_sset_count()
2388 case ETH_SS_PRIV_FLAGS: in igb_get_strings()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c1183 case ETH_SS_PRIV_FLAGS: in ixgbe_get_sset_count()
1309 case ETH_SS_PRIV_FLAGS: in ixgbe_get_strings()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1722 case ETH_SS_PRIV_FLAGS: in i40e_get_sset_count()
2053 case ETH_SS_PRIV_FLAGS: in i40e_get_strings()
/Linux-v4.19/net/core/
Dethtool.c879 rc = ops->get_sset_count(dev, ETH_SS_PRIV_FLAGS); in ethtool_get_drvinfo()