Lines Matching defs:hostdata
591 struct hostdata { struct
592 struct mscp cp[MAX_MAILBOXES]; /* Mailboxes for this board */
593 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
594 unsigned int last_cp_used; /* Index of last mailbox used */
595 unsigned int iocount; /* Total i/o done for this board */
596 int board_number; /* Number of this board */
597 char board_name[16]; /* Name of this board */
598 int in_reset; /* True if board is doing a reset */
599 int target_to[MAX_TARGET][MAX_CHANNEL]; /* N. of timeout errors on target */
600 int target_redo[MAX_TARGET][MAX_CHANNEL]; /* If TRUE redo i/o on target */
601 unsigned int retries; /* Number of internal retries */
602 unsigned long last_retried_pid; /* Pid of last retried command */
603 unsigned char subversion; /* Bus type, either ISA or ESA */
604 struct pci_dev *pdev; /* Always NULL */
605 unsigned char heads;
606 unsigned char sectors;
607 char board_id[256]; /* data from INQUIRY on this board */