/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | ethtool_common.h | 24 int efx_siena_ethtool_get_sset_count(struct net_device *net_dev, int string_set); 25 void efx_siena_ethtool_get_strings(struct net_device *net_dev, u32 string_set,
|
A D | ethtool_common.c | 442 int efx_siena_ethtool_get_sset_count(struct net_device *net_dev, int string_set) in efx_siena_ethtool_get_sset_count() argument 446 switch (string_set) { in efx_siena_ethtool_get_sset_count() 460 u32 string_set, u8 *strings) in efx_siena_ethtool_get_strings() argument 465 switch (string_set) { in efx_siena_ethtool_get_strings()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ethtool_common.h | 27 int efx_ethtool_get_sset_count(struct net_device *net_dev, int string_set); 28 void efx_ethtool_get_strings(struct net_device *net_dev, u32 string_set,
|
A D | ethtool_common.c | 443 int efx_ethtool_get_sset_count(struct net_device *net_dev, int string_set) in efx_ethtool_get_sset_count() argument 447 switch (string_set) { in efx_ethtool_get_sset_count() 461 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument 466 switch (string_set) { in efx_ethtool_get_strings()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | ethtool.c | 388 int string_set) in ef4_ethtool_get_sset_count() argument 392 switch (string_set) { in ef4_ethtool_get_sset_count() 405 u32 string_set, u8 *strings) in ef4_ethtool_get_strings() argument 410 switch (string_set) { in ef4_ethtool_get_strings()
|
/linux-6.3-rc2/drivers/net/xen-netback/ |
A D | interface.c | 415 static int xenvif_get_sset_count(struct net_device *dev, int string_set) in xenvif_get_sset_count() argument 417 switch (string_set) { in xenvif_get_sset_count()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | statistics.rst | 159 Identifiers via `ETHTOOL_GSTRINGS` with `string_set` set to `ETH_SS_STATS`,
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | bcm63xx_enet.c | 1329 int string_set) in bcm_enet_get_sset_count() argument 1331 switch (string_set) { in bcm_enet_get_sset_count() 2522 int string_set) in bcm_enetsw_get_sset_count() argument 2524 switch (string_set) { in bcm_enetsw_get_sset_count()
|
A D | bgmac.c | 1351 static int bgmac_get_sset_count(struct net_device *dev, int string_set) in bgmac_get_sset_count() argument 1353 switch (string_set) { in bgmac_get_sset_count()
|
A D | bcmsysport.c | 346 static int bcm_sysport_get_sset_count(struct net_device *dev, int string_set) in bcm_sysport_get_sset_count() argument 352 switch (string_set) { in bcm_sysport_get_sset_count()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | ethtool.h | 839 __u32 string_set; member
|
/linux-6.3-rc2/drivers/net/ |
A D | xen-netfront.c | 2535 static int xennet_get_sset_count(struct net_device *dev, int string_set) in xennet_get_sset_count() argument 2537 switch (string_set) { in xennet_get_sset_count()
|
/linux-6.3-rc2/drivers/net/hyperv/ |
A D | netvsc_drv.c | 1479 static int netvsc_get_sset_count(struct net_device *dev, int string_set) in netvsc_get_sset_count() argument 1487 switch (string_set) { in netvsc_get_sset_count()
|
/linux-6.3-rc2/net/ethtool/ |
A D | ioctl.c | 1935 ret = __ethtool_get_sset_count(dev, gstrings.string_set); in ethtool_get_strings() 1949 __ethtool_get_strings(dev, gstrings.string_set, data); in ethtool_get_strings()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/genet/ |
A D | bcmgenet.c | 1134 static int bcmgenet_get_sset_count(struct net_device *dev, int string_set) in bcmgenet_get_sset_count() argument 1136 switch (string_set) { in bcmgenet_get_sset_count()
|