Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isp/
H A Disp_target.c960 switch (aep->at_status & ~QLTM_SVALID) { in isp_handle_atio2()
1049 switch (ct->ct_status & ~QLTM_SVALID) { in isp_handle_ctio2()
1139 isp_prt(isp, ISP_LOGERR, "Unknown CTIO2 status 0x%x", ct->ct_status & ~QLTM_SVALID); in isp_handle_ctio2()
1158 …p, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_status & ~QLTM_SVALID); in isp_handle_ctio2()
H A Dispmbox.h1799 #define QLTM_SVALID 0x80 macro
H A Disp_freebsd.c1658 if ((aep->at_status & ~QLTM_SVALID) != AT_CDB) { in isp_handle_platform_atio2()
2153 ok = (ct->ct_status & ~QLTM_SVALID) == CT_OK; in isp_handle_platform_ctio()