Home
last modified time | relevance | path

Searched full:hwaccel (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/clk/
H A Dclk-qoriq.c80 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 …]
/linux/net/mac80211/
H A Dwpa.c62 /* 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()
446 * hwaccel has no need for preallocated room for CCMP in ccmp_encrypt_skb()
485 /* hwaccel - with software CCMP header */ in ccmp_encrypt_skb()
648 /* hwaccel has no need for preallocated room for GCMP in gcmp_encrypt_skb()
689 /* hwaccel - with software GCMP header */ in gcmp_encrypt_skb()
/linux/net/dsa/
H A Dtag.h146 * to hwaccel.
158 /* Move VLAN tag from data to hwaccel */ in dsa_software_vlan_untag()
H A Dtag_8021q.c530 * header in the hwaccel area of the packet.
H A Dtag_sja1105.c246 /* If VLAN tag is in hwaccel area, move it to the payload in sja1105_pvid_tag_control_pkt()
/linux/Documentation/devicetree/bindings/clock/
H A Dfsl,qoriq-clock.yaml90 2 hwaccel index (n in CLKCGnHWACSR)
/linux/arch/riscv/include/uapi/asm/
H A Dkvm.h312 * 2) HWACCEL (aka HW Acceleration): Virtualize IMSIC using IMSIC guest files
/linux/net/sched/
H A Dact_vlan.c78 /* put updated tci as hwaccel tag */ in tcf_vlan_act()
/linux/net/core/
H A Dskbuff.c6276 /* Pop a vlan tag either from hwaccel or from payload.
6309 /* Push a vlan tag either into hwaccel or into payload (if hwaccel tag present).