Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/sfc/siena/
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,
Dethtool_common.c440 int efx_siena_ethtool_get_sset_count(struct net_device *net_dev, int string_set) in efx_siena_ethtool_get_sset_count() argument
444 switch (string_set) { in efx_siena_ethtool_get_sset_count()
458 u32 string_set, u8 *strings) in efx_siena_ethtool_get_strings() argument
463 switch (string_set) { in efx_siena_ethtool_get_strings()
/linux-6.14.4/drivers/net/ethernet/sfc/
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,
Dethtool_common.c440 int efx_ethtool_get_sset_count(struct net_device *net_dev, int string_set) in efx_ethtool_get_sset_count() argument
444 switch (string_set) { in efx_ethtool_get_sset_count()
458 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument
463 switch (string_set) { in efx_ethtool_get_strings()
/linux-6.14.4/drivers/net/ethernet/broadcom/asp2/
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()
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/
Dethtool.c386 int string_set) in ef4_ethtool_get_sset_count() argument
390 switch (string_set) { in ef4_ethtool_get_sset_count()
403 u32 string_set, u8 *strings) in ef4_ethtool_get_strings() argument
408 switch (string_set) { in ef4_ethtool_get_strings()
/linux-6.14.4/drivers/net/xen-netback/
Dinterface.c416 static int xenvif_get_sset_count(struct net_device *dev, int string_set) in xenvif_get_sset_count() argument
418 switch (string_set) { in xenvif_get_sset_count()
/linux-6.14.4/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c1329 int string_set) in bcm_enet_get_sset_count() argument
1331 switch (string_set) { in bcm_enet_get_sset_count()
2520 int string_set) in bcm_enetsw_get_sset_count() argument
2522 switch (string_set) { in bcm_enetsw_get_sset_count()
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()
Dbcmsysport.c322 static int bcm_sysport_get_sset_count(struct net_device *dev, int string_set) in bcm_sysport_get_sset_count() argument
328 switch (string_set) { in bcm_sysport_get_sset_count()
/linux-6.14.4/Documentation/networking/
Dstatistics.rst174 Identifiers via `ETHTOOL_GSTRINGS` with `string_set` set to `ETH_SS_STATS`,
/linux-6.14.4/include/uapi/linux/
Dethtool.h1107 __u32 string_set; member
/linux-6.14.4/drivers/net/hyperv/
Dnetvsc_drv.c1484 static int netvsc_get_sset_count(struct net_device *dev, int string_set) in netvsc_get_sset_count() argument
1492 switch (string_set) { in netvsc_get_sset_count()
/linux-6.14.4/drivers/net/
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()
/linux-6.14.4/net/ethtool/
Dioctl.c2235 ret = __ethtool_get_sset_count(dev, gstrings.string_set); in ethtool_get_strings()
2249 __ethtool_get_strings(dev, gstrings.string_set, data); in ethtool_get_strings()
/linux-6.14.4/drivers/net/ethernet/broadcom/genet/
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()