HomeSort by: relevance | last modified time | path
    Searched refs:mpt_prt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mpt.c 173 mpt_prt(mpt, "Device not running");
201 mpt_prt(mpt, "soft reset");
206 mpt_prt(mpt, "soft reset failed: device not running");
215 mpt_prt(mpt, "soft reset failed: doorbell wedged");
223 mpt_prt(mpt, "soft reset failed: ack timeout");
229 mpt_prt(mpt, "soft reset failed: device did not start running");
243 mpt_prt(mpt, "hard reset");
282 mpt_prt(mpt, "failed to reset device");
330 mpt_prt(mpt, "Send Request %d (%#" PRIxBUSADDR "):",
332 mpt_prt(mpt, "%08x %08x %08x %08x"
    [all...]
mpt_netbsd.c 343 mpt_prt(mpt_softc_t *mpt, const char *fmt, ...) function in typeref:typename:void
397 mpt_prt(mpt, "recovered from command timeout");
409 mpt_prt(mpt, "mpt_timeout: recovered %d commands",nrepl);
418 mpt_prt(mpt,
422 mpt_prt(mpt, "Status 0x%08x, Mask 0x%08x, Doorbell 0x%08x",
426 mpt_prt(mpt, "request state: %s", mpt_req_state(req->debug));
444 mpt_prt(mpt, "soft reset failed");
480 mpt_prt(mpt, "re-queued %d requests", nreq);
484 mpt_prt(mpt, "restart succeeded");
506 mpt_prt(mpt, "context %u reply OK", reply)
    [all...]
mpt_netbsd.h 256 void mpt_prt(mpt_softc_t *, const char *, ...) __printflike(2, 3);

Completed in 12 milliseconds