Searched refs:ISP_LOGERR (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Disp.c305 isp_prt(isp, ISP_LOGERR,
330 isp_prt(isp, ISP_LOGERR,
452 isp_prt(isp, ISP_LOGERR, "DMA Failed to Stop on Reset");
471 isp_prt(isp, ISP_LOGERR, "Failed to come out of reset");
549 isp_prt(isp, ISP_LOGERR, "reset didn't clear");
641 isp_prt(isp, ISP_LOGERR, "MBOX_BUSY never cleared on reset");
660 isp_prt(isp, ISP_LOGERR, "NOP command failed (%x)", mbs.param[0]);
691 isp_prt(isp, ISP_LOGERR, "Register Test Failed at Register %d: should have 0x%04x but got 0x%04x", i, patterns[i], mbs.param[i]);
716 isp_prt(isp, ISP_LOGERR, "Cannot setup DMA");
767 isp_prt(isp, ISP_LOGERR, "
[all...]
H A Disp_pci.c462 isp->isp_dblev = ISP_LOGWARN|ISP_LOGERR;
1095 isp_prt(isp, ISP_LOGERR, "RISC paused at interrupt (%x->%x)", hccr, ISP_READ(isp, HCCR));
1098 isp_prt(isp, ISP_LOGERR, "unknown interrupt 0x%x\n", r2hisr);
1143 isp_prt(isp, ISP_LOGERR, "unknown interrupt 0x%x\n", r2hisr);
1269 isp_prt(isp, ISP_LOGERR, "SXP_BLOCK read at 0x%x", regoff);
1272 isp_prt(isp, ISP_LOGERR, "RISC_BLOCK read at 0x%x", regoff);
1275 isp_prt(isp, ISP_LOGERR, "DMA_BLOCK read at 0x%x", regoff);
1278 isp_prt(isp, ISP_LOGERR, "unknown block read at 0x%x", regoff);
1309 isp_prt(isp, ISP_LOGERR, "unknown register read at 0x%x",
1330 isp_prt(isp, ISP_LOGERR, "SXP_BLOC
[all...]
H A Disp_sbus.c279 isp->isp_dblev = ISP_LOGWARN|ISP_LOGERR;
437 isp_prt(isp, ISP_LOGERR, "could not create master dma tag");
449 isp_prt(isp, ISP_LOGERR, "cannot create request DMA tag");
454 isp_prt(isp, ISP_LOGERR, "cannot allocate request DMA memory");
462 isp_prt(isp, ISP_LOGERR, "error loading request DMA map %d", im.error);
477 isp_prt(isp, ISP_LOGERR, "cannot create response DMA tag");
482 isp_prt(isp, ISP_LOGERR, "cannot allocate response DMA memory");
490 isp_prt(isp, ISP_LOGERR, "error loading response DMA map %d", im.error);
510 isp_prt(isp, ISP_LOGERR,
646 isp_prt(isp, ISP_LOGERR,
[all...]
H A Disp_target.c275 isp_prt(isp, ISP_LOGERR, "%s: unknown entry type 0x%x", __func__, type);
348 isp_prt(isp, ISP_LOGERR, "%s: Unknown type 0x%x", __func__, etype);
597 isp_prt(isp, ISP_LOGERR, "%s: unknown event 0x%x", __func__, event);
827 isp_prt(isp, ISP_LOGERR, "%s: called for non-24XX card", __func__);
832 isp_prt(isp, ISP_LOGERR, "%s: called for non-ABTS entry (0x%x)", __func__, abts->abts_header.rqs_entry_type);
963 isp_prt(isp, ISP_LOGERR, "rejected ATIO2 for disabled lun %x", lun);
971 isp_prt(isp, ISP_LOGERR, "rejected ATIO2 for lun %x- command count overflow", lun);
984 isp_prt(isp, ISP_LOGERR, atiocope, lun, 0);
1020 isp_prt(isp, ISP_LOGERR, atior, lun, iid, 0);
1025 isp_prt(isp, ISP_LOGERR, "Unknow
[all...]
H A Disp_freebsd.c622 isp_prt(isp, ISP_LOGERR,
633 isp_prt(isp, ISP_LOGERR,
646 isp_prt(isp, ISP_LOGERR,
1123 ISP_PATH_PRT(isp, ISP_LOGERR, ccb->ccb_h.path, "a data transfer length of zero but no status to send is wrong\n");
1132 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] cannot find private data adjunct in %s", __func__, cso->tag_id, __func__);
1143 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] not sending a CTIO for a dead command", __func__, cso->tag_id);
1154 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] stopping sending a CTIO because we're no longer in target mode", __func__, cso->tag_id);
1221 isp_prt(isp, ISP_LOGERR,
2058 isp_prt(isp, ISP_LOGERR, "%s: cannot find adjunct for %x in SRR Notify",
2106 isp_prt(isp, ISP_LOGERR, "
[all...]
H A Dispvar.h947 #define ISP_LOGERR 0x8 /* log error messages */ macro
H A Disp_library.c313 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x", __func__, handle);
340 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x", __func__, handle);

Completed in 123 milliseconds