Home
last modified time | relevance | path

Searched refs:inot (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_target.c723 uint8_t *ptr = (uint8_t *)inot; in isp_handle_notify_24xx()
728 nphdl = inot->in_nphdl; in isp_handle_notify_24xx()
730 portid = inot->in_portid_hi << 16 | inot->in_portid_lo; in isp_handle_notify_24xx()
741 __func__, inot->in_status, chan); in isp_handle_notify_24xx()
746 switch (inot->in_status) { in isp_handle_notify_24xx()
755 switch (inot->in_status_subcode) { in isp_handle_notify_24xx()
773 prli_options = inot->in_prli_options; in isp_handle_notify_24xx()
791 inot->in_status_subcode); in isp_handle_notify_24xx()
803 portid, inot->in_rxid, inot->in_oxid); in isp_handle_notify_24xx()
843 notify.nt_tagval = inot->in_rxid; in isp_handle_notify_24xx()
[all …]
H A Disp_freebsd.c1464 in_fcentry_24xx_t *inot; in isp_handle_srr_start() local
1469 srr_off = inot->in_srr_reloff_lo | (inot->in_srr_reloff_hi << 16); in isp_handle_srr_start()
1482 switch (inot->in_srr_iu) { in isp_handle_srr_start()
1530 inot->in_reserved = 1; in isp_handle_srr_start()
1576 inot->in_rxid, inot->in_flags, inot->in_srr_iu, in isp_handle_platform_srr()
1577 ((uint32_t)inot->in_srr_reloff_hi << 16) | inot->in_srr_reloff_lo); in isp_handle_platform_srr()
1815 if (inot == NULL) { in isp_handle_platform_target_tmf()
1834 inot->arg = MSG_ABORT_TASK; in isp_handle_platform_target_tmf()
1841 inot->arg = MSG_CLEAR_ACA; in isp_handle_platform_target_tmf()
3112 void *inot; in isp_async() local
[all …]
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c368 struct ccb_immediate_notify *inot; in init_ccbs() local
385 inot = (struct ccb_immediate_notify *)malloc(sizeof(*inot)); in init_ccbs()
386 if (inot == NULL) { in init_ccbs()
391 send_ccb((union ccb *)inot, /*priority*/1); in init_ccbs()
775 work_inot(struct ccb_immediate_notify *inot) in work_inot() argument
780 warnx("Working on INOT %p", inot); in work_inot()
782 status = inot->ccb_h.status; in work_inot()
795 switch (inot->arg) { in work_inot()
806 warnx("INOT message %#x", inot->arg); in work_inot()
811 warnx("INOT %p aborted", inot); in work_inot()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_cam.c707 inot = (struct ccb_immediate_notify *)STAILQ_FIRST(&trsrc->inot); in ocs_scsi_recv_tmf()
710 if (!inot) { in ocs_scsi_recv_tmf()
727 inot->tag_id = tmfio->tag; in ocs_scsi_recv_tmf()
728 inot->seq_id = tmfio->tag; in ocs_scsi_recv_tmf()
752 STAILQ_INSERT_TAIL(&trsrc->inot, &inot->ccb_h, sim_links.stqe); in ocs_scsi_recv_tmf()
777 STAILQ_INSERT_TAIL(&trsrc->inot, &inot->ccb_h, sim_links.stqe); in ocs_scsi_recv_tmf()
785 __func__, inot->ccb_h.func_code, inot->ccb_h.status, in ocs_scsi_recv_tmf()
786 inot->ccb_h.target_id, in ocs_scsi_recv_tmf()
787 (unsigned int)inot->ccb_h.target_lun, inot->ccb_h.flags, in ocs_scsi_recv_tmf()
788 inot->tag_id, inot->seq_id, inot->initiator_id, in ocs_scsi_recv_tmf()
[all …]
H A Docs_cam.h50 ocs_hdr_list_t inot; member
/freebsd/sys/cam/scsi/
H A Dscsi_targ_bh.c307 struct ccb_immediate_notify *inot; in targbhenlun() local
309 inot = (struct ccb_immediate_notify*)malloc(sizeof(*inot), in targbhenlun()
312 if (inot == NULL) { in targbhenlun()
317 xpt_setup_ccb(&inot->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun()
318 inot->ccb_h.func_code = XPT_IMMEDIATE_NOTIFY; in targbhenlun()
319 inot->ccb_h.cbfcnp = targbhdone; in targbhenlun()
320 SLIST_INSERT_HEAD(&softc->immed_notify_slist, &inot->ccb_h, in targbhenlun()
322 xpt_action((union ccb *)inot); in targbhenlun()
323 status = inot->ccb_h.status; in targbhenlun()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c1404 struct ccb_immediate_notify *inot; in ctlfedone() local
1408 inot = &done_ccb->cin1; in ctlfedone()
1416 inot->ccb_h.io_ptr = io; in ctlfedone()
1417 io->io_hdr.nexus.initid = inot->initiator_id; in ctlfedone()
1421 CAM_EXTLUN_BYTE_SWIZZLE(inot->ccb_h.target_lun)); in ctlfedone()
1423 io->io_hdr.nexus.targ_lun = inot->ccb_h.target_lun; in ctlfedone()
1426 io->taskio.tag_num = inot->seq_id; in ctlfedone()
1428 status = inot->ccb_h.status & CAM_STATUS_MASK; in ctlfedone()
1437 switch (inot->arg) { in ctlfedone()
1475 __func__, inot->arg); in ctlfedone()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c4761 if (inot == NULL) { in mpt_scsi_tgt_tsk_mgmt()
4772 inot->tag_id = tgt->tag_id; in mpt_scsi_tgt_tsk_mgmt()
4773 inot->seq_id = 0; in mpt_scsi_tgt_tsk_mgmt()
4780 inot->arg = MSG_QUERY_TASK_SET; in mpt_scsi_tgt_tsk_mgmt()
4783 inot->arg = MSG_ABORT_TASK_SET; in mpt_scsi_tgt_tsk_mgmt()
4786 inot->arg = MSG_CLEAR_TASK_SET; in mpt_scsi_tgt_tsk_mgmt()
4795 inot->arg = MSG_TARGET_RESET; in mpt_scsi_tgt_tsk_mgmt()
4798 inot->arg = MSG_CLEAR_ACA; in mpt_scsi_tgt_tsk_mgmt()
4801 inot->arg = MSG_NOOP; in mpt_scsi_tgt_tsk_mgmt()
4804 tgt->ccb = (union ccb *) inot; in mpt_scsi_tgt_tsk_mgmt()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td10 // arithmetic. These instructions are inot currently used for code generation,
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c6315 struct ccb_immediate_notify *inot; in ahc_send_lstate_events() local
6323 inot = (struct ccb_immediate_notify *)ccbh; in ahc_send_lstate_events()
6330 inot->arg = event->event_type; in ahc_send_lstate_events()
6331 inot->seq_id = event->event_arg; in ahc_send_lstate_events()
6334 inot->initiator_id = event->initiator_id; in ahc_send_lstate_events()
6335 xpt_done((union ccb *)inot); in ahc_send_lstate_events()
H A Daic79xx.c8486 struct ccb_immediate_notify *inot; in ahd_send_lstate_events() local
8494 inot = (struct ccb_immediate_notify *)ccbh; in ahd_send_lstate_events()
8501 inot->arg = event->event_type; in ahd_send_lstate_events()
8502 inot->seq_id = event->event_arg; in ahd_send_lstate_events()
8505 inot->initiator_id = event->initiator_id; in ahd_send_lstate_events()
8506 xpt_done((union ccb *)inot); in ahd_send_lstate_events()
/freebsd/sys/dev/firewire/
H A Dsbp_targ.c529 struct ccb_immediate_notify *inot; in sbp_targ_send_lstate_events()