Searched refs:inots (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/sys/dev/isp/ |
| HD | isp_freebsd.c | 838 SLIST_INIT(&tptr->inots); in create_lun_state() 857 while ((ccb = (union ccb *)SLIST_FIRST(&tptr->inots)) != NULL) { in destroy_lun_state() 858 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in destroy_lun_state() 1809 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_target_tmf() 1871 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_target_tmf() 2336 SLIST_FOREACH(sccb, &tptr->inots, sim_links.sle) { in isp_abort_inot() 2339 SLIST_REMOVE(&tptr->inots, sccb, ccb_hdr, sim_links.sle); in isp_abort_inot() 2486 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
|
| HD | isp_freebsd.h | 154 struct ccb_hdr_slist inots; member
|
| /freebsd-head/sys/dev/mpt/ |
| HD | mpt.h | 377 struct mpt_hdr_stailq inots; member
|
| HD | mpt_cam.c | 3652 STAILQ_INSERT_TAIL(&trtp->inots, &ccb->ccb_h, in mpt_action() 4549 lp = &trtp->inots; in mpt_abort_target_ccb() 4765 inot = (struct ccb_immediate_notify *) STAILQ_FIRST(&trtp->inots); in mpt_scsi_tgt_tsk_mgmt() 4771 STAILQ_REMOVE_HEAD(&trtp->inots, sim_links.stqe); in mpt_scsi_tgt_tsk_mgmt()
|
| HD | mpt.c | 2271 STAILQ_INIT(&mpt->trt[val].inots); in mpt_core_attach() 2274 STAILQ_INIT(&mpt->trt_wildcard.inots); in mpt_core_attach()
|