Lines Matching defs:asc_dvc_cfg
1557 typedef struct asc_dvc_cfg { struct
1558 ASC_SCSI_BIT_ID_TYPE can_tagged_qng;
1559 ASC_SCSI_BIT_ID_TYPE cmd_qng_enabled;
1560 ASC_SCSI_BIT_ID_TYPE disc_enable;
1561 ASC_SCSI_BIT_ID_TYPE sdtr_enable;
1562 uchar chip_scsi_id;
1563 uchar isa_dma_speed;
1564 uchar isa_dma_channel;
1565 uchar chip_version;
1566 ushort pci_device_id;
1567 ushort lib_serial_no;
1568 ushort lib_version;
1569 ushort mcode_date;
1570 ushort mcode_version;
1571 uchar max_tag_qng[ASC_MAX_TID + 1];
1572 uchar *overrun_buf;
1573 uchar sdtr_period_offset[ASC_MAX_TID + 1];
1574 ushort pci_slot_info;
1575 uchar adapter_info[6];
4068 ASC_DVC_CFG asc_dvc_cfg; /* Narrow board */ member