/drivers/net/phy/ |
D | smsc.c | 262 .get_sset_count = smsc_get_sset_count, 289 .get_sset_count = smsc_get_sset_count, 337 .get_sset_count = smsc_get_sset_count, 364 .get_sset_count = smsc_get_sset_count,
|
D | micrel.c | 833 .get_sset_count = kszphy_get_sset_count, 851 .get_sset_count = kszphy_get_sset_count, 869 .get_sset_count = kszphy_get_sset_count, 887 .get_sset_count = kszphy_get_sset_count, 905 .get_sset_count = kszphy_get_sset_count, 923 .get_sset_count = kszphy_get_sset_count, 941 .get_sset_count = kszphy_get_sset_count, 972 .get_sset_count = kszphy_get_sset_count, 992 .get_sset_count = kszphy_get_sset_count,
|
D | marvell.c | 1977 .get_sset_count = marvell_get_sset_count, 1995 .get_sset_count = marvell_get_sset_count, 2013 .get_sset_count = marvell_get_sset_count, 2031 .get_sset_count = marvell_get_sset_count, 2050 .get_sset_count = marvell_get_sset_count, 2071 .get_sset_count = marvell_get_sset_count, 2089 .get_sset_count = marvell_get_sset_count, 2107 .get_sset_count = marvell_get_sset_count, 2125 .get_sset_count = marvell_get_sset_count, 2143 .get_sset_count = marvell_get_sset_count, [all …]
|
D | bcm7xxx.c | 619 .get_sset_count = bcm_phy_get_sset_count, \ 636 .get_sset_count = bcm_phy_get_sset_count, \
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hns3_ethtool.c | 110 if (!ops->get_sset_count) in hns3_get_sset_count() 116 ops->get_sset_count(h, stringset)); in hns3_get_sset_count() 119 return ops->get_sset_count(h, stringset); in hns3_get_sset_count() 485 .get_sset_count = hns3_get_sset_count,
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 127 .get_sset_count = pasemi_mac_get_sset_count,
|
/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 111 .get_sset_count = lbs_mesh_ethtool_get_sset_count,
|
/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 181 .get_sset_count = spider_net_get_sset_count,
|
/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 179 .get_sset_count = vnic_get_sset_count,
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 223 .get_sset_count = ipoib_get_sset_count,
|
/drivers/net/ethernet/apm/xgene-v2/ |
D | ethtool.c | 180 .get_sset_count = xge_get_sset_count,
|
/drivers/net/ethernet/qualcomm/emac/ |
D | emac-ethtool.c | 267 .get_sset_count = emac_get_sset_count,
|
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ethtool.c | 240 .get_sset_count = mlx5i_get_sset_count,
|
/drivers/net/ethernet/altera/ |
D | altera_tse_ethtool.c | 242 .get_sset_count = tse_sset_count,
|
/drivers/staging/fsl-dpaa2/ethernet/ |
D | dpaa2-ethtool.c | 273 .get_sset_count = dpaa2_eth_get_sset_count,
|
/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 320 .get_sset_count = alx_get_sset_count,
|
/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 281 .get_sset_count = ehea_get_sset_count,
|
/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 303 .get_sset_count = qcaspi_get_sset_count,
|
/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-ethtool.c | 268 .get_sset_count = xlgmac_ethtool_get_sset_count,
|
/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 297 .get_sset_count = aq_ethtool_get_sset_count,
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 179 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count() function 1398 .get_sset_count = get_sset_count,
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 988 if (!ops->get_sset_count) { in hns_get_sset_count() 1003 return (HNS_NET_STATS_CNT + ops->get_sset_count(h, stringset)); in hns_get_sset_count() 1278 .get_sset_count = hns_get_sset_count,
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 396 .get_sset_count = uec_get_sset_count,
|
/drivers/net/dsa/ |
D | dsa_loop.c | 265 .get_sset_count = dsa_loop_get_sset_count,
|
/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 329 int (*get_sset_count)(struct hnae3_handle *handle, int stringset); member
|