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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_cam.c1472 cam_status ccb_status= CAM_REQ_CMP_ERR; local
1492 ccb_status = CAM_SCSI_STATUS_ERROR;
1500 ccb_status = CAM_REQ_CMP;
1503 ccb_status = CAM_DATA_RUN_ERR;
1522 ccb_status = CAM_REQ_CMP_ERR;
1523 ocs_set_ccb_status(ccb, ccb_status);
1528 ccb_status = CAM_REQ_CMP;
1531 ocs_set_ccb_status(ccb, ccb_status);
/freebsd-12-stable/usr.sbin/camdd/
H A Dcamdd.c1793 cam_status ccb_status; local
1795 ccb_status = ccb->ccb_h.status & CAM_STATUS_MASK;
1799 switch (ccb_status) {
2203 cam_status ccb_status; local
2225 ccb_status = ccb.ccb_h.status & CAM_STATUS_MASK;
2226 if (ccb_status != CAM_REQ_CMP) {

Completed in 198 milliseconds