Searched refs:ct_status (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/isp/
H A Disp_target.c589 ct->ct_status = CT_OK;
1047 switch (ct->ct_status & ~QLTM_SVALID) {
1137 isp_prt(isp, ISP_LOGERR, "Unknown CTIO2 status 0x%x", ct->ct_status & ~QLTM_SVALID);
1156 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_status & ~QLTM_SVALID);
H A Dispmbox.h2271 uint8_t ct_status; /* isp status */ member in struct:__anon1331
2311 * ct_status values
2367 uint16_t ct_status; /* isp status */ member in struct:__anon1332
2424 uint16_t ct_status; /* isp status */ member in struct:__anon1339
2480 * ct_status values are (mostly) the same as that for ct_entry.
H A Disp_freebsd.c2128 if (ct->ct_status == CT_SRR) {
2135 if (ct->ct_status == CT_HBA_RESET) {
2141 ok = (ct->ct_status & ~QLTM_SVALID) == CT_OK;
2147 notify_cam, ct->ct_status, ct->ct_flags, (ccb->ccb_h.status & CAM_SENT_SENSE) != 0, resid, sentstatus? "FIN" : "MID");
H A Disp_library.c645 ctio->ct_status = CT_HBA_RESET;
2772 ISP_IOXGET_16(isp, &src->ct_status, dst->ct_status);
2833 ISP_IOXGET_16(isp, &src->ct_status, dst->ct_status);

Completed in 175 milliseconds