Searched refs:TWS_TRACE (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/tws/ |
H A D | tws_services.h | 72 #define TWS_TRACE(sc, desc, val1, val2) \ macro 76 #define TWS_TRACE(sc, desc, val1, val2) macro
|
H A D | tws.c | 206 TWS_TRACE(sc, "BIG endian", 0, 0); in tws_attach() 318 TWS_TRACE(sc, "bus irq res", 0, 0); in tws_attach() 327 TWS_TRACE(sc, "bus release ", 0, sc->mfa_res_id); in tws_attach() 332 TWS_TRACE(sc, "bus release2 ", 0, sc->reg_res_id); in tws_attach() 376 TWS_TRACE(sc, "bus release irq resource", in tws_detach() 397 TWS_TRACE(sc, "bus release mem resource", 0, sc->mfa_res_id); in tws_detach() 402 TWS_TRACE(sc, "bus release mem resource", 0, sc->reg_res_id); in tws_detach() 487 TWS_TRACE(sc, "pci alloc msi fail", 0, messages); in tws_setup_irq()
|
H A D | tws_services.c | 384 TWS_TRACE(sc, "reqs(in, out)", sc->stats.reqs_in, sc->stats.reqs_out); in tws_print_stats() 385 TWS_TRACE(sc, "reqs(err, intrs)", sc->stats.reqs_errored in tws_print_stats() 387 TWS_TRACE(sc, "reqs(ioctls, scsi)", sc->stats.ioctls in tws_print_stats()
|
H A D | tws_cam.c | 710 TWS_TRACE(sc, "cdb len too big", ccb_h->target_id, csio->cdb_len); in tws_execute_scsi() 920 TWS_TRACE(sc, "in progress", 0, error); in tws_map_request() 941 TWS_TRACE(sc, "SOMETHING BAD HAPPENED! error = %d\n", error, 0); in tws_dmamap_data_load_cbfn() 945 TWS_TRACE(sc, "not enough data segs", 0, nseg); in tws_dmamap_data_load_cbfn() 991 TWS_TRACE(sc, "64bit sg overflow", num_sgl_entries, 0); in tws_fill_sg_list() 1003 TWS_TRACE(sc, "32bit sg overflow", num_sgl_entries, 0); in tws_fill_sg_list() 1017 TWS_TRACE(sc, "32bit sg overflow", num_sgl_entries, 0); in tws_fill_sg_list() 1081 TWS_TRACE(sc, "attn error", 0, 0); in tws_intr_attn_error()
|
H A D | tws_hdm.c | 208 TWS_TRACE(sc, "unexpected req_id ", reqid, 0); in tws_init_connect() 209 TWS_TRACE(sc, "INITCONNECT FAILED", reqid, 0); in tws_init_connect()
|