Home
last modified time | relevance | path

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

12

/drivers/net/arcnet/
Drfc1051.c97 if (pkt->hard.dest == 0) { in type_trans()
101 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
190 pkt->hard.source = *dev->dev_addr; in build_header()
198 pkt->hard.dest = 0; in build_header()
202 pkt->hard.dest = daddr; in build_header()
211 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
227 hard->offset[0] = 0; in prepare_tx()
228 hard->offset[1] = ofs = 512 - length; in prepare_tx()
230 hard->offset[0] = 0; in prepare_tx()
231 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
[all …]
Darc-rawmode.c96 pkt->hard.source = *dev->dev_addr; in build_header()
104 pkt->hard.dest = 0; in build_header()
108 pkt->hard.dest = daddr; in build_header()
117 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
133 hard->offset[0] = 0; in prepare_tx()
134 hard->offset[1] = ofs = 512 - length; in prepare_tx()
136 hard->offset[0] = 0; in prepare_tx()
137 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
139 hard->offset[0] = ofs = 256 - length; in prepare_tx()
145 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()
123 pkt->hard.dest = 0; in build_header()
127 pkt->hard.dest = daddr; in build_header()
136 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
157 hard->offset[0] = 0; in prepare_tx()
158 hard->offset[1] = ofs = 512 - length; in prepare_tx()
160 hard->offset[0] = 0; in prepare_tx()
161 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
163 hard->offset[0] = ofs = 256 - length; in prepare_tx()
170 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
[all …]
Drfc1201.c101 if (pkt->hard.dest == 0) { in type_trans()
105 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
139 int saddr = pkt->hard.source, ofs; in rx()
364 skb->len, pkt->hard.source); in rx()
366 skb->len, pkt->hard.source); in rx()
421 pkt->hard.source = *dev->dev_addr; in build_header()
434 pkt->hard.dest = 0; in build_header()
438 pkt->hard.dest = daddr; in build_header()
442 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, in load_pkt() argument
451 hard->offset[0] = 0; in load_pkt()
[all …]
Darcnet.c714 skb->len, pkt->hard.dest); in arcnet_send_packet()
1129 if (rxdata.pkt.hard.offset[0]) { in arcnet_rx()
1130 ofs = rxdata.pkt.hard.offset[0]; in arcnet_rx()
1133 ofs = rxdata.pkt.hard.offset[1]; in arcnet_rx()
1146 bufnum, rxdata.pkt.hard.source, rxdata.pkt.hard.dest, length); in arcnet_rx()
1155 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx()
1161 soft->proto, rxdata.pkt.hard.source, in arcnet_rx()
1170 lp->default_proto[rxdata.pkt.hard.source] = soft->proto; in arcnet_rx()
1181 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
/drivers/base/power/
Dwakeup.c586 static void wakeup_source_report_event(struct wakeup_source *ws, bool hard) in wakeup_source_report_event() argument
596 if (hard) in wakeup_source_report_event()
793 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event() argument
803 wakeup_source_report_event(ws, hard); in pm_wakeup_ws_event()
832 void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard) in pm_wakeup_dev_event() argument
840 pm_wakeup_ws_event(dev->power.wakeup, msec, hard); in pm_wakeup_dev_event()
/drivers/gpu/drm/radeon/
Dradeon_asic.h67 int r100_asic_reset(struct radeon_device *rdev, bool hard);
170 extern int r300_asic_reset(struct radeon_device *rdev, bool hard);
227 extern int rs600_asic_reset(struct radeon_device *rdev, bool hard);
336 int r600_asic_reset(struct radeon_device *rdev, bool hard);
515 int evergreen_asic_reset(struct radeon_device *rdev, bool hard);
609 int cayman_asic_reset(struct radeon_device *rdev, bool hard);
715 int si_asic_reset(struct radeon_device *rdev, bool hard);
820 int cik_asic_reset(struct radeon_device *rdev, bool hard);
/drivers/net/wireless/mediatek/mt76/mt76x2/
Dpci_init.c70 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) in mt76x2_mac_reset() argument
114 if (!hard) in mt76x2_mac_reset()
Dmt76x2.h66 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard);
/drivers/target/sbp/
DKconfig8 bus, for example hard disks. Similar to FireWire Target Disk mode on
/drivers/media/test-drivers/vimc/
DKconfig17 is hard coded for now but is meant to be highly configurable in
/drivers/scsi/mvsas/
Dmv_64xx.c104 static void mvs_64xx_phy_reset(struct mvs_info *mvi, u32 phy_id, int hard) in mvs_64xx_phy_reset() argument
111 if (hard == MVS_HARD_RESET) in mvs_64xx_phy_reset()
113 else if (hard == MVS_SOFT_RESET) in mvs_64xx_phy_reset()
116 if (hard) { in mvs_64xx_phy_reset()
Dmv_sas.h139 void (*phy_reset)(struct mvs_info *mvi, u32 phy_id, int hard);
428 void mvs_phys_reset(struct mvs_info *mvi, u32 phy_mask, int hard);
Dmv_94xx.c254 static void mvs_94xx_phy_reset(struct mvs_info *mvi, u32 phy_id, int hard) in mvs_94xx_phy_reset() argument
258 if (hard == MVS_PHY_TUNE) { in mvs_94xx_phy_reset()
268 if (hard) { in mvs_94xx_phy_reset()
/drivers/usb/storage/
DKconfig15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
144 USB hard drive's onetouch button.
147 hard drive's as an input device. An action can be associated with
/drivers/ata/pata_parport/
DKconfig59 (low speed) adapter that is used in some portable hard drives.
125 used in some 2.5" portable hard drives.
/drivers/media/test-drivers/vivid/
DKconfig21 Error injection is supported to test rare errors that are hard
/drivers/md/
DKconfig24 This driver lets you combine several hard disk partitions into one
26 partition to another one or to combine several redundant hard disks
27 into a RAID1/4/5 device so as to provide protection against hard
69 use the so-called linear mode, i.e. it will combine the hard disk
82 use the so-called raid0 mode, i.e. it will combine the hard disk
325 such that all fscrypt keys are at least as hard to compromise
/drivers/gpu/drm/i915/
DKconfig.debug5 # to shoot oneself in the foot iff they aim really hard
85 a hard BUG_ON and hope that the system remains sufficiently usable
/drivers/pci/
DKconfig179 it's hard to tell which support it at all, so at this time,
277 hard-decoded addresses as they did on ISA. When multiple PCI devices
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_offload.c404 goto hard; in mlx5e_ipsec_handle_limits()
427 hard: in mlx5e_ipsec_handle_limits()
/drivers/pci/pcie/
DKconfig45 Debugging AER code is quite difficult because it is hard
/drivers/usb/core/
DKconfig38 When a new USB device is detected, the kernel tries very hard
/drivers/nvdimm/
DKconfig83 namespace. For environments that want to hard partition
/drivers/scsi/
DKconfig29 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
78 If you want to use SCSI hard disks, Fibre Channel disks,
79 Serial ATA (SATA) or Parallel ATA (PATA) hard disks,
128 about anything having "SCSI" in its name other than hard disks,
962 This value is used as a compiled-in hard limit.
1026 The default value is 8 and should be supported by most hard disks.
1047 Modern hard disks are able to support 64 tags and even more, but
1051 you are using very large hard disks with large cache (>= 1 MB) that

12