Home
last modified time | relevance | path

Searched refs:in_task_flags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Disp_target.c977 isp_prt(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, loopid, inp->in_task_flags, inp->in_seqid); in isp_got_msg_fc()
982 if (inp->in_task_flags & TASK_FLAGS_ABORT_TASK_SET) { in isp_got_msg_fc()
985 } else if (inp->in_task_flags & TASK_FLAGS_CLEAR_TASK_SET) { in isp_got_msg_fc()
988 } else if (inp->in_task_flags & TASK_FLAGS_LUN_RESET) { in isp_got_msg_fc()
991 } else if (inp->in_task_flags & TASK_FLAGS_TARGET_RESET) { in isp_got_msg_fc()
994 } else if (inp->in_task_flags & TASK_FLAGS_CLEAR_ACA) { in isp_got_msg_fc()
998 isp_prt(isp, ISP_LOGWARN, f2, "task flag", inp->in_status, notify.nt_lun, loopid, inp->in_task_flags, inp->in_seqid); in isp_got_msg_fc()
1123 na->na_task_flags = inp->in_task_flags & TASK_FLAGS_RESERVED_MASK; in isp_notify_ack()
H A Dispmbox.h1734 uint16_t in_task_flags; member
1745 uint16_t in_task_flags; member
H A Disp_library.c3410 ISP_IOXPUT_16(isp, src->in_task_flags, &dst->in_task_flags); in isp_put_notify_fc()
3423 ISP_IOXPUT_16(isp, src->in_task_flags, &dst->in_task_flags); in isp_put_notify_fc_e()
3473 ISP_IOXGET_16(isp, &src->in_task_flags, dst->in_task_flags); in isp_get_notify_fc()
3486 ISP_IOXGET_16(isp, &src->in_task_flags, dst->in_task_flags); in isp_get_notify_fc_e()