Searched refs:sset (Results 1 - 25 of 69) sorted by relevance

123

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-ethtool.h20 static int vxge_ethtool_get_sset_count(struct net_device *dev, int sset);
/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c120 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) argument
122 switch (sset) {
/drivers/net/wireless/libertas/
H A Dmesh.h56 int lbs_mesh_ethtool_get_sset_count(struct net_device *dev, int sset);
/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c118 static int xgene_get_sset_count(struct net_device *ndev, int sset) argument
120 if (sset != ETH_SS_STATS)
/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c132 static int spider_net_get_sset_count(struct net_device *netdev, int sset) argument
134 switch (sset) {
/drivers/net/ethernet/altera/
H A Daltera_tse_ethtool.c184 static int tse_sset_count(struct net_device *dev, int sset) argument
186 switch (sset) {
/drivers/net/ethernet/atheros/alx/
H A Dethtool.c292 static int alx_get_sset_count(struct net_device *netdev, int sset) argument
294 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/qualcomm/
H A Dqca_debug.c227 qcaspi_get_sset_count(struct net_device *dev, int sset) argument
229 switch (sset) {
/drivers/net/wireless/ath/ath9k/
H A Ddebug.h258 struct ieee80211_vif *vif, int sset);
264 u32 sset, u8 *data);
H A Dhtc_drv_debug.c439 u32 sset, u8 *data)
441 if (sset == ETH_SS_STATS)
447 struct ieee80211_vif *vif, int sset)
449 if (sset == ETH_SS_STATS)
437 ath9k_htc_get_et_strings(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 sset, u8 *data) argument
446 ath9k_htc_get_et_sset_count(struct ieee80211_hw *hw, struct ieee80211_vif *vif, int sset) argument
H A Dhtc.h364 u32 sset, u8 *data);
366 struct ieee80211_vif *vif, int sset);
H A Ddebug.c1237 u32 sset, u8 *data)
1239 if (sset == ETH_SS_STATS)
1245 struct ieee80211_vif *vif, int sset)
1247 if (sset == ETH_SS_STATS)
1235 ath9k_get_et_strings(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 sset, u8 *data) argument
1244 ath9k_get_et_sset_count(struct ieee80211_hw *hw, struct ieee80211_vif *vif, int sset) argument
/drivers/net/ethernet/intel/i40evf/
H A Di40evf_ethtool.c92 * @sset: id of string set
97 static int i40evf_get_sset_count(struct net_device *netdev, int sset) argument
99 if (sset == ETH_SS_STATS)
137 * @sset: id of string set
142 static void i40evf_get_strings(struct net_device *netdev, u32 sset, u8 *data) argument
148 if (sset == ETH_SS_STATS) {
/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c267 static int uec_get_sset_count(struct net_device *netdev, int sset) argument
273 switch (sset) {
/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c152 static int enic_get_sset_count(struct net_device *netdev, int sset) argument
154 switch (sset) {
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c480 static int pch_gbe_get_sset_count(struct net_device *netdev, int sset) argument
482 switch (sset) {
/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c237 static int sxgbe_get_sset_count(struct net_device *netdev, int sset) argument
241 switch (sset) {
/drivers/net/
H A Dveth.c80 static int veth_get_sset_count(struct net_device *dev, int sset) argument
82 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.c929 bnad_get_sset_count(struct net_device *netdev, int sset) argument
931 switch (sset) {
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c157 static int fm10k_get_sset_count(struct net_device *dev, int sset) argument
159 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/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c630 static int netxen_get_sset_count(struct net_device *dev, int sset) argument
632 switch (sset) {
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_ethtool.c348 static int ql_get_sset_count(struct net_device *dev, int sset) argument
350 switch (sset) {

Completed in 387 milliseconds

123