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