/linux-2.4.37.9/drivers/char/rio/ |
D | func.h | 46 void msec_timeout(struct Host *); 47 int RIOBootRup(struct rio_info *, uint, struct Host *, struct PKT *); 48 int RIOBootComplete(struct rio_info *, struct Host *, uint, struct PktCmd *); 49 int RIOBootOk(struct rio_info *,struct Host *, ulong); 51 void FillSlot(int, int, uint, struct Host *); 54 int RIOFoadRta(struct Host *, struct Map *); 55 int RIOZombieRta(struct Host *, struct Map *); 56 int RIOCommandRta(struct rio_info *, uint, int (* func)( struct Host *, 60 int RIOSuspendBootRta(struct Host *, int, int); 62 int RIOCommandRup(struct rio_info *, uint, struct Host *, struct PKT *); [all …]
|
D | riotable.c | 99 int Host, Host1, Host2, NameIsUnique, Entry, SubEnt; local 102 struct Host *HostP; 179 for ( Host=0; Host<p->RIONumHosts; Host++ ) { /* (4) */ 180 if ( p->RIOHosts[Host].UniqueNum==MapP->HostUniqueNum ) { 181 HostP = &p->RIOHosts[Host]; 186 MapP->Topology[0].Unit = Host; 191 if ( Host >= p->RIONumHosts ) { 318 for ( Host=0; Host<RIO_HOSTS; Host++ ) { 320 bzero((caddr_t)&p->RIOHosts[Host].Mapping[Entry], 323 bzero((caddr_t)&p->RIOHosts[Host].Name[0], [all …]
|
D | rioctrl.c | 104 ushort Host; member 194 uint Host; /* leave me unsigned! */ local 196 struct Host *HostP; 207 Host=0; 331 if ( SpecialRupCmd.Host >= p->RIONumHosts ) 332 SpecialRupCmd.Host = 0; 334 SpecialRupCmd.Host, SpecialRupCmd.RupNum); 335 if (RIOQueueCmdBlk(&p->RIOHosts[SpecialRupCmd.Host], 1025 for (Host=0; Host < p->RIONumHosts; Host++) 1026 if ( (p->RIOHosts[Host].Flags & RUN_STATE) == RC_RUNNING ) [all …]
|
D | riocmd.c | 90 struct Host * HostP; in RIOFoadRta() 123 struct Host * HostP; in RIOZombieRta() 158 int (* func)( struct Host *HostP, struct Map *MapP ); 160 uint Host; local 167 for ( Host = 0; Host < p->RIONumHosts; Host++ ) { 169 struct Host *HostP = &p->RIOHosts[Host]; 204 uint Host; local 212 for ( Host = 0 ; Host < p->RIONumHosts; Host++ ) { 214 struct Host *HostP = &p->RIOHosts[Host]; 272 uint Host; local [all …]
|
D | rioinit.c | 1271 int Host; local 1284 for (Host=0; Host<p->RIONumHosts; Host++) { 1285 if ( (p->RIOHosts[Host].Type != RIO_AT) && 1286 (p->RIOHosts[Host].Ivec == POLLED) ) { 1287 RIOStopInterrupts(p, 1, Host ); 1291 for (Host=0; Host<p->RIONumHosts; Host++) { 1292 if (p->RIOHosts[Host].Type == RIO_AT) { 1293 if ( (p->RIOHosts[Host].Ivec - 32) == 0) { 1294 RIOStopInterrupts(p, 2, Host ); 1307 RIOStopInterrupts(p, Reason, Host) in RIOStopInterrupts() argument [all …]
|
D | daemon.h | 88 uint Host; member 121 struct Host *HostP; 159 unsigned short Host; member
|
D | rioroute.c | 92 int RIORouteRup( struct rio_info *p, uint Rup, struct Host *HostP, PKT *PacketP ) in RIORouteRup() 118 CheckHost(Host); in RIORouteRup() 623 struct Host *HostP; 725 struct Host *HostP; 755 struct Host * HostP; 789 struct Host *HostP; in RIOCheck() 891 struct Host *HostP; 999 RIOFreeDisconnected(struct rio_info *p, struct Host *HostP, int unit) in RIOFreeDisconnected() 1066 RIOFindFreeID(struct rio_info *p, struct Host *HostP, uint *pID1, uint *pID2) in RIOFindFreeID()
|
D | rio_linux.c | 437 void rio_reset_interrupt (struct Host *HostP) in rio_reset_interrupt() 454 struct Host *HostP; in rio_interrupt() 457 HostP = (struct Host*)ptr; /* &p->RIOHosts[(long)ptr]; */ in rio_interrupt() 877 struct vpd_prom *get_VPD_PROM (struct Host *hp) in get_VPD_PROM() 1001 #define HOST_SZ sizeof(struct Host) in rio_init_datastructures() 1139 struct Host *hp; in rio_init() 1423 struct Host *hp; in rio_exit()
|
D | rioboot.c | 183 void rio_start_card_running (struct Host * HostP) in rio_start_card_running() 247 register struct Host *HostP; 660 struct Host *HostP; 669 CheckHost(Host); 807 int RIOBootComplete( struct rio_info *p, struct Host *HostP, uint Rup, struct PktCmd *PktCmdP ) in RIOBootComplete() 1244 struct Host * HostP; 1275 struct Host *HostP;
|
D | host.h | 52 struct Host struct
|
D | riodrvr.h | 54 struct Host * RIOHosts; /* RIO Host values */
|
D | port.h | 98 struct Host *HostP;
|
D | riointr.c | 130 struct Host *HostP = &p->RIOHosts[host]; 272 struct Host *HostP = &p->RIOHosts[host]; 356 struct Host *HostP;
|
/linux-2.4.37.9/drivers/zorro/ |
D | zorro.ids | 18 0a00 [SCSI Host Adapter] 24 1300 Warp Engine [Accelerator, SCSI Host Adapter and RAM Expansion] 30 5400 A4091 [SCSI Host Adapter] 33 0100 A2090/A2090A [SCSI Host Adapter] 34 0200 A590/A2091 [SCSI Host Adapter] 35 0300 A590/A2091 [SCSI Host Adapter] 36 0400 A2090B 2090 Autoboot [SCSI Host Adapter] 44 5400 A4091 [SCSI Host Adapter] 51 0300 A2090/A2090A Combitec/MacroSystem [SCSI Host Adapter] 59 0400 Kronos 2000 [SCSI Host Adapter] [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.BusLogic | 26 This driver supports all present BusLogic MultiMaster Host Adapters, and should 28 recently, BusLogic introduced the FlashPoint Host Adapters, which are less 30 Despite not having an onboard CPU, the FlashPoint Host Adapters perform very 35 analogous to the firmware on the MultiMaster Host Adapters. Thanks to their 36 having provided the SCCB Manager, this driver now supports the FlashPoint Host 40 to achieve the full performance that BusLogic SCSI Host Adapters and modern 48 The latest information on Linux support for BusLogic SCSI Host Adapters, as 62 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide 63 Ultra SCSI Host Adapter in January 1996. This was mutually beneficial since 139 BusLogic SCSI Host Adapters directly implement SCSI-2 Tagged Queuing, and so [all …]
|
D | BusLogic.c | 163 const char *BusLogic_DriverInfo(SCSI_Host_T *Host) in BusLogic_DriverInfo() argument 166 (BusLogic_HostAdapter_T *) Host->hostdata; in BusLogic_DriverInfo() 2615 SCSI_Host_T *Host) in BusLogic_InitializeHostStructure() argument 2617 Host->max_id = HostAdapter->MaxTargetDevices; in BusLogic_InitializeHostStructure() 2618 Host->max_lun = HostAdapter->MaxLogicalUnits; in BusLogic_InitializeHostStructure() 2619 Host->max_channel = 0; in BusLogic_InitializeHostStructure() 2620 Host->unique_id = HostAdapter->IO_Address; in BusLogic_InitializeHostStructure() 2621 Host->this_id = HostAdapter->SCSI_ID; in BusLogic_InitializeHostStructure() 2622 Host->can_queue = HostAdapter->DriverQueueDepth; in BusLogic_InitializeHostStructure() 2623 Host->sg_tablesize = HostAdapter->DriverScatterGatherLimit; in BusLogic_InitializeHostStructure() [all …]
|
D | README.FlashPoint | 1 The BusLogic FlashPoint SCSI Host Adapters are now fully supported on Linux. 32 FlashPoint Host Adapters 81 that all BusLogic SCSI Host Adapters were supported by Linux, only to 123 SCSI Host Adapter. The BT-948 is the Ultra SCSI successor to the BT-946C 134 SCSI Host Adapter. Any Linux user worldwide may trade in their FlashPoint 135 LW (BT-950) for a BT-958 MultiMaster PCI Ultra SCSI Host Adapter. The
|
D | README.Mylex | 2 Mylex (formerly BusLogic) MultiMaster and FlashPoint SCSI Host Adapters.
|
D | scsi_obsolete.c | 831 void scsi_mark_host_reset(struct Scsi_Host *Host) in scsi_mark_host_reset() argument 836 for (SDpnt = Host->host_queue; SDpnt; SDpnt = SDpnt->next) { in scsi_mark_host_reset() 845 static void scsi_mark_bus_reset(struct Scsi_Host *Host, int channel) in scsi_mark_bus_reset() argument 850 for (SDpnt = Host->host_queue; SDpnt; SDpnt = SDpnt->next) { in scsi_mark_bus_reset()
|
D | nsp32.h | 583 struct Scsi_Host *Host; member 685 # define HOST_LOCK (data->Host->host_lock)
|
D | hosts.h | 505 extern void scsi_mark_host_reset(struct Scsi_Host *Host);
|
/linux-2.4.37.9/drivers/usb/host/ |
D | Config.in | 2 # USB Host Controller Drivers 4 comment 'USB Host Controller Drivers'
|
/linux-2.4.37.9/net/khttpd/ |
D | structure.h | 35 char Host[128]; /* Value given by the Host: header */ member
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 51 a0ec Fibre Channel Host Controller 58 a0fc Fibre Channel Host Controller 135 1092 8760 FirePort 40 Dual SCSI Host Adapter 163 9100 INI-9100/9100W SCSI Host 964 5237 M5237 PCI USB Host Controller 1203 00cd IEEE 1394 [OrangeLink] Host Controller 1234 0530 530 Host 1235 0540 540 Host 1238 0620 620 Host 1239 0630 630 Host [all …]
|
/linux-2.4.37.9/Documentation/usb/ |
D | sl811hc.txt | 48 --- USB Host Controller Drivers 52 Disable all others "USB Host Controller Drivers" 146 Load USB-Host controller, parameters are optional (default urb_debug=0 io=220 irq=12) 201 Load USB-Host controller, parameters are optional (default urb_debug=0 io=220 irq=12) 228 Load USB-Host controller 246 Load USB-Host controller
|