| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | poly1305_generic.c | 29 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()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | ethtool.c | 49 static int ieee80211_get_sset_count(struct net_device *dev, int sset) in ieee80211_get_sset_count() argument 54 if (sset == ETH_SS_STATS) in ieee80211_get_sset_count() 57 rv += drv_get_et_sset_count(sdata, sset); in ieee80211_get_sset_count() 205 static void ieee80211_get_strings(struct net_device *dev, u32 sset, u8 *data) in ieee80211_get_strings() argument 210 if (sset == ETH_SS_STATS) { in ieee80211_get_strings() 214 drv_get_et_strings(sdata, sset, &(data[sz_sta_stats])); in ieee80211_get_strings()
|
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A D | poly1305-glue.c | 37 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.c | 54 sigset_t sset; in unblock_signal() local 56 sigemptyset(&sset); in unblock_signal() 57 sigaddset(&sset, signum); in unblock_signal() 58 sigprocmask(SIG_UNBLOCK, &sset, NULL); in unblock_signal()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | poly1305-glue.c | 45 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | poly1305-glue.c | 49 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 99 static void otx2_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2_get_strings() argument 104 if (sset != ETH_SS_STATS) in otx2_get_strings() 188 static int otx2_get_sset_count(struct net_device *netdev, int sset) in otx2_get_sset_count() argument 193 if (sset != ETH_SS_STATS) in otx2_get_sset_count() 741 static void otx2vf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2vf_get_strings() argument 746 if (sset != ETH_SS_STATS) in otx2vf_get_strings() 784 static int otx2vf_get_sset_count(struct net_device *netdev, int sset) in otx2vf_get_sset_count() argument 789 if (sset != ETH_SS_STATS) in otx2vf_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac_ethtool.c | 82 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count() argument 84 switch (sset) { in pasemi_mac_get_sset_count()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | poly1305_glue.c | 140 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()
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | master.c | 120 static int dsa_master_get_sset_count(struct net_device *dev, int sset) in dsa_master_get_sset_count() argument 127 if (sset == ETH_SS_PHY_STATS && dev->phydev && in dsa_master_get_sset_count() 131 count = ops->get_sset_count(dev, sset); in dsa_master_get_sset_count() 137 count += ds->ops->get_sset_count(ds, cpu_dp->index, sset); in dsa_master_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_ethtool.c | 133 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/ |
| H A D | spider_net_ethtool.c | 123 static int spider_net_get_sset_count(struct net_device *netdev, int sset) in spider_net_get_sset_count() argument 125 switch (sset) { in spider_net_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ethtool.c | 143 int sset) in ipoib_get_sset_count() argument 145 switch (sset) { in ipoib_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| H A D | ethtool.c | 53 static int mlx5i_get_sset_count(struct net_device *dev, int sset) in mlx5i_get_sset_count() argument 57 return mlx5e_ethtool_get_sset_count(priv, sset); in mlx5i_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/ |
| H A D | ethsw-ethtool.c | 135 static int dpaa2_switch_ethtool_get_sset_count(struct net_device *dev, int sset) in dpaa2_switch_ethtool_get_sset_count() argument 137 switch (sset) { in dpaa2_switch_ethtool_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ethtool.c | 332 static int iavf_get_sset_count(struct net_device *netdev, int sset) in iavf_get_sset_count() argument 334 if (sset == ETH_SS_STATS) in iavf_get_sset_count() 337 else if (sset == ETH_SS_PRIV_FLAGS) in iavf_get_sset_count() 426 static void iavf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in iavf_get_strings() argument 428 switch (sset) { in iavf_get_strings()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-ethtool.c | 80 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene-v2/ |
| H A D | ethtool.c | 114 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem.c | 1125 struct basep_syncset *sset, enum kbase_sync_type sync_fn) in kbase_do_syncset() argument 1143 sset->mem_handle.basep.handle); in kbase_do_syncset() 1146 sset->mem_handle.basep.handle); in kbase_do_syncset() 1154 start = (uintptr_t)sset->user_addr; in kbase_do_syncset() 1155 size = (size_t)sset->size; in kbase_do_syncset() 1160 start, sset->mem_handle.basep.handle); in kbase_do_syncset() 1211 int kbase_sync_now(struct kbase_context *kctx, struct basep_syncset *sset) in kbase_sync_now() argument 1216 KBASE_DEBUG_ASSERT(sset != NULL); in kbase_sync_now() 1218 if (sset->mem_handle.basep.handle & ~PAGE_MASK) { in kbase_sync_now() 1224 switch (sset->type) { in kbase_sync_now() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | dsa_loop.c | 106 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/ |
| H A D | altera_tse_ethtool.c | 172 static int tse_sset_count(struct net_device *dev, int sset) in tse_sset_count() argument 174 switch (sset) { in tse_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.h | 107 u32 sset, u8 *data); 109 struct ieee80211_vif *vif, int sset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_debug.c | 428 u32 sset, u8 *data) in ath9k_htc_get_et_strings() argument 430 if (sset == ETH_SS_STATS) in ath9k_htc_get_et_strings() 436 struct ieee80211_vif *vif, int sset) in ath9k_htc_get_et_sset_count() argument 438 if (sset == ETH_SS_STATS) in ath9k_htc_get_et_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/alx/ |
| H A D | ethtool.c | 303 static int alx_get_sset_count(struct net_device *netdev, int sset) in alx_get_sset_count() argument 305 switch (sset) { in alx_get_sset_count()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/ |
| H A D | qca_debug.c | 212 qcaspi_get_sset_count(struct net_device *dev, int sset) in qcaspi_get_sset_count() argument 214 switch (sset) { in qcaspi_get_sset_count()
|