Searched refs:TWS_TRACE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/dev/tws/
H A Dtws_services.h73 #define TWS_TRACE(sc, desc, val1, val2) \ macro
77 #define TWS_TRACE(sc, desc, val1, val2) macro
H A Dtws_services.c393 TWS_TRACE(sc, "reqs(in, out)", sc->stats.reqs_in, sc->stats.reqs_out);
394 TWS_TRACE(sc, "reqs(err, intrs)", sc->stats.reqs_errored
396 TWS_TRACE(sc, "reqs(ioctls, scsi)", sc->stats.ioctls
H A Dtws.c211 TWS_TRACE(sc, "BIG endian", 0, 0);
318 TWS_TRACE(sc, "bus irq res", 0, 0);
327 TWS_TRACE(sc, "bus release ", 0, sc->mfa_res_id);
332 TWS_TRACE(sc, "bus release2 ", 0, sc->reg_res_id);
376 TWS_TRACE(sc, "bus release irq resource",
390 TWS_TRACE(sc, "bus release mem resource", 0, sc->mfa_res_id);
395 TWS_TRACE(sc, "bus release mem resource", 0, sc->reg_res_id);
475 TWS_TRACE(sc, "pci alloc msi fail", 0, messages);
H A Dtws_cam.c733 TWS_TRACE(sc, "cdb len too big", ccb_h->target_id, csio->cdb_len);
945 TWS_TRACE(sc, "in progress", 0, error);
968 TWS_TRACE(sc, "SOMETHING BAD HAPPENED! error = %d\n", error, 0);
972 TWS_TRACE(sc, "not enough data segs", 0, nseg);
1020 TWS_TRACE(sc, "64bit sg overflow", num_sgl_entries, 0);
1032 TWS_TRACE(sc, "32bit sg overflow", num_sgl_entries, 0);
1046 TWS_TRACE(sc, "32bit sg overflow", num_sgl_entries, 0);
1114 TWS_TRACE(sc, "attn error", 0, 0);
H A Dtws_hdm.c211 TWS_TRACE(sc, "unexpected req_id ", reqid, 0);
212 TWS_TRACE(sc, "INITCONNECT FAILED", reqid, 0);

Completed in 54 milliseconds