Home
last modified time | relevance | path

Searched defs:i2o_controller (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Di2o.h519 struct i2o_controller { struct
520 char name[16];
521 int unit;
522 int type;
524 struct pci_dev *pdev; /* PCI device */
526 unsigned int promise:1; /* Promise controller */
527 unsigned int adaptec:1; /* DPT / Adaptec controller */
528 unsigned int raptor:1; /* split bar */
529 unsigned int no_quiesce:1; /* dont quiesce before reset */
530 unsigned int short_req:1; /* use small block sizes */
[all …]
/linux-3.3/drivers/scsi/dpt/
Ddpti_i2o.h88 struct i2o_controller struct
98 struct i2o_controller *next; /* Controller chain */ argument