Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/isp/
HDisp_freebsd.c838 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()
HDisp_freebsd.h154 struct ccb_hdr_slist inots; member
/freebsd-head/sys/dev/mpt/
HDmpt.h377 struct mpt_hdr_stailq inots; member
HDmpt_cam.c3652 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()
HDmpt.c2271 STAILQ_INIT(&mpt->trt[val].inots); in mpt_core_attach()
2274 STAILQ_INIT(&mpt->trt_wildcard.inots); in mpt_core_attach()