Searched refs:sentstatus (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c1586 int sentstatus = 0, ok = 0, notify_cam = 0, failure = 0; local
1627 sentstatus = (ccb->ccb_h.flags & CAM_SEND_STATUS) &&
1631 sentstatus = ct->ct_flags & CT7_SENDSTATUS;
1638 notify_cam, ct->ct_nphdl, ct->ct_flags, (ccb->ccb_h.status & CAM_SENT_SENSE) != 0, resid, sentstatus? "FIN" : "MID");
1645 if (sentstatus && (ccb->ccb_h.flags & CAM_SEND_SENSE))
1662 (sentstatus)? " FINAL " : "MIDTERM ", atp->tag, ok, notify_cam, atp->sendst, (ccb->ccb_h.flags & CAM_SEND_STATUS) != 0);
1674 if (ok && sentstatus)

Completed in 66 milliseconds