Searched defs:i2o_controller (Results 1 – 2 of 2) sorted by relevance
520 struct i2o_controller { struct521 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 …]
88 struct i2o_controller struct98 struct i2o_controller *next; /* Controller chain */ argument