Searched refs:string_set (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/xen-netback/ |
D | interface.c | 243 static int xenvif_get_sset_count(struct net_device *dev, int string_set) in xenvif_get_sset_count() argument 245 switch (string_set) { in xenvif_get_sset_count()
|
/linux-2.6.39/drivers/net/sfc/ |
D | ethtool.c | 436 int string_set) in efx_ethtool_get_sset_count() argument 438 switch (string_set) { in efx_ethtool_get_sset_count() 450 u32 string_set, u8 *strings) in efx_ethtool_get_strings() argument 457 switch (string_set) { in efx_ethtool_get_strings()
|
/linux-2.6.39/net/core/ |
D | ethtool.c | 958 ret = ops->get_sset_count(dev, gstrings.string_set); in ethtool_get_rx_ntuple() 970 ret = ops->get_rx_ntuple(dev, gstrings.string_set, data); in ethtool_get_rx_ntuple() 1593 ret = __ethtool_get_sset_count(dev, gstrings.string_set); in ethtool_get_strings() 1603 __ethtool_get_strings(dev, gstrings.string_set, data); in ethtool_get_strings()
|
/linux-2.6.39/include/linux/ |
D | ethtool.h | 263 __u32 string_set; /* string set id e.c. ETH_SS_TEST, etc*/ member
|
/linux-2.6.39/drivers/net/ |
D | xen-netfront.c | 1678 static int xennet_get_sset_count(struct net_device *dev, int string_set) in xennet_get_sset_count() argument 1680 switch (string_set) { in xennet_get_sset_count()
|
D | bcm63xx_enet.c | 1237 int string_set) in bcm_enet_get_sset_count() argument 1239 switch (string_set) { in bcm_enet_get_sset_count()
|