Searched refs:sset (Results 151 - 175 of 178) sorted by last modified time

12345678

/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c434 static int skge_get_sset_count(struct net_device *dev, int sset) argument
436 switch (sset) {
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c749 static int prestera_ethtool_get_sset_count(struct net_device *dev, int sset) argument
751 switch (sset) {
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1498 static int e1000_get_sset_count(struct net_device *netdev, int sset) argument
1500 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/freescale/
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/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/amd/
H A Dpcnet32.c936 static int pcnet32_get_sset_count(struct net_device *dev, int sset) argument
938 switch (sset) {
/linux-master/drivers/net/ethernet/altera/
H A Daltera_tse_ethtool.c172 static int tse_sset_count(struct net_device *dev, int sset) argument
174 switch (sset) {
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c2916 static int vortex_get_sset_count(struct net_device *dev, int sset) argument
2918 switch (sset) {
/linux-master/drivers/net/can/slcan/
H A Dslcan-ethtool.c45 static int slcan_get_sset_count(struct net_device *netdev, int sset) argument
47 switch (sset) {
/linux-master/drivers/net/can/flexcan/
H A Dflexcan-ethtool.c93 static int flexcan_get_sset_count(struct net_device *netdev, int sset) argument
95 switch (sset) {
/linux-master/arch/arm64/crypto/
H A Dpoly1305-glue.c45 dctx->sset = false;
53 if (unlikely(!dctx->sset)) {
67 dctx->sset = true;
188 if (unlikely(!dctx->sset))
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-ethtool.c80 static int emac_get_sset_count(struct net_device *netdev, int sset) argument
82 switch (sset) {
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c84 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) argument
86 switch (sset) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddebug.h264 struct ieee80211_vif *vif, int sset);
270 u32 sset, u8 *data);
/linux-master/drivers/net/ethernet/silan/
H A Dsc92031.c1349 static int sc92031_ethtool_get_sset_count(struct net_device *dev, int sset) argument
1351 switch (sset) {
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c606 int sja1105_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
612 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dmesh.h56 int lbs_mesh_ethtool_get_sset_count(struct net_device *dev, int sset);
/linux-master/lib/crypto/
H A Dpoly1305.c25 desc->sset = true;
/linux-master/include/crypto/
H A Dpoly1305.h49 bool sset; member in struct:poly1305_desc_ctx
/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c140 dctx->sset = true;
148 if (unlikely(!dctx->sset)) {
162 dctx->sset = true;
238 if (unlikely(!dctx->sset))
/linux-master/arch/mips/crypto/
H A Dpoly1305-glue.c37 dctx->sset = false;
45 if (unlikely(!dctx->sset)) {
59 dctx->sset = true;
153 if (unlikely(!dctx->sset))
/linux-master/arch/arm/crypto/
H A Dpoly1305-glue.c49 dctx->sset = false;
57 if (unlikely(!dctx->sset)) {
71 dctx->sset = true;
206 if (unlikely(!dctx->sset))
/linux-master/drivers/net/wireless/ath/ath10k/
H A Ddebug.h108 u32 sset, u8 *data);
110 struct ieee80211_vif *vif, int sset);
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c208 static int xgene_get_sset_count(struct net_device *ndev, int sset) argument
210 if (sset != ETH_SS_STATS)

Completed in 411 milliseconds

12345678