Searched refs:string_set (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
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-v5.4/drivers/net/xen-netback/ |
D | interface.c | 383 static int xenvif_get_sset_count(struct net_device *dev, int string_set) in xenvif_get_sset_count() argument 385 switch (string_set) { in xenvif_get_sset_count()
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | ethtool.c | 406 int string_set) in efx_ethtool_get_sset_count() argument 410 switch (string_set) { in efx_ethtool_get_sset_count() 424 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument 429 switch (string_set) { in efx_ethtool_get_strings()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 1314 int string_set) in bcm_enet_get_sset_count() argument 1316 switch (string_set) { in bcm_enet_get_sset_count() 2519 int string_set) in bcm_enetsw_get_sset_count() argument 2521 switch (string_set) { in bcm_enetsw_get_sset_count()
|
D | bgmac.c | 1350 static int bgmac_get_sset_count(struct net_device *dev, int string_set) in bgmac_get_sset_count() argument 1352 switch (string_set) { in bgmac_get_sset_count()
|
D | bcmsysport.c | 322 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-v5.4/include/uapi/linux/ |
D | ethtool.h | 623 __u32 string_set; member
|
/Linux-v5.4/drivers/net/ |
D | xen-netfront.c | 2058 static int xennet_get_sset_count(struct net_device *dev, int string_set) in xennet_get_sset_count() argument 2060 switch (string_set) { in xennet_get_sset_count()
|
/Linux-v5.4/drivers/net/hyperv/ |
D | netvsc_drv.c | 1381 static int netvsc_get_sset_count(struct net_device *dev, int string_set) in netvsc_get_sset_count() argument 1389 switch (string_set) { in netvsc_get_sset_count()
|
/Linux-v5.4/net/core/ |
D | ethtool.c | 1795 ret = __ethtool_get_sset_count(dev, gstrings.string_set); in ethtool_get_strings() 1809 __ethtool_get_strings(dev, gstrings.string_set, data); in ethtool_get_strings()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 877 static int bcmgenet_get_sset_count(struct net_device *dev, int string_set) in bcmgenet_get_sset_count() argument 879 switch (string_set) { in bcmgenet_get_sset_count()
|