Searched defs:cam_ed (Results 1 – 1 of 1) sorted by relevance
95 struct cam_ed { struct97 TAILQ_ENTRY(cam_ed) links; argument98 struct cam_et *target;99 struct cam_sim *sim;100 lun_id_t lun_id;101 struct cam_ccbq ccbq; /* Queue of pending ccbs */102 struct async_list asyncs; /* Async callback info for this B/T/L */103 struct periph_list periphs; /* All attached devices */104 u_int generation; /* Generation number */105 void *quirk; /* Oddities about this device */[all …]