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

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c921 int fctape, sendstatus, resid; local
929 isp_prt(isp, ISP_LOGTDEBUG0, "%s: ENTRY[0x%x] how %u xfrlen %u sendstatus %d sense_len %u", __func__, ccb->csio.tag_id, how, ccb->csio.dxfer_len,
1021 sendstatus = 1;
1023 sendstatus = 0;
1027 KASSERT((sendstatus != 0), ("how can you have CAM_SEND_SENSE w/o CAM_SEND_STATUS?"));
1059 if (xfrlen == 0 && !sendstatus) {
1089 if (sendstatus && xfrlen == 0) {
1189 if (sendstatus) {
/freebsd-current/sys/dev/ocs_fc/
H A Docs_cam.c1724 bool sendstatus = ccb->ccb_h.flags & CAM_SEND_STATUS; local
1762 if ((sendstatus && (xferlen == 0))) {
1785 if (sendstatus)
1814 device_printf(ocs->dev, "%s: Wrong value xfer and sendstatus"
1826 if ((sendstatus && (xferlen == 0))) {

Completed in 185 milliseconds