Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 25 of 126) sorted by relevance

123456

/linux/drivers/net/arcnet/
H A Dcapmode.c77 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto)); in rx()
78 memcpy(pktbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto) + sizeof(int), in rx()
79 pkthdrbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto), in rx()
80 sizeof(struct archdr) - ARC_HDR_SIZE - sizeof(pkt->soft.cap.proto)); in rx()
82 if (length > sizeof(pkt->soft)) in rx()
83 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
84 pkt->soft.raw + sizeof(pkt->soft) in rx()
86 length - sizeof(pkt->soft)); in rx()
107 *((int *)&pkt->soft.cap.cookie[0])); in build_header()
148 *((int *)&pkt->soft.cap.cookie[0])); in prepare_tx()
[all …]
H A Drfc1051.c91 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in type_trans() local
106 switch (soft->proto) { in type_trans()
149 if (length > sizeof(pkt->soft)) in rx()
150 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
151 pkt->soft.raw + sizeof(pkt->soft), in rx()
152 length - sizeof(pkt->soft)); in rx()
167 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in build_header() local
172 soft->proto = ARC_P_IP_RFC1051; in build_header()
175 soft->proto = ARC_P_ARP_RFC1051; in build_header()
238 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
H A Darc-rawmode.c69 if (length > sizeof(pkt->soft)) in rx()
70 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
71 pkt->soft.raw + sizeof(pkt->soft), in rx()
72 length - sizeof(pkt->soft)); in rx()
146 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
H A Darcnet.c701 struct arc_rfc1201 *soft; in arcnet_send_packet() local
712 soft = &pkt->soft.rfc1201; in arcnet_send_packet()
713 proto = arc_proto_map[soft->proto]; in arcnet_send_packet()
1125 struct arc_rfc1201 *soft; in arcnet_rx() local
1128 soft = &rxdata.pkt.soft.rfc1201; in arcnet_rx()
1140 if (sizeof(rxdata.pkt.soft) <= length) { in arcnet_rx()
1141 lp->hw.copy_from_card(dev, bufnum, ofs, soft, sizeof(rxdata.pkt.soft)); in arcnet_rx()
1143 memset(&rxdata.pkt.soft, 0, sizeof(rxdata.pkt.soft)); in arcnet_rx()
1144 lp->hw.copy_from_card(dev, bufnum, ofs, soft, length); in arcnet_rx()
1154 if (arc_proto_map[soft->proto]->is_ip) { in arcnet_rx()
[all …]
/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst5 The soft-dirty is a bit on a PTE which helps to track which pages a task
8 1. Clear soft-dirty bits from the task's PTEs.
15 3. Read soft-dirty bits from the PTEs.
18 64-bit qword is the soft-dirty one. If set, the respective PTE was
23 when the soft-dirty bit is cleared. So, after this, when the task tries to
25 the soft-dirty bit on the respective PTE.
28 soft-dirty bits clear, the #PF-s that occur after that are processed fast.
30 the kernel does is finds this fact out and puts both writable and soft-dirty
34 there is still a scenario when we can lose soft dirty bits -- a task
37 including soft dirty bits. To notify user space application about such
[all …]
/linux/sound/oss/dmasound/
H A Ddmasound_q40.c66 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8; in q40_ct_law()
123 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8); in q40_ctx_law()
127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law()
163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8()
200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8()
233 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8); in q40_ctc_law()
237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
424 if (dmasound.soft.stereo) in Q40PlayNextFrame()
[all …]
H A Ddmasound_atari.c159 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8 in ata_ct_law()
165 if (dmasound.soft.stereo) in ata_ct_law()
188 if (dmasound.soft.stereo) in ata_ct_s8()
204 if (!dmasound.soft.stereo) { in ata_ct_u8()
239 if (!dmasound.soft.stereo) { in ata_ct_s16be()
271 if (!dmasound.soft.stereo) { in ata_ct_u16be()
311 if (!dmasound.soft.stereo) { in ata_ct_s16le()
352 if (!dmasound.soft.stereo) { in ata_ct_u16le()
389 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8 in ata_ctx_law()
393 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law()
[all …]
H A Ddmasound_core.c238 return dmasound.soft.speed; in sound_set_speed()
241 at present we allow (arbitrarily) low rates - using soft in sound_set_speed()
243 no soft down-conversion. in sound_set_speed()
249 dmasound.soft.speed = speed; in sound_set_speed()
252 dmasound.dsp.speed = dmasound.soft.speed; in sound_set_speed()
254 return dmasound.soft.speed; in sound_set_speed()
260 return dmasound.soft.stereo; in sound_set_stereo()
264 dmasound.soft.stereo = stereo; in sound_set_stereo()
277 switch (dmasound.soft.format) { in sound_copy_translate()
467 to be used when the user requests the fragments sizes (with no soft in sq_setup()
[all...]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh54 tunnel_create gt6-soft ip6gretap 2001:db8:4::1 2001:db8:4::2 \
57 tunnel_create h3-gt6-soft ip6gretap 2001:db8:4::2 2001:db8:4::1
58 ip link set h3-gt6-soft vrf v$h3
59 matchall_sink_create h3-gt6-soft
74 tunnel_destroy h3-gt6-soft
75 tunnel_destroy gt6-soft
179 test_span_failable gt6-soft "mirror to gretap w/ soft underlay"
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst33 | pte_soft_dirty | Tests a soft dirty PTE |
35 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
55 | pte_mksoft_dirty | Creates a soft dirty PTE |
57 | pte_clear_soft_dirty | Clears a soft dirty PTE |
59 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
61 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
103 | pmd_soft_dirty | Tests a soft dirty PMD |
105 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
125 | pmd_mksoft_dirty | Creates a soft dirty PMD |
127 | pmd_clear_soft_dirty | Clears a soft dirty PMD |
[all …]
/linux/drivers/watchdog/
H A Dbcm47xx_wdt.c180 bool soft; in bcm47xx_wdt_probe() local
186 soft = wdt->max_timer_ms < WDT_SOFTTIMER_THRESHOLD * 1000; in bcm47xx_wdt_probe()
188 if (soft) { in bcm47xx_wdt_probe()
211 soft ? ", Software Timer" : ""); in bcm47xx_wdt_probe()
215 if (soft) in bcm47xx_wdt_probe()
/linux/Documentation/devicetree/bindings/power/reset/
H A Dkeystone-reset.txt10 Additionally soft or hard reset can be configured.
26 - ti,soft-reset: Boolean option indicating soft reset.
59 WDT0 or WDT2 is triggered it issues soft reset for SoC.
66 ti,soft-reset;
/linux/arch/mips/kernel/
H A Delf.c53 bool soft; member
221 prog_req.soft = interp_req.soft && prog_req.soft; in arch_check_elf()
261 !prog_req.fr1 && !prog_req.single && !prog_req.soft) in arch_check_elf()
/linux/Documentation/devicetree/bindings/usb/
H A Dhisilicon,histb-xhci.txt19 "soft": for soft reset
42 reset-names = "soft";
/linux/include/uapi/linux/
H A Drfkill.h97 __u8 soft; member
120 __u8 soft; member
H A Dif_arcnet.h101 * 'offset' specification instead of the length, and the soft data is at
127 } soft; member
/linux/Documentation/filesystems/smb/
H A Dsmbdirect.rst22 by the kernel, it should work. This includes both software emulators (soft
23 RoCE, soft iWARP) and hardware devices (InfiniBand, RoCE, iWARP).
43 For soft RDMA, enable either the soft iWARP (`RDMA _SIW`) or soft RoCE
/linux/tools/testing/selftests/mm/
H A D.gitignore13 hugetlb-soft-offline
47 soft-dirty
/linux/Documentation/devicetree/bindings/pci/
H A Dhisilicon-histb-pcie.txt31 "soft": soft reset;
66 reset-names = "soft", "sys", "bus";
/linux/Documentation/devicetree/bindings/reset/
H A Dimg,pistachio-reset.txt5 disable individual IP blocks within the Pistachio SoC using "soft reset"
8 The actual action taken when soft reset is asserted is hardware dependent.
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-softlockup_count6 Shows how many times the system has detected a soft lockup since last boot.
/linux/arch/arm/include/asm/
H A Dfpstate.h69 struct fp_soft_struct soft; member
/linux/drivers/net/can/ifi_canfd/
H A DKconfig6 This driver adds support for the I/F/I CAN_FD soft IP block
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-sony-xperia-yoshino-lilac.dts25 qcom,soft-start-us = <800>;
/linux/Documentation/driver-api/
H A Drfkill.rst21 The rfkill subsystem has a concept of "hard" and "soft" block, which
28 - soft block
62 keeps track of soft and hard block separately.
109 soft and hard block are properly separated (unlike sysfs, see below) and

123456