Home
last modified time | relevance | path

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

1234567

/drivers/net/can/slcan/
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()
/drivers/net/can/rockchip/
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()
/drivers/net/ethernet/pasemi/
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()
/drivers/net/can/flexcan/
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()
/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_ethtool.c133 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 Dipoib_ethtool.c144 int sset) in ipoib_get_sset_count() argument
146 switch (sset) { in ipoib_get_sset_count()
/drivers/net/ethernet/qualcomm/emac/
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()
/drivers/net/ethernet/apm/xgene-v2/
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()
/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch-ethtool.c160 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 Ddsa_loop.c106 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 Ddebug.h108 u32 sset, u8 *data);
110 struct ieee80211_vif *vif, int sset);
/drivers/net/ethernet/marvell/octeontx2/nic/
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()
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 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()
A Ddebug.h265 struct ieee80211_vif *vif, int sset);
271 u32 sset, u8 *data);
/drivers/net/ethernet/qualcomm/
A Dqca_debug.c200 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 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()
/drivers/net/ethernet/atheros/alx/
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()
/drivers/net/ethernet/ibm/ehea/
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()
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c54 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 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()
/drivers/net/wireless/marvell/libertas/
A Dmesh.h55 int lbs_mesh_ethtool_get_sset_count(struct net_device *dev, int sset);
/drivers/net/ethernet/freescale/
A Ducc_geth_ethtool.c230 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 Dfjes_ethtool.c118 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 Doctep_vf_ethtool.c86 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 Dwx_ethtool.h7 int wx_get_sset_count(struct net_device *netdev, int sset);

Completed in 51 milliseconds

1234567