| /drivers/net/arcnet/ |
| A D | arc-rawmode.c | 96 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 …]
|
| A D | rfc1051.c | 98 if (pkt->hard.dest == 0) { in type_trans() 102 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans() 191 pkt->hard.source = *dev->dev_addr; in build_header() 199 pkt->hard.dest = 0; in build_header() 203 pkt->hard.dest = daddr; in build_header() 212 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local 228 hard->offset[0] = 0; in prepare_tx() 229 hard->offset[1] = ofs = 512 - length; in prepare_tx() 231 hard->offset[0] = 0; in prepare_tx() 234 hard->offset[0] = ofs = 256 - length; in prepare_tx() [all …]
|
| A D | capmode.c | 115 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 …]
|
| A D | rfc1201.c | 102 if (pkt->hard.dest == 0) { in type_trans() 140 int saddr = pkt->hard.source, ofs; in rx() 365 skb->len, pkt->hard.source); in rx() 367 skb->len, pkt->hard.source); in rx() 422 pkt->hard.source = *dev->dev_addr; in build_header() 435 pkt->hard.dest = 0; in build_header() 439 pkt->hard.dest = daddr; in build_header() 452 hard->offset[0] = 0; in load_pkt() 461 hard->offset[0] = 0; in load_pkt() 473 lp->lastload_dest = hard->dest; in load_pkt() [all …]
|
| A D | arcnet.c | 716 skb->len, pkt->hard.dest); in arcnet_send_packet() 1131 if (rxdata.pkt.hard.offset[0]) { in arcnet_rx() 1132 ofs = rxdata.pkt.hard.offset[0]; in arcnet_rx() 1135 ofs = rxdata.pkt.hard.offset[1]; in arcnet_rx() 1148 bufnum, rxdata.pkt.hard.source, rxdata.pkt.hard.dest, length); in arcnet_rx() 1157 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() 1163 soft->proto, rxdata.pkt.hard.source, in arcnet_rx() 1172 lp->default_proto[rxdata.pkt.hard.source] = soft->proto; in arcnet_rx() 1183 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
| /drivers/base/power/ |
| A D | wakeup.c | 582 static void wakeup_source_report_event(struct wakeup_source *ws, bool hard) in wakeup_source_report_event() argument 592 if (hard) in wakeup_source_report_event() 789 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event() argument 799 wakeup_source_report_event(ws, hard); in pm_wakeup_ws_event() 828 void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard) in pm_wakeup_dev_event() argument 836 pm_wakeup_ws_event(dev->power.wakeup, msec, hard); in pm_wakeup_dev_event()
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_asic.h | 67 int r100_asic_reset(struct radeon_device *rdev, bool hard); 171 extern int r300_asic_reset(struct radeon_device *rdev, bool hard); 228 extern int rs600_asic_reset(struct radeon_device *rdev, bool hard); 337 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/ |
| A D | pci_init.c | 70 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) in mt76x2_mac_reset() argument 114 if (!hard) in mt76x2_mac_reset()
|
| A D | mt76x2.h | 68 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard);
|
| /drivers/target/sbp/ |
| A D | Kconfig | 8 bus, for example hard disks. Similar to FireWire Target Disk mode on
|
| /drivers/media/test-drivers/vimc/ |
| A D | Kconfig | 17 is hard coded for now but is meant to be highly configurable in
|
| /drivers/scsi/mvsas/ |
| A D | mv_64xx.c | 104 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()
|
| A D | mv_94xx.c | 254 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/ |
| A D | Kconfig | 14 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs, 143 USB hard drive's onetouch button. 146 hard drive's as an input device. An action can be associated with
|
| /drivers/ata/pata_parport/ |
| A D | Kconfig | 59 (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/ |
| A D | Kconfig | 19 Error injection is supported to test rare errors that are hard
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig.debug | 5 # to shoot oneself in the foot iff they aim really hard 106 a hard BUG_ON and hope that the system remains sufficiently usable
|
| /drivers/md/ |
| A D | Kconfig | 24 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
|
| /drivers/gpu/drm/xe/ |
| A D | Kconfig.debug | 5 # to shoot oneself in the foot iff they aim really hard
|
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ipsec_offload.c | 410 goto hard; in mlx5e_ipsec_handle_limits() 433 hard: in mlx5e_ipsec_handle_limits()
|
| /drivers/pci/ |
| A D | Kconfig | 206 it's hard to tell which support it at all, so at this time, 311 hard-decoded addresses as they did on ISA. When multiple PCI devices
|
| /drivers/pci/pcie/ |
| A D | Kconfig | 45 Debugging AER code is quite difficult because it is hard
|
| /drivers/nvdimm/ |
| A D | Kconfig | 83 namespace. For environments that want to hard partition
|
| /drivers/scsi/ |
| A D | Kconfig | 29 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or 86 If you want to use SCSI hard disks, Fibre Channel disks, 87 Serial ATA (SATA) or Parallel ATA (PATA) hard disks, 136 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
|
| /drivers/usb/core/ |
| A D | Kconfig | 38 When a new USB device is detected, the kernel tries very hard
|