Searched refs:sset (Results 51 - 75 of 178) sorted by path

12345678

/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c12689 static int tg3_get_sset_count(struct net_device *dev, int sset) argument
12691 switch (sset) {
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c884 bnad_get_sset_count(struct net_device *netdev, int sset) argument
886 switch (sset) {
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c3123 static int gem_get_sset_count(struct net_device *dev, int sset) argument
3127 switch (sset) {
3135 static void gem_get_ethtool_strings(struct net_device *dev, u32 sset, u8 *p) argument
3143 switch (sset) {
/linux-master/drivers/net/ethernet/calxeda/
H A Dxgmac.c1607 static int xgmac_get_sset_count(struct net_device *netdev, int sset) argument
1609 switch (sset) {
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c1966 static int lio_get_sset_count(struct net_device *netdev, int sset) argument
1971 switch (sset) {
1983 static int lio_vf_get_sset_count(struct net_device *netdev, int sset) argument
1988 switch (sset) {
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c234 static void nicvf_get_strings(struct net_device *netdev, u32 sset, u8 *data) argument
240 if (sset != ETH_SS_STATS)
272 static int nicvf_get_sset_count(struct net_device *netdev, int sset) argument
278 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c437 static int get_sset_count(struct net_device *dev, int sset) argument
439 switch (sset) {
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1595 static int get_sset_count(struct net_device *dev, int sset) argument
1597 switch (sset) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c169 static int get_sset_count(struct net_device *dev, int sset) argument
171 switch (sset) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1776 static int cxgb4vf_get_sset_count(struct net_device *dev, int sset) argument
1778 switch (sset) {
1791 u32 sset,
1794 switch (sset) {
1790 cxgb4vf_get_strings(struct net_device *dev, u32 sset, u8 *data) argument
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c243 static int enic_get_sset_count(struct net_device *netdev, int sset) argument
245 switch (sset) {
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c2010 static int gmac_get_sset_count(struct net_device *netdev, int sset) argument
2012 return sset == ETH_SS_STATS ? GMAC_STATS_NUM : 0;
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c1701 static int get_sset_count(struct net_device *dev, int sset) argument
1703 switch (sset) {
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c240 static int tsnep_ethtool_get_sset_count(struct net_device *netdev, int sset) argument
246 switch (sset) {
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c238 static int dpaa2_eth_get_sset_count(struct net_device *net_dev, int sset) argument
240 switch (sset) {
H A Ddpaa2-switch-ethtool.c160 dpaa2_switch_ethtool_get_sset_count(struct net_device *netdev, int sset) argument
162 switch (sset) {
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c227 static int enetc_get_sset_count(struct net_device *ndev, int sset) argument
232 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c3006 static int fec_enet_get_sset_count(struct net_device *dev, int sset) argument
3010 switch (sset) {
H A Dgianfar_ethtool.c149 static int gfar_sset_count(struct net_device *dev, int sset) argument
153 switch (sset) {
H A Ducc_geth_ethtool.c264 static int uec_get_sset_count(struct net_device *netdev, int sset) argument
270 switch (sset) {
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c615 static int fun_get_sset_count(struct net_device *dev, int sset) argument
620 switch (sset) {
637 static void fun_get_strings(struct net_device *netdev, u32 sset, u8 *data) argument
643 switch (sset) {
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c135 static int gve_get_sset_count(struct net_device *netdev, int sset) argument
141 switch (sset) {
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1448 static int hinic_get_sset_count(struct net_device *netdev, int sset) argument
1453 switch (sset) {
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c213 static int ehea_get_sset_count(struct net_device *dev, int sset) argument
215 switch (sset) {
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c970 static int ibmveth_get_sset_count(struct net_device *dev, int sset) argument
972 switch (sset) {

Completed in 608 milliseconds

12345678