Home
last modified time | relevance | path

Searched refs:sendstatus (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/isp/
H A Disp_freebsd.c940 int fctape, sendstatus, resid; in isp_target_start_ctio() local
1040 sendstatus = 1; in isp_target_start_ctio()
1042 sendstatus = 0; in isp_target_start_ctio()
1046 KASSERT((sendstatus != 0), ("how can you have CAM_SEND_SENSE w/o CAM_SEND_STATUS?")); in isp_target_start_ctio()
1078 if (xfrlen == 0 && !sendstatus) { in isp_target_start_ctio()
1108 if (sendstatus && xfrlen == 0) { in isp_target_start_ctio()
1208 if (sendstatus) { in isp_target_start_ctio()
/src/sys/dev/ocs_fc/
H A Docs_cam.c1724 bool sendstatus = ccb->ccb_h.flags & CAM_SEND_STATUS; in ocs_target_io() local
1762 if ((sendstatus && (xferlen == 0))) { in ocs_target_io()
1785 if (sendstatus) in ocs_target_io()
1826 if ((sendstatus && (xferlen == 0))) { in ocs_target_io()