Searched defs:dpt_cfg (Results 1 – 1 of 1) sorted by relevance
524 typedef struct dpt_cfg { struct525 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[all …]