Lines Matching refs:inot
1404 struct ccb_immediate_notify *inot;
1408 inot = &done_ccb->cin1;
1416 inot->ccb_h.io_ptr = io;
1417 io->io_hdr.nexus.initid = inot->initiator_id;
1421 CAM_EXTLUN_BYTE_SWIZZLE(inot->ccb_h.target_lun));
1423 io->io_hdr.nexus.targ_lun = inot->ccb_h.target_lun;
1426 io->taskio.tag_num = inot->seq_id;
1428 status = inot->ccb_h.status & CAM_STATUS_MASK;
1437 switch (inot->arg) {
1475 __func__, inot->arg);