Searched refs:string_set (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 391 int string_set) in ef4_ethtool_get_sset_count() argument 395 switch (string_set) { in ef4_ethtool_get_sset_count() 408 u32 string_set, u8 *strings) in ef4_ethtool_get_strings() argument 413 switch (string_set) { in ef4_ethtool_get_strings()
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | interface.c | 375 static int xenvif_get_sset_count(struct net_device *dev, int string_set) in xenvif_get_sset_count() argument 377 switch (string_set) { in xenvif_get_sset_count()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 409 int string_set) in efx_ethtool_get_sset_count() argument 413 switch (string_set) { in efx_ethtool_get_sset_count() 427 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument 432 switch (string_set) { in efx_ethtool_get_strings()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 1335 int string_set) in bcm_enet_get_sset_count() argument 1337 switch (string_set) { in bcm_enet_get_sset_count() 2541 int string_set) in bcm_enetsw_get_sset_count() argument 2543 switch (string_set) { in bcm_enetsw_get_sset_count()
|
D | bgmac.c | 1352 static int bgmac_get_sset_count(struct net_device *dev, int string_set) in bgmac_get_sset_count() argument 1354 switch (string_set) { in bgmac_get_sset_count()
|
D | bcmsysport.c | 329 static int bcm_sysport_get_sset_count(struct net_device *dev, int string_set) in bcm_sysport_get_sset_count() argument 335 switch (string_set) { in bcm_sysport_get_sset_count()
|
/Linux-v4.19/include/uapi/linux/ |
D | ethtool.h | 597 __u32 string_set; member
|
/Linux-v4.19/drivers/net/ |
D | xen-netfront.c | 2060 static int xennet_get_sset_count(struct net_device *dev, int string_set) in xennet_get_sset_count() argument 2062 switch (string_set) { in xennet_get_sset_count()
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_drv.c | 1311 static int netvsc_get_sset_count(struct net_device *dev, int string_set) in netvsc_get_sset_count() argument 1319 switch (string_set) { in netvsc_get_sset_count()
|
/Linux-v4.19/net/core/ |
D | ethtool.c | 1858 ret = __ethtool_get_sset_count(dev, gstrings.string_set); in ethtool_get_strings() 1870 __ethtool_get_strings(dev, gstrings.string_set, data); in ethtool_get_strings()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 880 static int bcmgenet_get_sset_count(struct net_device *dev, int string_set) in bcmgenet_get_sset_count() argument 882 switch (string_set) { in bcmgenet_get_sset_count()
|