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

/freebsd-11.0-release/sys/dev/isp/
H A Dispmbox.h693 #define RQCS_RV 0x0100 /* FCP Response Length Valid */ macro
H A Disp.c5364 if (IS_24XX(isp) && (scsi_status & (RQCS_RV|RQCS_SV)) != 0) {
5367 } else if (IS_FC(isp) && (scsi_status & RQCS_RV) != 0) {
6667 sv_marked = (sp->req_scsi_status & (RQCS_SV|RQCS_RV)) != 0;

Completed in 175 milliseconds