Home
last modified time | relevance | path

Searched refs:sset (Results 1 – 25 of 175) sorted by relevance

1234567

/openbmc/linux/crypto/
H A Dpoly1305_generic.c29 dctx->sset = false; in crypto_poly1305_init()
37 if (!dctx->sset) { in crypto_poly1305_setdesckey()
51 dctx->sset = true; in crypto_poly1305_setdesckey()
62 if (unlikely(!dctx->sset)) { in poly1305_blocks()
110 if (unlikely(!dctx->sset)) in crypto_poly1305_final()
/openbmc/linux/net/mac80211/
H A Dethtool.c53 static int ieee80211_get_sset_count(struct net_device *dev, int sset) in ieee80211_get_sset_count() argument
58 if (sset == ETH_SS_STATS) in ieee80211_get_sset_count()
61 rv += drv_get_et_sset_count(sdata, sset); in ieee80211_get_sset_count()
209 static void ieee80211_get_strings(struct net_device *dev, u32 sset, u8 *data) in ieee80211_get_strings() argument
214 if (sset == ETH_SS_STATS) { in ieee80211_get_strings()
218 drv_get_et_strings(sdata, sset, &(data[sz_sta_stats])); in ieee80211_get_strings()
/openbmc/linux/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c44 dctx->sset = false; in crypto_poly1305_p10_init()
54 if (unlikely(!dctx->sset)) { in crypto_poly1305_setdctxkey()
71 dctx->sset = true; in crypto_poly1305_setdctxkey()
137 if (unlikely(!dctx->sset)) in crypto_poly1305_p10_final()
/openbmc/linux/arch/mips/crypto/
H A Dpoly1305-glue.c37 dctx->sset = false; in mips_poly1305_init()
45 if (unlikely(!dctx->sset)) { in mips_poly1305_blocks()
59 dctx->sset = true; in mips_poly1305_blocks()
153 if (unlikely(!dctx->sset)) in mips_poly1305_final()
/openbmc/linux/drivers/net/can/slcan/
H A Dslcan-ethtool.c45 static int slcan_get_sset_count(struct net_device *netdev, int sset) in slcan_get_sset_count() argument
47 switch (sset) { in slcan_get_sset_count()
/openbmc/linux/arch/arm64/crypto/
H A Dpoly1305-glue.c45 dctx->sset = false; in neon_poly1305_init()
53 if (unlikely(!dctx->sset)) { in neon_poly1305_blocks()
67 dctx->sset = true; in neon_poly1305_blocks()
188 if (unlikely(!dctx->sset)) in neon_poly1305_final()
/openbmc/linux/arch/arm/crypto/
H A Dpoly1305-glue.c49 dctx->sset = false; in arm_poly1305_init()
57 if (unlikely(!dctx->sset)) { in arm_poly1305_blocks()
71 dctx->sset = true; in arm_poly1305_blocks()
206 if (unlikely(!dctx->sset)) in arm_poly1305_final()
/openbmc/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c84 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count() argument
86 switch (sset) { in pasemi_mac_get_sset_count()
/openbmc/linux/drivers/net/can/flexcan/
H A Dflexcan-ethtool.c93 static int flexcan_get_sset_count(struct net_device *netdev, int sset) in flexcan_get_sset_count() argument
95 switch (sset) { in flexcan_get_sset_count()
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c59 sigset_t sset; in unblock_signal() local
61 sigemptyset(&sset); in unblock_signal()
62 sigaddset(&sset, signum); in unblock_signal()
63 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305_glue.c140 dctx->sset = true; in poly1305_init_arch()
148 if (unlikely(!dctx->sset)) { in crypto_poly1305_setdctxkey()
162 dctx->sset = true; in crypto_poly1305_setdctxkey()
238 if (unlikely(!dctx->sset)) in crypto_poly1305_final()
/openbmc/linux/net/dsa/
H A Dmaster.c128 static int dsa_master_get_sset_count(struct net_device *dev, int sset) in dsa_master_get_sset_count() argument
135 if (sset == ETH_SS_PHY_STATS && dev->phydev && in dsa_master_get_sset_count()
139 count = ops->get_sset_count(dev, sset); in dsa_master_get_sset_count()
145 count += ds->ops->get_sset_count(ds, cpu_dp->index, sset); in dsa_master_get_sset_count()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c125 static int spider_net_get_sset_count(struct net_device *netdev, int sset) in spider_net_get_sset_count() argument
127 switch (sset) { in spider_net_get_sset_count()
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c133 static int vnic_get_sset_count(struct net_device *netdev, int sset) in vnic_get_sset_count() argument
135 return (sset == ETH_SS_STATS) ? VNIC_STATS_LEN : -EOPNOTSUPP; in vnic_get_sset_count()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c147 int sset) in ipoib_get_sset_count() argument
149 switch (sset) { in ipoib_get_sset_count()
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-ethtool.c80 static int emac_get_sset_count(struct net_device *netdev, int sset) in emac_get_sset_count() argument
82 switch (sset) { in emac_get_sset_count()
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dethtool.c114 static int xge_get_sset_count(struct net_device *ndev, int sset) in xge_get_sset_count() argument
116 if (sset != ETH_SS_STATS) in xge_get_sset_count()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.h108 u32 sset, u8 *data);
110 struct ieee80211_vif *vif, int sset);
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-ethtool.c160 dpaa2_switch_ethtool_get_sset_count(struct net_device *netdev, int sset) in dpaa2_switch_ethtool_get_sset_count() argument
162 switch (sset) { in dpaa2_switch_ethtool_get_sset_count()
/openbmc/linux/drivers/net/dsa/
H A Ddsa_loop.c106 static int dsa_loop_get_sset_count(struct dsa_switch *ds, int port, int sset) in dsa_loop_get_sset_count() argument
108 if (sset != ETH_SS_STATS && sset != ETH_SS_PHY_STATS) in dsa_loop_get_sset_count()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dethtool.c54 static int mlx5i_get_sset_count(struct net_device *dev, int sset) in mlx5i_get_sset_count() argument
58 return mlx5e_ethtool_get_sset_count(priv, sset); in mlx5i_get_sset_count()
/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_tse_ethtool.c172 static int tse_sset_count(struct net_device *dev, int sset) in tse_sset_count() argument
174 switch (sset) { in tse_sset_count()
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c213 qcaspi_get_sset_count(struct net_device *dev, int sset) in qcaspi_get_sset_count() argument
215 switch (sset) { in qcaspi_get_sset_count()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c110 static void otx2_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2_get_strings() argument
115 if (sset != ETH_SS_STATS) in otx2_get_strings()
254 static int otx2_get_sset_count(struct net_device *netdev, int sset) in otx2_get_sset_count() argument
259 if (sset != ETH_SS_STATS) in otx2_get_sset_count()
1381 static void otx2vf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2vf_get_strings() argument
1386 if (sset != ETH_SS_STATS) in otx2vf_get_strings()
1424 static int otx2vf_get_sset_count(struct net_device *netdev, int sset) in otx2vf_get_sset_count() argument
1429 if (sset != ETH_SS_STATS) in otx2vf_get_sset_count()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c423 u32 sset, u8 *data) in ath9k_htc_get_et_strings() argument
425 if (sset == ETH_SS_STATS) in ath9k_htc_get_et_strings()
431 struct ieee80211_vif *vif, int sset) in ath9k_htc_get_et_sset_count() argument
433 if (sset == ETH_SS_STATS) in ath9k_htc_get_et_sset_count()

1234567