Lines Matching refs:inot

1483 	in_fcentry_24xx_t *inot;
1487 inot = (in_fcentry_24xx_t *)atp->srr;
1488 srr_off = inot->in_srr_reloff_lo | (inot->in_srr_reloff_hi << 16);
1501 switch (inot->in_srr_iu) {
1533 isp_prt(isp, ISP_LOGWARN, "Got an unknown information (%x) SRR- dropping", inot->in_srr_iu);
1542 if (isp_notify_ack(isp, inot)) {
1549 inot->in_reserved = 1;
1550 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot);
1556 if (isp_notify_ack(isp, inot)) {
1581 in_fcentry_24xx_t *inot = notify->nt_lreserved;
1589 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot);
1593 memcpy(atp->srr, inot, sizeof (atp->srr));
1595 inot->in_rxid, inot->in_flags, inot->in_srr_iu,
1596 ((uint32_t)inot->in_srr_reloff_hi << 16) | inot->in_srr_reloff_lo);
1783 struct ccb_immediate_notify *inot;
1809 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots);
1810 if (inot == NULL) {
1815 inot->ccb_h.target_id = ISP_MAX_TARGETS(isp);
1816 inot->ccb_h.target_lun = lun;
1819 inot->initiator_id = CAM_TARGET_WILDCARD;
1821 inot->initiator_id = FC_PORTDB_TGT(isp, notify->nt_channel, lp);
1823 inot->seq_id = notify->nt_tagval;
1824 inot->tag_id = notify->nt_tagval >> 32;
1828 isp_target_mark_aborted_early(isp, notify->nt_channel, tptr, inot->tag_id);
1829 inot->arg = MSG_ABORT_TASK;
1833 inot->arg = MSG_ABORT_TASK_SET;
1836 inot->arg = MSG_CLEAR_ACA;
1839 inot->arg = MSG_CLEAR_TASK_SET;
1842 inot->arg = MSG_LOGICAL_UNIT_RESET;
1845 inot->arg = MSG_TARGET_RESET;
1848 inot->arg = MSG_QUERY_TASK_SET;
1851 inot->arg = MSG_QUERY_ASYNC_EVENT;
1872 ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, inot->ccb_h.path, "Take FREE INOT\n");
1873 inot->ccb_h.status = CAM_MESSAGE_RECV;
1874 xpt_done((union ccb *)inot);
3117 void *inot;
3119 inot = va_arg(ap, void *);
3121 if (isp_notify_ack(isp, inot)) {
3125 memcpy(tp->data, inot, sizeof (tp->data));