Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDisp_freebsd.h115 struct ccb_hdr_slist inots; member
HDisp_freebsd.c1071 SLIST_INIT(&tptr->inots); in create_lun_state()
2567 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_notify_fc()
2571 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_notify_fc()
2870 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_target_tmf()
2924 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_target_tmf()
4462 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
4467 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
/dragonfly/sys/dev/disk/mpt/
HDmpt.h370 struct mpt_hdr_stailq inots; member
HDmpt_cam.c3703 STAILQ_INSERT_TAIL(&trtp->inots, &ccb->ccb_h, in mpt_action()
4640 lp = &trtp->inots; in mpt_abort_target_ccb()
4862 inot = (struct ccb_immed_notify *) STAILQ_FIRST(&trtp->inots); in mpt_scsi_tgt_tsk_mgmt()
4868 STAILQ_REMOVE_HEAD(&trtp->inots, sim_links.stqe); in mpt_scsi_tgt_tsk_mgmt()
HDmpt.c2278 STAILQ_INIT(&mpt->trt[val].inots); in mpt_core_attach()
2281 STAILQ_INIT(&mpt->trt_wildcard.inots); in mpt_core_attach()