Home
last modified time | relevance | path

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

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