Home
last modified time | relevance | path

Searched refs:hard (Results 1 – 25 of 244) sorted by relevance

12345678910

/linux-3.4.99/drivers/net/arcnet/
Drfc1051.c100 if (pkt->hard.dest == 0) in type_trans()
104 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
199 pkt->hard.source = *dev->dev_addr; in build_header()
208 pkt->hard.dest = 0; in build_header()
212 pkt->hard.dest = daddr; in build_header()
222 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
237 hard->offset[0] = 0; in prepare_tx()
238 hard->offset[1] = ofs = 512 - length; in prepare_tx()
240 hard->offset[0] = 0; in prepare_tx()
241 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
[all …]
Darc-rawmode.c148 pkt->hard.source = *dev->dev_addr; in build_header()
157 pkt->hard.dest = 0; in build_header()
161 pkt->hard.dest = daddr; in build_header()
171 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
186 hard->offset[0] = 0; in prepare_tx()
187 hard->offset[1] = ofs = 512 - length; in prepare_tx()
189 hard->offset[0] = 0; in prepare_tx()
190 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
192 hard->offset[0] = ofs = 256 - length; in prepare_tx()
197 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
[all …]
Dcapmode.c115 pkt->hard.source = *dev->dev_addr; in build_header()
124 pkt->hard.dest = 0; in build_header()
128 pkt->hard.dest = daddr; in build_header()
138 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
160 hard->offset[0] = 0; in prepare_tx()
161 hard->offset[1] = ofs = 512 - length; in prepare_tx()
163 hard->offset[0] = 0; in prepare_tx()
164 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
166 hard->offset[0] = ofs = 256 - length; in prepare_tx()
172 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
[all …]
Drfc1201.c102 if (pkt->hard.dest == 0) in type_trans()
106 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
141 int saddr = pkt->hard.source, ofs; in rx()
361 skb->len, pkt->hard.source); in rx()
363 skb->len, pkt->hard.source); in rx()
419 pkt->hard.source = *dev->dev_addr; in build_header()
432 pkt->hard.dest = 0; in build_header()
436 pkt->hard.dest = daddr; in build_header()
441 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, in load_pkt() argument
450 hard->offset[0] = 0; in load_pkt()
[all …]
Darcnet.c614 skb->len, pkt->hard.dest); in arcnet_send_packet()
1011 if (pkt.hard.offset[0]) { in arcnet_rx()
1012 ofs = pkt.hard.offset[0]; in arcnet_rx()
1015 ofs = pkt.hard.offset[1]; in arcnet_rx()
1029 bufnum, pkt.hard.source, pkt.hard.dest, length); in arcnet_rx()
1038 *oldp = arc_proto_map[lp->default_proto[pkt.hard.source]], in arcnet_rx()
1044 " (was '%c')\n", soft->proto, pkt.hard.source, in arcnet_rx()
1053 lp->default_proto[pkt.hard.source] = soft->proto; in arcnet_rx()
1065 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
/linux-3.4.99/sound/oss/dmasound/
Ddmasound_atari.c392 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law()
452 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s8()
506 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u8()
562 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16be()
618 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16be()
676 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16le()
734 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16le()
927 dmasound.hard = dmasound.soft; in TTInit()
929 if (dmasound.hard.speed > 50066) { in TTInit()
931 dmasound.hard.speed = 50066; in TTInit()
[all …]
Ddmasound_q40.c126 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law()
162 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8()
199 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8()
236 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
275 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
314 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
419 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame()
519 dmasound.hard = dmasound.soft; in Q40Init()
521 dmasound.hard.size=8; in Q40Init()
531 if (dmasound.hard.speed > 20200) { in Q40Init()
[all …]
Ddmasound_core.c492 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup()
497 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup()
501 sq->block_size *= dmasound.hard.speed ; in sq_setup()
505 (dmasound.hard.size * (dmasound.hard.stereo+1))/8 ; in sq_setup()
790 dmasound.hard = dmasound.mach.default_hard ; in sq_open()
887 dmasound.hard = dmasound.mach.default_hard ; in sq_release()
1185 dmasound.hard = dmasound.mach.default_hard ; in sq_init()
1300 get_afmt_string(dmasound.hard.format)); in state_open()
1303 dmasound.soft.speed, dmasound.hard.speed); in state_open()
1307 dmasound.hard.stereo ? "stereo" : "mono" ); in state_open()
Ddmasound_paula.c367 dmasound.hard = dmasound.soft; in AmiInit()
376 dmasound.hard.speed = amiga_colorclock/(period+1); in AmiInit()
432 if (dmasound.hard.size == 16) { in AmiSetVolume()
473 if (dmasound.hard.stereo) { in AmiPlayNextFrame()
485 if (dmasound.hard.size == 8) { in AmiPlayNextFrame()
/linux-3.4.99/fs/xfs/
Dxfs_qm_syscalls.c485 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local
522 hard = (newlim->d_fieldmask & FS_DQ_BHARD) ? in xfs_qm_scall_setqlim()
528 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
529 ddq->d_blk_hardlimit = cpu_to_be64(hard); in xfs_qm_scall_setqlim()
532 q->qi_bhardlimit = hard; in xfs_qm_scall_setqlim()
536 xfs_debug(mp, "blkhard %Ld < blksoft %Ld\n", hard, soft); in xfs_qm_scall_setqlim()
538 hard = (newlim->d_fieldmask & FS_DQ_RTBHARD) ? in xfs_qm_scall_setqlim()
544 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
545 ddq->d_rtb_hardlimit = cpu_to_be64(hard); in xfs_qm_scall_setqlim()
548 q->qi_rtbhardlimit = hard; in xfs_qm_scall_setqlim()
[all …]
/linux-3.4.99/block/partitions/
DKconfig7 Say Y here if you would like to use hard disks under Linux which
21 Support hard disks partitioned under Acorn operating systems.
28 Say Y here if you would like to use hard disks under Linux which
41 Say Y here if you would like to use hard disks under Linux which
75 Say Y here if you would like to use hard disks under Linux which
82 Say Y here if you would like to use hard disks under Linux which
89 Say Y here if you would like to use hard disks under Linux which
96 Say Y here if you would like to be able to read the hard disk
104 Say Y here if you would like to use hard disks under Linux which
117 FreeBSD uses its own hard disk partition scheme on your PC. It
[all …]
/linux-3.4.99/arch/arm/vfp/
Dvfpmodule.c67 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw()
85 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload()
113 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()
114 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush()
116 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush()
138 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy()
551 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()
594 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate()
/linux-3.4.99/arch/arm/include/asm/
Dfpstate.h49 struct vfp_hard_struct hard; member
74 struct fp_hard_struct hard; member
/linux-3.4.99/fs/efs/
DKconfig5 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
7 uses the XFS file system for hard disk partitions however).
/linux-3.4.99/Documentation/
Drfkill.txt21 The rfkill subsystem has a concept of "hard" and "soft" block, which
24 - hard block: read-only radio block that cannot be overriden by software
46 When the device is hard-blocked (either by a call to rfkill_set_hw_state()
52 keeps track of soft and hard block separately.
79 rfkill drivers that control devices that can be hard-blocked unless they also
96 soft and hard block are properly separated (unlike sysfs, see below) and
/linux-3.4.99/fs/hpfs/
DKconfig6 is the file system used for organizing files on OS/2 hard disk
8 write files to an OS/2 HPFS partition on your hard drive. OS/2
/linux-3.4.99/net/rxrpc/
Dar-ack.c376 static void rxrpc_rotate_tx_window(struct rxrpc_call *call, u32 hard) in rxrpc_rotate_tx_window() argument
382 _enter("{%u,%u},%u", call->acks_hard, win, hard); in rxrpc_rotate_tx_window()
384 ASSERTCMP(hard - call->acks_hard, <=, win); in rxrpc_rotate_tx_window()
386 while (call->acks_hard < hard) { in rxrpc_rotate_tx_window()
590 u32 hard, tx; in rxrpc_process_rx_queue() local
631 hard = ntohl(ack.firstPacket); in rxrpc_process_rx_queue()
637 hard, in rxrpc_process_rx_queue()
667 if (hard > 0) { in rxrpc_process_rx_queue()
668 if (hard - 1 > tx) { in rxrpc_process_rx_queue()
671 hard - 1, tx); in rxrpc_process_rx_queue()
[all …]
/linux-3.4.99/fs/minix/
DKconfig6 The minix file system (method to organize files on a hard disk
9 You don't want to use the minix file system on your hard disk
/linux-3.4.99/fs/affs/
DKconfig5 The Fast File System (FFS) is the common file system used on hard
8 FFS partition on your hard drive. Amiga floppies however cannot be
/linux-3.4.99/fs/adfs/
DKconfig8 here, Linux will be able to read from ADFS partitions on hard drives
26 hard drives and ADFS-formatted floppy disks. This is experimental
/linux-3.4.99/Documentation/networking/
Ddriver.txt6 any normal circumstances. It is considered a hard error unless
20 /* This is a hard error log it. */
49 /* This is a hard error log it. */
Dxfrm_sysctl.txt4 default 30 - hard timeout in seconds for acquire requests
/linux-3.4.99/Documentation/powerpc/
DzImage_layout.txt17 hard drive. The firmware reads the PReP partition table entry
21 or onto a PReP hard drive partition with dd if=zImage of=/dev/sda4
/linux-3.4.99/include/linux/
Dhrtimer.h373 ktime_t soft, hard; in hrtimer_start_expires() local
375 hard = hrtimer_get_expires(timer); in hrtimer_start_expires()
376 delta = ktime_to_ns(ktime_sub(hard, soft)); in hrtimer_start_expires()
/linux-3.4.99/Documentation/video4linux/bttv/
DREADME.freeze2 If the box freezes hard with bttv ...
19 With a hard freeze you probably doesn't find anything in the logfiles.
56 if this is the case you likely see freezes only with video and hard disk

12345678910