Searched refs:hard (Results 1 - 20 of 20) sorted by relevance

/drivers/net/arcnet/
H A Darc-rawmode.c132 * Create the ARCnet hard/soft headers for raw mode.
148 pkt->hard.source = *dev->dev_addr;
157 pkt->hard.dest = 0;
161 pkt->hard.dest = daddr;
171 struct arc_hardware *hard = &pkt->hard; local
177 length -= ARC_HDR_SIZE; /* hard header is not included in packet length */
186 hard->offset[0] = 0;
187 hard->offset[1] = ofs = 512 - length;
189 hard
[all...]
H A Drfc1051.c100 if (pkt->hard.dest == 0)
104 if (pkt->hard.dest != dev->dev_addr[0])
166 * Create the ARCnet hard/soft headers for RFC1051.
199 pkt->hard.source = *dev->dev_addr;
208 pkt->hard.dest = 0;
212 pkt->hard.dest = daddr;
222 struct arc_hardware *hard = &pkt->hard; local
228 length -= ARC_HDR_SIZE; /* hard header is not included in packet length */
237 hard
[all...]
H A Dcapmode.c95 * Create the ARCnet hard/soft headers for cap mode.
115 pkt->hard.source = *dev->dev_addr;
124 pkt->hard.dest = 0;
128 pkt->hard.dest = daddr;
138 struct arc_hardware *hard = &pkt->hard; local
142 /* hard header is not included in packet length */
160 hard->offset[0] = 0;
161 hard->offset[1] = ofs = 512 - length;
163 hard
[all...]
H A Drfc1201.c102 if (pkt->hard.dest == 0)
106 if (pkt->hard.dest != dev->dev_addr[0])
141 int saddr = pkt->hard.source, ofs;
361 skb->len, pkt->hard.source);
363 skb->len, pkt->hard.source);
373 /* Create the ARCnet hard/soft headers for RFC1201. */
419 pkt->hard.source = *dev->dev_addr;
432 pkt->hard.dest = 0;
436 pkt->hard.dest = daddr;
441 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, argument
514 struct arc_hardware *hard = &out->pkt->hard; local
[all...]
H A Darcnet.c542 * Rebuild the ARCnet hard header. This is called after an ARP (or in the
614 skb->len, pkt->hard.dest);
1011 if (pkt.hard.offset[0]) {
1012 ofs = pkt.hard.offset[0];
1015 ofs = pkt.hard.offset[1];
1029 bufnum, pkt.hard.source, pkt.hard.dest, length);
1038 *oldp = arc_proto_map[lp->default_proto[pkt.hard.source]],
1044 " (was '%c')\n", soft->proto, pkt.hard.source,
1053 lp->default_proto[pkt.hard
[all...]
/drivers/pci/pcie/aer/
H A DKconfig.debug13 Debugging PCIe AER code is quite difficult because it is hard
/drivers/md/
H A DKconfig17 This driver lets you combine several hard disk partitions into one
19 partition to another one or to combine several redundant hard disks
20 into a RAID1/4/5 device so as to provide protection against hard
52 use the so-called linear mode, i.e. it will combine the hard disk
65 use the so-called raid0 mode, i.e. it will combine the hard disk
/drivers/pcmcia/
H A DKconfig11 modems or hard drives often used with laptops computers. There are
/drivers/block/paride/
H A DKconfig23 hard drives from MicroSolutions.
173 (low speed) adapter that is used in some portable hard drives. If
269 used in some 2.5" portable hard drives. If you chose to build PARIDE
/drivers/scsi/mvsas/
H A Dmv_sas.h156 void (*phy_reset)(struct mvs_info *mvi, u32 phy_id, int hard);
456 void mvs_phys_reset(struct mvs_info *mvi, u32 phy_mask, int hard);
H A Dmv_64xx.c120 static void mvs_64xx_phy_reset(struct mvs_info *mvi, u32 phy_id, int hard) argument
127 if (hard == MVS_HARD_RESET)
129 else if (hard == MVS_SOFT_RESET)
132 if (hard) {
H A Dmv_94xx.c271 static void mvs_94xx_phy_reset(struct mvs_info *mvi, u32 phy_id, int hard) argument
275 if (hard == MVS_PHY_TUNE) {
285 if (hard) {
295 mv_dprintk("phy hard reset failed.\n");
H A Dmv_sas.c169 void mvs_phys_reset(struct mvs_info *mvi, u32 phy_mask, int hard) argument
175 MVS_CHIP_DISP->phy_reset(mvi, no, hard);
1473 and hard reset for SSP (type 1) , only for RECOVERY */
/drivers/usb/core/
H A DKconfig41 they are generated on the fly and not stored on the hard drive.
/drivers/usb/storage/
H A DKconfig15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
153 USB hard drive's onetouch button.
156 hard drive's as an input device. An action can be associated with
/drivers/block/
H A DKconfig67 tristate "XT hard disk support"
71 Very old 8 bit hard disk controllers used in the IBM XT computer
223 mount it just as you would mount other block devices such as hard
284 used as hard disk encryption.
374 block devices (such as hard drives). It is usually used to load and
530 bool "Very old hard disk (MFM/RLL/IDE) driver"
534 This is a very old hard disk driver that lacks the enhanced
/drivers/ide/
H A DKconfig15 ATAPI units. The most common cases are IDE hard drives and ATAPI
85 This will include support for ATA hard disks.
674 these, those machine used to have the hard disk on hdc and the
676 hard disk and hdc for CD-ROM.
757 IDE devices (hard disks, CD-ROM drives, etc.) that are connected to
772 use IDE devices (hard disks, CD-ROM drives, etc.) that are connected
780 Falcon. Say Y if you have a Falcon and want to use IDE devices (hard
794 devices (hard disks, CD-ROM drives, etc.) that are connected to the
802 normally be on; disable it only if you are running a custom hard
/drivers/ata/
H A DKconfig20 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
/drivers/message/fusion/
H A Dmptbase.c2278 int hard; local
2306 hard = 1;
2308 hard = 0;
2310 if ((hard_reset_done = MakeIocReady(ioc, hard, sleepFlag)) < 0) {
2332 * and 1 if a hard reset was performed.
2894 * @force: Force hard KickStart of IOC
2922 * grip of death. If so, hard reset the IOC.
3865 * KickStart - Perform hard reset of MPT adapter.
3867 * @force: Force hard reset
3871 * WriteSequence register, and then performs a hard rese
[all...]
/drivers/hwmon/
H A DKconfig880 These devices are hard to detect and rarely found on mainstream

Completed in 428 milliseconds