Searched refs:sset (Results 101 - 125 of 178) sorted by relevance

12345678

/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c185 vmxnet3_get_sset_count(struct net_device *netdev, int sset) argument
188 switch (sset) {
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c227 static int enetc_get_sset_count(struct net_device *ndev, int sset) argument
232 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c198 static int fm10k_get_sset_count(struct net_device *dev, int sset) argument
204 switch (sset) {
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c879 static int lan743x_ethtool_get_sset_count(struct net_device *netdev, int sset) argument
883 switch (sset) {
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-common.c526 int qca8k_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
530 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c734 static int stmmac_get_sset_count(struct net_device *netdev, int sset) argument
741 switch (sset) {
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c1045 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1050 if (sset == ETH_SS_STATS) {
1052 } else if (sset == ETH_SS_PHY_STATS) {
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1498 static int e1000_get_sset_count(struct net_device *netdev, int sset) argument
1500 switch (sset) {
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c961 static int qlcnic_get_sset_count(struct net_device *dev, int sset) argument
965 switch (sset) {
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c1480 static int slic_get_sset_count(struct net_device *dev, int sset) argument
1482 switch (sset) {
/linux-master/drivers/net/ethernet/calxeda/
H A Dxgmac.c1607 static int xgmac_get_sset_count(struct net_device *netdev, int sset) argument
1609 switch (sset) {
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek.c305 static int hellcreek_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
307 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c970 static int ibmveth_get_sset_count(struct net_device *dev, int sset) argument
972 switch (sset) {
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c853 static int mlxsw_sp_port_get_sset_count(struct net_device *dev, int sset) argument
857 switch (sset) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c298 static int mlx5e_rep_get_sset_count(struct net_device *dev, int sset) argument
302 switch (sset) {
H A Den.h1164 int mlx5e_ethtool_get_sset_count(struct mlx5e_priv *priv, int sset);
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1448 static int hinic_get_sset_count(struct net_device *netdev, int sset) argument
1453 switch (sset) {
/linux-master/drivers/net/can/
H A Dxilinx_can.c1673 static int xcan_get_sset_count(struct net_device *netdev, int sset) argument
1675 switch (sset) {
/linux-master/drivers/net/dsa/realtek/
H A Drtl8365mb.c1303 static int rtl8365mb_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1305 if (sset != ETH_SS_STATS)
/linux-master/arch/um/drivers/
H A Dvector_kern.c1466 static int vector_get_sset_count(struct net_device *dev, int sset) argument
1468 switch (sset) {
/linux-master/drivers/net/
H A Dveth.c166 static int veth_get_sset_count(struct net_device *dev, int sset) argument
168 switch (sset) {
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c1966 static int lio_get_sset_count(struct net_device *netdev, int sset) argument
1971 switch (sset) {
1983 static int lio_vf_get_sset_count(struct net_device *netdev, int sset) argument
1988 switch (sset) {
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c3611 static void velocity_get_strings(struct net_device *dev, u32 sset, u8 *data) argument
3613 switch (sset) {
3620 static int velocity_get_sset_count(struct net_device *dev, int sset) argument
3622 switch (sset) {
/linux-master/include/net/
H A Ddsa.h903 int (*get_sset_count)(struct dsa_switch *ds, int port, int sset);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3685 static int ath6kl_get_sset_count(struct net_device *dev, int sset) argument
3689 if (sset == ETH_SS_STATS)
3761 static void ath6kl_get_strings(struct net_device *dev, u32 sset, u8 *data) argument
3765 if (sset == ETH_SS_STATS) {

Completed in 330 milliseconds

12345678