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

12345678

/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/crypto/
H A Dpoly1305_generic.c29 dctx->sset = false;
37 if (!dctx->sset) {
51 dctx->sset = true;
62 if (unlikely(!dctx->sset)) {
110 if (unlikely(!dctx->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/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/net/mac80211/
H A Dethtool.c60 static int ieee80211_get_sset_count(struct net_device *dev, int sset) argument
65 if (sset == ETH_SS_STATS)
68 rv += drv_get_et_sset_count(sdata, sset);
217 static void ieee80211_get_strings(struct net_device *dev, u32 sset, u8 *data) argument
222 if (sset == ETH_SS_STATS) {
226 drv_get_et_strings(sdata, sset, &(data[sz_sta_stats]));
/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/include/crypto/
H A Dpoly1305.h49 bool sset; member in struct:poly1305_desc_ctx
/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/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/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c44 dctx->sset = false;
54 if (unlikely(!dctx->sset)) {
71 dctx->sset = true;
137 if (unlikely(!dctx->sset))
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.h7 int wx_get_sset_count(struct net_device *netdev, int sset);
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dethtool.c114 static int xge_get_sset_count(struct net_device *ndev, int sset) argument
116 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c125 static int spider_net_get_sset_count(struct net_device *netdev, int sset) argument
127 switch (sset) {
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c133 static int vnic_get_sset_count(struct net_device *netdev, int sset) argument
135 return (sset == ETH_SS_STATS) ? VNIC_STATS_LEN : -EOPNOTSUPP;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c147 int sset)
149 switch (sset) {
146 ipoib_get_sset_count(struct net_device __always_unused *dev, int sset) argument
/linux-master/lib/crypto/
H A Dpoly1305.c25 desc->sset = true;
/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/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/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c59 sigset_t sset; local
61 sigemptyset(&sset);
62 sigaddset(&sset, signum);
63 sigprocmask(SIG_UNBLOCK, &sset, NULL);
/linux-master/net/dsa/
H A Dconduit.c128 static int dsa_conduit_get_sset_count(struct net_device *dev, int sset) argument
135 if (sset == ETH_SS_PHY_STATS && dev->phydev &&
139 count = ops->get_sset_count(dev, sset);
145 count += ds->ops->get_sset_count(ds, cpu_dp->index, 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/wireless/ath/ath9k/
H A Ddebug.h264 struct ieee80211_vif *vif, int sset);
270 u32 sset, u8 *data);
/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/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/ibm/ehea/
H A Dehea_ethtool.c213 static int ehea_get_sset_count(struct net_device *dev, int sset) argument
215 switch (sset) {

Completed in 256 milliseconds

12345678