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

/freebsd-9.3-release/sys/dev/isp/
H A Disp_target.c877 uint8_t status = inp->in_status & ~QLTM_SVALID;
1251 * The firmware status (except for the QLTM_SVALID bit) indicates
1254 * If QLTM_SVALID is set, the firware has recommended Sense Data.
1262 switch (aep->at_status & ~QLTM_SVALID) {
1337 * The firmware status (except for the QLTM_SVALID bit) indicates
1340 * If QLTM_SVALID is set, the firware has recommended Sense Data.
1348 switch (aep->at_status & ~QLTM_SVALID) {
1420 switch (ct->ct_status & ~QLTM_SVALID) {
1517 isp_prt(isp, ISP_LOGERR, "Unknown CTIO status 0x%x", ct->ct_status & ~QLTM_SVALID);
1536 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_status & ~QLTM_SVALID);
[all...]
H A Disp_freebsd.c2211 * The firmware status (except for the QLTM_SVALID bit)
2214 * If QLTM_SVALID is set, the firmware has recommended Sense Data.
2220 if ((status & ~QLTM_SVALID) == AT_PHASE_ERROR) {
2230 if ((status & ~QLTM_SVALID) != AT_CDB) {
2289 if (status & QLTM_SVALID) {
2335 * The firmware status (except for the QLTM_SVALID bit)
2338 * If QLTM_SVALID is set, the firmware has recommended Sense Data.
2340 if ((aep->at_status & ~QLTM_SVALID) != AT_CDB) {
2961 ok = (ct->ct_status & ~QLTM_SVALID) == CT_OK;
2977 ok = (ct->ct_status & ~QLTM_SVALID)
[all...]
H A Dispmbox.h1647 #define QLTM_SVALID 0x80 macro

Completed in 97 milliseconds