Home
last modified time | relevance | path

Searched refs:new_bus (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/cam/
H A Dcam_xpt.c4299 struct cam_eb *new_bus; in xpt_bus_register() local
4306 new_bus = kmalloc(sizeof(*new_bus), M_CAMXPT, M_INTWAIT); in xpt_bus_register()
4318 TAILQ_INIT(&new_bus->et_entries); in xpt_bus_register()
4319 new_bus->path_id = sim->path_id; in xpt_bus_register()
4320 new_bus->sim = sim; in xpt_bus_register()
4322 timevalclear(&new_bus->last_reset); in xpt_bus_register()
4323 new_bus->flags = 0; in xpt_bus_register()
4325 new_bus->generation = 0; in xpt_bus_register()
4326 new_bus->counted_to_config = 0; in xpt_bus_register()
4331 TAILQ_INSERT_BEFORE(old_bus, new_bus, links); in xpt_bus_register()
[all …]