Home
last modified time | relevance | path

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

/trueos/sys/dev/isp/
HDisp_freebsd.c1140 SLIST_INIT(&tptr->inots); in create_lun_state()
1175 ccb = (union ccb *)SLIST_FIRST(&tptr->inots); in destroy_lun_state()
1177 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in destroy_lun_state()
3101 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_notify_fc()
3105 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_notify_fc()
3426 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_target_tmf()
3480 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_target_tmf()
5039 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
5045 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
HDisp_freebsd.h170 struct ccb_hdr_slist inots; member
/trueos/sys/dev/mpt/
HDmpt.h381 struct mpt_hdr_stailq inots; member
HDmpt_cam.c3639 STAILQ_INSERT_TAIL(&trtp->inots, &ccb->ccb_h, in mpt_action()
4546 lp = &trtp->inots; in mpt_abort_target_ccb()
4768 inot = (struct ccb_immediate_notify *) STAILQ_FIRST(&trtp->inots); in mpt_scsi_tgt_tsk_mgmt()
4774 STAILQ_REMOVE_HEAD(&trtp->inots, sim_links.stqe); in mpt_scsi_tgt_tsk_mgmt()
HDmpt.c2280 STAILQ_INIT(&mpt->trt[val].inots); in mpt_core_attach()
2283 STAILQ_INIT(&mpt->trt_wildcard.inots); in mpt_core_attach()