Searched defs:mrsas_softc (Results 1 – 1 of 1) sorted by relevance
3433 struct mrsas_softc { struct3434 device_t mrsas_dev;3435 struct cdev *mrsas_cdev;3436 struct intr_config_hook mrsas_ich;3437 struct cdev *mrsas_linux_emulator_cdev;3438 uint16_t device_id;3439 struct resource *reg_res;3440 int reg_res_id;3441 bus_space_tag_t bus_tag;3442 bus_space_handle_t bus_handle;[all …]