Lines Matching defs:dpt_cfg
524 typedef struct dpt_cfg { struct
525 uchar flags; /* Operational state flags */
526 uchar id[4]; /* Host adapter SCSI IDs */
527 int vect; /* Interrupt vector number */
528 ulong base_addr; /* Base I/O address */
529 int qdepth; /* Controller queue depth. */
530 ulong SGsize; /* Max scatter/gather list sz */
531 ulong SGmax; /* Max s/g we can use per req */
532 uchar eataVersion; /* EATA version */
533 ushort cpPadLen; /* # of pad bytes sent to HA for
535 ulong cpLength; /* EATA Command Packet length */
536 ulong spLength; /* EATA Status Packet length */
537 uchar eataflag1; /* EATA Flags 1 (Byte 9) */
538 uchar eataflag2; /* EATA Flags 2 (Byte 30) */
539 uchar maxChan; /* Maximum Channel number */
540 uchar maxID; /* Maximum target ID */
541 uchar maxLUN; /* Maximum LUN */
542 uchar HbaBusType; /* HBA bus type, EISA, PCI, etc */
543 uchar RaidNum; /* Host adapter RAID number */