Searched refs:hwaccel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-qoriq.c | 78 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member 92 struct clk *hwaccel[NUM_HWACCEL]; member 533 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph() 543 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph() 548 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph() 549 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph() 560 .hwaccel = { 576 .hwaccel = { 600 .hwaccel = { 616 .hwaccel [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-qoriq.c | 80 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member 94 struct clk *hwaccel[NUM_HWACCEL]; member 535 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph() 545 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph() 550 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph() 551 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph() 562 .hwaccel = { 580 .hwaccel = { 607 .hwaccel = { 624 .hwaccel [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | wpa.c | 62 /* hwaccel - with no need for SW-generated MMIC or MIC space */ in ieee80211_tx_h_michael_mic_add() 207 /* hwaccel - with no need for software-generated IV */ in tkip_encrypt_skb() 236 /* hwaccel - with software IV */ in tkip_encrypt_skb() 268 int hdrlen, res, hwaccel = 0; in ieee80211_crypto_tkip_decrypt() local 292 hwaccel = 1; in ieee80211_crypto_tkip_decrypt() 297 hdr->addr1, hwaccel, rx->security_idx, in ieee80211_crypto_tkip_decrypt() 426 * hwaccel has no need for preallocated room for CCMP in ccmp_encrypt_skb() 466 /* hwaccel - with software CCMP header */ in ccmp_encrypt_skb() 661 /* hwaccel has no need for preallocated room for GCMP in gcmp_encrypt_skb() 703 /* hwaccel in gcmp_encrypt_skb() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | wpa.c | 62 /* hwaccel - with no need for SW-generated MMIC or MIC space */ in ieee80211_tx_h_michael_mic_add() 207 /* hwaccel - with no need for software-generated IV */ in tkip_encrypt_skb() 236 /* hwaccel - with software IV */ in tkip_encrypt_skb() 268 int hdrlen, res, hwaccel = 0; in ieee80211_crypto_tkip_decrypt() local 292 hwaccel = 1; in ieee80211_crypto_tkip_decrypt() 297 hdr->addr1, hwaccel, rx->security_idx, in ieee80211_crypto_tkip_decrypt() 438 * hwaccel has no need for preallocated room for CCMP in ccmp_encrypt_skb() 477 /* hwaccel - with software CCMP header */ in ccmp_encrypt_skb() 637 /* hwaccel has no need for preallocated room for GCMP in gcmp_encrypt_skb() 678 /* hwaccel in gcmp_encrypt_skb() [all...] |
Completed in 6 milliseconds