Home
last modified time | relevance | path

Searched refs:sset (Results 1 – 25 of 87) sorted by relevance

1234

/linux/drivers/net/can/slcan/
H A Dslcan-ethtool.c45 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()
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-ethtool.c31 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()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c84 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()
/linux/drivers/net/can/flexcan/
H A Dflexcan-ethtool.c93 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()
/linux/net/dsa/
H A Dconduit.c166 int sset, int *count) in dsa_conduit_get_strings()
169 *count += ds->ops->get_sset_count(ds, port, sset); in dsa_conduit_get_strings()
172 static int dsa_conduit_get_sset_count(struct net_device *dev, int sset) in dsa_conduit_get_strings()
180 if (sset == ETH_SS_PHY_STATS && dev->phydev && in dsa_conduit_get_strings()
184 count = ops->get_sset_count(dev, sset); in dsa_conduit_get_strings()
194 dsa_conduit_append_port_sset_count(dp->ds, dp->index, sset, in dsa_conduit_get_strings()
139 dsa_conduit_get_sset_count(struct net_device * dev,int sset) dsa_conduit_get_sset_count() argument
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dethtool.c114 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()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-ethtool.c80 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()
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.h108 u32 sset, u8 *data);
110 struct ieee80211_vif *vif, int sset);
/linux/drivers/net/ethernet/altera/
H A Daltera_tse_ethtool.c172 static int tse_sset_count(struct net_device *dev, int sset) in tse_sset_count() argument
174 switch (sset) { in tse_sset_count()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c107 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()
1383 static void otx2vf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2vf_get_strings() argument
1388 if (sset != ETH_SS_STATS) in otx2vf_get_strings()
1421 static int otx2vf_get_sset_count(struct net_device *netdev, int sset) in otx2vf_get_sset_count() argument
1426 if (sset != ETH_SS_STATS) in otx2vf_get_sset_count()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c423 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()
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c213 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()
/linux/drivers/net/ethernet/atheros/alx/
H A Dethtool.c313 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()
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c649 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()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c316 static int lan966x_get_sset_count(struct net_device *dev, int sset) in lan966x_get_sset_count() argument
321 if (sset != ETH_SS_STATS) in lan966x_get_sset_count()
327 static void lan966x_get_strings(struct net_device *netdev, u32 sset, u8 *data) in lan966x_get_strings() argument
333 if (sset != ETH_SS_STATS) in lan966x_get_strings()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c208 static int xgene_get_sset_count(struct net_device *ndev, int sset) in xgene_get_sset_count() argument
210 if (sset != ETH_SS_STATS) in xgene_get_sset_count()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c196 static int rmnet_get_sset_count(struct net_device *dev, int sset) in rmnet_get_sset_count() argument
198 switch (sset) { in rmnet_get_sset_count()
/linux/drivers/net/dsa/realtek/
H A Drtl8366-core.c408 int rtl8366_get_sset_count(struct dsa_switch *ds, int port, int sset) in rtl8366_get_sset_count() argument
413 if (sset != ETH_SS_STATS) in rtl8366_get_sset_count()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c610 int sja1105_get_sset_count(struct dsa_switch *ds, int port, int sset) in sja1105_get_sset_count() argument
616 if (sset != ETH_SS_STATS) in sja1105_get_sset_count()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c211 static int sxgbe_get_sset_count(struct net_device *netdev, int sset) in sxgbe_get_sset_count() argument
215 switch (sset) { in sxgbe_get_sset_count()
/linux/drivers/net/
H A Difb.c228 static int ifb_get_sset_count(struct net_device *dev, int sset) in ifb_get_sset_count() argument
230 switch (sset) { in ifb_get_sset_count()
/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c395 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data) in ocelot_get_strings() argument
400 if (sset != ETH_SS_STATS) in ocelot_get_strings()
442 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset) in ocelot_get_sset_count() argument
448 if (sset != ETH_SS_STATS) in ocelot_get_sset_count()
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c483 static int pch_gbe_get_sset_count(struct net_device *netdev, int sset) in pch_gbe_get_sset_count() argument
485 switch (sset) { in pch_gbe_get_sset_count()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c240 static int tsnep_ethtool_get_sset_count(struct net_device *netdev, int sset) in tsnep_ethtool_get_sset_count() argument
246 switch (sset) { in tsnep_ethtool_get_sset_count()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c100 static int vnet_get_sset_count(struct net_device *dev, int sset) in vnet_get_sset_count() argument
104 switch (sset) { in vnet_get_sset_count()

1234