Searched refs:notify_cam (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/dev/isp/ |
| HD | isp_freebsd.c | 2076 int sentstatus = 0, ok = 0, notify_cam = 0, failure = 0; in isp_handle_platform_ctio() local 2130 notify_cam = (ct->ct_header.rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0; in isp_handle_platform_ctio() 2135 …notify_cam, ct->ct_nphdl, ct->ct_flags, (ccb->ccb_h.status & CAM_SENT_SENSE) != 0, resid, sentstat… in isp_handle_platform_ctio() 2152 notify_cam = (ct->ct_header.rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0; in isp_handle_platform_ctio() 2157 …notify_cam, ct->ct_status, ct->ct_flags, (ccb->ccb_h.status & CAM_SENT_SENSE) != 0, resid, sentsta… in isp_handle_platform_ctio() 2169 notify_cam = 1; in isp_handle_platform_ctio() 2182 …(sentstatus)? " FINAL " : "MIDTERM ", atp->tag, ok, notify_cam, atp->sendst, (ccb->ccb_h.flags & … in isp_handle_platform_ctio() 2183 if (notify_cam == 0) { in isp_handle_platform_ctio()
|