Lines Matching defs:asc_dvc_var
1605 typedef struct asc_dvc_var { struct
1606 PortAddr iop_base;
1607 ushort err_code;
1608 ushort dvc_cntl;
1609 ushort bug_fix_cntl;
1610 ushort bus_type;
1611 ASC_ISR_CALLBACK isr_callback;
1612 ASC_EXE_CALLBACK exe_callback;
1613 ASC_SCSI_BIT_ID_TYPE init_sdtr;
1614 ASC_SCSI_BIT_ID_TYPE sdtr_done;
1615 ASC_SCSI_BIT_ID_TYPE use_tagged_qng;
1616 ASC_SCSI_BIT_ID_TYPE unit_not_ready;
1617 ASC_SCSI_BIT_ID_TYPE queue_full_or_busy;
1618 ASC_SCSI_BIT_ID_TYPE start_motor;
1619 uchar scsi_reset_wait;
1620 uchar chip_no;
1621 char is_in_int;
1622 uchar max_total_qng;
1623 uchar cur_total_qng;
1624 uchar in_critical_cnt;
1625 uchar irq_no;
1626 uchar last_q_shortage;
1627 ushort init_state;
1628 uchar cur_dvc_qng[ASC_MAX_TID + 1];
1629 uchar max_dvc_qng[ASC_MAX_TID + 1];
1630 ASC_SCSI_Q *scsiq_busy_head[ASC_MAX_TID + 1];
1631 ASC_SCSI_Q *scsiq_busy_tail[ASC_MAX_TID + 1];
1632 uchar sdtr_period_tbl[ASC_MAX_SYN_XFER_NO];
1633 ASC_DVC_CFG *cfg;
1634 ASC_SCSI_BIT_ID_TYPE pci_fix_asyn_xfer_always;
1635 char redo_scam;
1636 ushort res2;
1637 uchar dos_int13_table[ASC_MAX_TID + 1];
1638 ASC_DCNT max_dma_count;
1639 ASC_SCSI_BIT_ID_TYPE no_scam;
1640 ASC_SCSI_BIT_ID_TYPE pci_fix_asyn_xfer;
1641 uchar max_sdtr_index;
1642 uchar host_init_sdtr_index;
1643 struct asc_board *drv_ptr;
1644 ASC_DCNT uc_break;
4064 ASC_DVC_VAR asc_dvc_var; /* Narrow board */ member