Home
last modified time | relevance | path

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

1234567

/linux/drivers/net/arcnet/
H A Drfc1201.c95 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans() local
110 switch (soft->proto) { in type_trans()
139 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx() local
151 if (soft->split_flag == 0xFF) { /* Exception Packet */ in rx()
164 soft, sizeof(pkt->soft)); in rx()
166 if (!soft->split_flag) { /* not split */ in rx()
168 soft->split_flag); in rx()
172 in->sequence, soft->split_flag, in rx()
173 soft->sequence); in rx()
174 lp->rfc1201.aborted_seq = soft->sequence; in rx()
[all …]
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_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_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_core.c238 return dmasound.soft.speed; 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()
484 (dmasound.soft.size * (dmasound.soft.stereo+1) ) ; in sq_setup()
493 (dmasound.soft.size * (dmasound.soft.stereo+1) ) ; in sq_setup()
496 sq->block_size /= dmasound.soft.speed ; in sq_setup()
[all …]
/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/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/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/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/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
/linux/include/linux/
H A Dhrtimer.h254 ktime_t soft, hard; in hrtimer_start_expires() local
255 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
257 delta = ktime_to_ns(ktime_sub(hard, soft)); in hrtimer_start_expires()
258 hrtimer_start_range_ns(timer, soft, delta, mode); in hrtimer_start_expires()
/linux/Documentation/devicetree/bindings/pci/
H A Dhisilicon-histb-pcie.txt31 "soft": soft reset;
66 reset-names = "soft", "sys", "bus";
/linux/tools/testing/selftests/mm/
H A D.gitignore9 hugetlb-soft-offline
43 soft-dirty
H A Drun_vmtests.sh67 test soft dirty page bit semantics
401 CATEGORY="hugetlb" run_test ./hugetlb-soft-offline
472 if [ -x ./soft-dirty ]
474 CATEGORY="soft_dirty" run_test ./soft-dirty
/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/drivers/mfd/
H A Dsi476x-i2c.c127 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start() argument
132 if (!soft) { in si476x_core_start()
221 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop() argument
226 if (soft) { in si476x_core_stop()
245 if (!soft) { in si476x_core_stop()
/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
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-softlockup_count6 Shows how many times the system has detected a soft lockup since last boot.

1234567