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