Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Disp_target.c889 uint8_t status = inp->in_status & ~QLTM_SVALID; in isp_got_msg()
1256 * The firmware status (except for the QLTM_SVALID bit) indicates in isp_handle_atio()
1259 * If QLTM_SVALID is set, the firmware has recommended Sense Data. in isp_handle_atio()
1267 switch (aep->at_status & ~QLTM_SVALID) { in isp_handle_atio()
1342 * The firmware status (except for the QLTM_SVALID bit) indicates in isp_handle_atio2()
1345 * If QLTM_SVALID is set, the firmware has recommended Sense Data. in isp_handle_atio2()
1353 switch (aep->at_status & ~QLTM_SVALID) { in isp_handle_atio2()
1425 switch (ct->ct_status & ~QLTM_SVALID) { in isp_handle_ctio()
1522 isp_prt(isp, ISP_LOGERR, "Unknown CTIO status 0x%x", ct->ct_status & ~QLTM_SVALID); in isp_handle_ctio()
1541 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_status & ~QLTM_SVALID); in isp_handle_ctio()
[all...]
H A Dispmbox.h1655 #define QLTM_SVALID 0x80 macro