| /drivers/net/can/slcan/ |
| A D | slcan-ethtool.c | 45 static int slcan_get_sset_count(struct net_device *netdev, int sset) in slcan_get_sset_count() argument 47 switch (sset) { in slcan_get_sset_count()
|
| /drivers/net/can/rockchip/ |
| A D | rockchip_canfd-ethtool.c | 31 static int rkcanfd_ethtool_get_sset_count(struct net_device *netdev, int sset) in rkcanfd_ethtool_get_sset_count() argument 33 switch (sset) { in rkcanfd_ethtool_get_sset_count()
|
| /drivers/net/ethernet/pasemi/ |
| A D | pasemi_mac_ethtool.c | 84 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count() argument 86 switch (sset) { in pasemi_mac_get_sset_count()
|
| /drivers/net/can/flexcan/ |
| A D | flexcan-ethtool.c | 93 static int flexcan_get_sset_count(struct net_device *netdev, int sset) in flexcan_get_sset_count() argument 95 switch (sset) { in flexcan_get_sset_count()
|
| /drivers/infiniband/ulp/opa_vnic/ |
| A D | opa_vnic_ethtool.c | 133 static int vnic_get_sset_count(struct net_device *netdev, int sset) in vnic_get_sset_count() argument 135 return (sset == ETH_SS_STATS) ? VNIC_STATS_LEN : -EOPNOTSUPP; in vnic_get_sset_count()
|
| /drivers/infiniband/ulp/ipoib/ |
| A D | ipoib_ethtool.c | 144 int sset) in ipoib_get_sset_count() argument 146 switch (sset) { in ipoib_get_sset_count()
|
| /drivers/net/ethernet/qualcomm/emac/ |
| A D | emac-ethtool.c | 80 static int emac_get_sset_count(struct net_device *netdev, int sset) in emac_get_sset_count() argument 82 switch (sset) { in emac_get_sset_count()
|
| /drivers/net/ethernet/apm/xgene-v2/ |
| A D | ethtool.c | 114 static int xge_get_sset_count(struct net_device *ndev, int sset) in xge_get_sset_count() argument 116 if (sset != ETH_SS_STATS) in xge_get_sset_count()
|
| /drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-switch-ethtool.c | 160 dpaa2_switch_ethtool_get_sset_count(struct net_device *netdev, int sset) in dpaa2_switch_ethtool_get_sset_count() argument 162 switch (sset) { in dpaa2_switch_ethtool_get_sset_count()
|
| /drivers/net/dsa/ |
| A D | dsa_loop.c | 106 static int dsa_loop_get_sset_count(struct dsa_switch *ds, int port, int sset) in dsa_loop_get_sset_count() argument 108 if (sset != ETH_SS_STATS && sset != ETH_SS_PHY_STATS) in dsa_loop_get_sset_count()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | debug.h | 108 u32 sset, u8 *data); 110 struct ieee80211_vif *vif, int sset);
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_ethtool.c | 107 static void otx2_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2_get_strings() argument 112 if (sset != ETH_SS_STATS) in otx2_get_strings() 240 static int otx2_get_sset_count(struct net_device *netdev, int sset) in otx2_get_sset_count() argument 245 if (sset != ETH_SS_STATS) in otx2_get_sset_count() 1374 static void otx2vf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2vf_get_strings() argument 1379 if (sset != ETH_SS_STATS) in otx2vf_get_strings() 1412 static int otx2vf_get_sset_count(struct net_device *netdev, int sset) in otx2vf_get_sset_count() argument 1417 if (sset != ETH_SS_STATS) in otx2vf_get_sset_count()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | htc_drv_debug.c | 423 u32 sset, u8 *data) in ath9k_htc_get_et_strings() argument 425 if (sset == ETH_SS_STATS) in ath9k_htc_get_et_strings() 431 struct ieee80211_vif *vif, int sset) in ath9k_htc_get_et_sset_count() argument 433 if (sset == ETH_SS_STATS) in ath9k_htc_get_et_sset_count()
|
| A D | debug.h | 265 struct ieee80211_vif *vif, int sset); 271 u32 sset, u8 *data);
|
| /drivers/net/ethernet/qualcomm/ |
| A D | qca_debug.c | 200 qcaspi_get_sset_count(struct net_device *dev, int sset) in qcaspi_get_sset_count() argument 202 switch (sset) { in qcaspi_get_sset_count()
|
| /drivers/net/ethernet/altera/ |
| A D | altera_tse_ethtool.c | 172 static int tse_sset_count(struct net_device *dev, int sset) in tse_sset_count() argument 174 switch (sset) { in tse_sset_count()
|
| /drivers/net/ethernet/atheros/alx/ |
| A D | ethtool.c | 313 static int alx_get_sset_count(struct net_device *netdev, int sset) in alx_get_sset_count() argument 315 switch (sset) { in alx_get_sset_count()
|
| /drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_ethtool.c | 213 static int ehea_get_sset_count(struct net_device *dev, int sset) in ehea_get_sset_count() argument 215 switch (sset) { in ehea_get_sset_count()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| A D | ethtool.c | 54 static int mlx5i_get_sset_count(struct net_device *dev, int sset) in mlx5i_get_sset_count() argument 58 return mlx5e_ethtool_get_sset_count(priv, sset); in mlx5i_get_sset_count()
|
| /drivers/net/wireless/purelifi/plfxlc/ |
| A D | mac.c | 649 struct ieee80211_vif *vif, int sset) in plfxlc_get_et_sset_count() argument 651 if (sset == ETH_SS_STATS) in plfxlc_get_et_sset_count() 659 u32 sset, u8 *data) in plfxlc_get_et_strings() argument 661 if (sset == ETH_SS_STATS) in plfxlc_get_et_strings()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | mesh.h | 55 int lbs_mesh_ethtool_get_sset_count(struct net_device *dev, int sset);
|
| /drivers/net/ethernet/freescale/ |
| A D | ucc_geth_ethtool.c | 230 static int uec_get_sset_count(struct net_device *netdev, int sset) in uec_get_sset_count() argument 236 switch (sset) { in uec_get_sset_count()
|
| /drivers/net/fjes/ |
| A D | fjes_ethtool.c | 118 static int fjes_get_sset_count(struct net_device *netdev, int sset) in fjes_get_sset_count() argument 120 switch (sset) { in fjes_get_sset_count()
|
| /drivers/net/ethernet/marvell/octeon_ep_vf/ |
| A D | octep_vf_ethtool.c | 86 static int octep_vf_get_sset_count(struct net_device *netdev, int sset) in octep_vf_get_sset_count() argument 91 switch (sset) { in octep_vf_get_sset_count()
|
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_ethtool.h | 7 int wx_get_sset_count(struct net_device *netdev, int sset);
|