Searched defs:sset (Results 1 - 25 of 51) sorted by relevance

123

/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c121 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) argument
123 switch (sset) {
/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c130 static int spider_net_get_sset_count(struct net_device *netdev, int sset) argument
132 switch (sset) {
/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c218 static int ehea_get_sset_count(struct net_device *dev, int sset) argument
220 switch (sset) {
/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c270 static int uec_get_sset_count(struct net_device *netdev, int sset) argument
276 switch (sset) {
H A Dgianfar_ethtool.c160 static int gfar_sset_count(struct net_device *dev, int sset) argument
164 switch (sset) {
/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c183 static int mlx4_en_get_sset_count(struct net_device *dev, int sset) argument
188 switch (sset) {
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-ethtool.c1075 static int vxge_ethtool_get_sset_count(struct net_device *dev, int sset) argument
1079 switch (sset) {
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c481 static int pch_gbe_get_sset_count(struct net_device *netdev, int sset) argument
483 switch (sset) {
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_ethtool.c257 static int ql_get_sset_count(struct net_device *dev, int sset) argument
259 switch (sset) {
/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c377 static int stmmac_get_sset_count(struct net_device *netdev, int sset) argument
382 switch (sset) {
/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c168 vmxnet3_get_sset_count(struct net_device *netdev, int sset) argument
171 switch (sset) {
/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c928 bnad_get_sset_count(struct net_device *netdev, int sset) argument
930 switch (sset) {
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c583 ixgb_get_sset_count(struct net_device *netdev, int sset) argument
585 switch (sset) {
/drivers/net/
H A Dveth.c82 static int veth_get_sset_count(struct net_device *dev, int sset) argument
84 switch (sset) {
/drivers/net/wireless/libertas/
H A Dmesh.c1164 int lbs_mesh_ethtool_get_sset_count(struct net_device *dev, int sset) argument
1168 if (sset == ETH_SS_STATS && dev == priv->mesh_dev)
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c625 static int netxen_get_sset_count(struct net_device *dev, int sset) argument
627 switch (sset) {
/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c443 static int get_sset_count(struct net_device *dev, int sset) argument
445 switch (sset) {
/drivers/net/ethernet/ibm/
H A Dibmveth.c870 static int ibmveth_get_sset_count(struct net_device *dev, int sset) argument
872 switch (sset) {
/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1478 static int e1000_get_sset_count(struct net_device *netdev, int sset) argument
1480 switch (sset) {
/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c1668 static int e1000e_get_sset_count(struct net_device *netdev, int sset) argument
1670 switch (sset) {
/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2057 static int igb_get_sset_count(struct net_device *netdev, int sset) argument
2059 switch (sset) {
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c639 static int qlcnic_get_sset_count(struct net_device *dev, int sset) argument
642 switch (sset) {
/drivers/net/ethernet/broadcom/
H A Db44.c1982 static int b44_get_sset_count(struct net_device *dev, int sset) argument
1984 switch (sset) {
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1421 static int cxgb4vf_get_sset_count(struct net_device *dev, int sset) argument
1423 switch (sset) {
1436 u32 sset,
1439 switch (sset) {
1435 cxgb4vf_get_strings(struct net_device *dev, u32 sset, u8 *data) argument
/drivers/net/ethernet/cisco/enic/
H A Denic_main.c253 static int enic_get_sset_count(struct net_device *netdev, int sset) argument
255 switch (sset) {

Completed in 672 milliseconds

123