Home
last modified time | relevance | path

Searched refs:string_set (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.h24 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,
H A Dethtool_common.c442 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.h27 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,
H A Dethtool_common.c443 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()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c91 static int bcmasp_get_sset_count(struct net_device *dev, int string_set) in bcmasp_get_sset_count() argument
93 switch (string_set) { in bcmasp_get_sset_count()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c388 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()
/openbmc/u-boot/include/linux/
H A Dethtool.h259 __u32 string_set; /* string set id e.c. ETH_SS_TEST, etc*/ member
/openbmc/linux/drivers/net/xen-netback/
H A Dinterface.c413 static int xenvif_get_sset_count(struct net_device *dev, int string_set) in xenvif_get_sset_count() argument
415 switch (string_set) { in xenvif_get_sset_count()
/openbmc/linux/Documentation/networking/
H A Dstatistics.rst159 Identifiers via `ETHTOOL_GSTRINGS` with `string_set` set to `ETH_SS_STATS`,
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c1329 int string_set) in bcm_enet_get_sset_count() argument
1331 switch (string_set) { in bcm_enet_get_sset_count()
2521 int string_set) in bcm_enetsw_get_sset_count() argument
2523 switch (string_set) { in bcm_enetsw_get_sset_count()
H A Dbgmac.c1351 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()
H A Dbcmsysport.c346 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()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1103 uint32_t string_set; member
/openbmc/linux/include/uapi/linux/
H A Dethtool.h839 __u32 string_set; member
/openbmc/linux/drivers/net/
H A Dxen-netfront.c2539 static int xennet_get_sset_count(struct net_device *dev, int string_set) in xennet_get_sset_count() argument
2541 switch (string_set) { in xennet_get_sset_count()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1483 static int netvsc_get_sset_count(struct net_device *dev, int string_set) in netvsc_get_sset_count() argument
1491 switch (string_set) { in netvsc_get_sset_count()
/openbmc/linux/net/ethtool/
H A Dioctl.c1951 ret = __ethtool_get_sset_count(dev, gstrings.string_set); in ethtool_get_strings()
1965 __ethtool_get_strings(dev, gstrings.string_set, data); in ethtool_get_strings()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1134 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()