Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/clk/
Dclk-qoriq.c81 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member
95 struct clk *hwaccel[NUM_HWACCEL]; member
536 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph()
546 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph()
551 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph()
552 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph()
563 .hwaccel = {
581 .hwaccel = {
608 .hwaccel = {
625 .hwaccel = {
[all …]
/linux-6.14.4/net/mac80211/
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()
645 /* hwaccel has no need for preallocated room for GCMP in gcmp_encrypt_skb()
686 /* hwaccel - with software GCMP header */ in gcmp_encrypt_skb()
/linux-6.14.4/net/dsa/
Dtag.h147 * to hwaccel.
164 /* Move VLAN tag from data to hwaccel */ in dsa_software_vlan_untag()
Dtag_8021q.c530 * header in the hwaccel area of the packet.
Dtag_sja1105.c246 /* If VLAN tag is in hwaccel area, move it to the payload in sja1105_pvid_tag_control_pkt()
/linux-6.14.4/Documentation/devicetree/bindings/clock/
Dfsl,qoriq-clock.yaml90 2 hwaccel index (n in CLKCGnHWACSR)
/linux-6.14.4/arch/riscv/include/uapi/asm/
Dkvm.h317 * 2) HWACCEL (aka HW Acceleration): Virtualize IMSIC using IMSIC guest files
/linux-6.14.4/net/sched/
Dact_vlan.c78 /* put updated tci as hwaccel tag */ in tcf_vlan_act()
/linux-6.14.4/net/core/
Dskbuff.c6186 /* Pop a vlan tag either from hwaccel or from payload.
6219 /* Push a vlan tag either into hwaccel or into payload (if hwaccel tag present).