Searched refs:TWS_TRACE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/tws/ |
| D | tws_services.h | 75 #define TWS_TRACE(sc, desc, val1, val2) \ macro 79 #define TWS_TRACE(sc, desc, val1, val2) macro
|
| D | tws.c | 214 TWS_TRACE(sc, "BIG endian", 0, 0); in tws_attach() 327 TWS_TRACE(sc, "bus irq res", 0, 0); in tws_attach() 336 TWS_TRACE(sc, "bus release ", 0, sc->mfa_res_id); in tws_attach() 341 TWS_TRACE(sc, "bus release2 ", 0, sc->reg_res_id); in tws_attach() 385 TWS_TRACE(sc, "bus release irq resource", in tws_detach() 406 TWS_TRACE(sc, "bus release mem resource", 0, sc->mfa_res_id); in tws_detach() 411 TWS_TRACE(sc, "bus release mem resource", 0, sc->reg_res_id); in tws_detach() 500 TWS_TRACE(sc, "pci alloc msi fail", 0, messages); in tws_setup_irq()
|
| D | tws_services.c | 395 TWS_TRACE(sc, "reqs(in, out)", sc->stats.reqs_in, sc->stats.reqs_out); in tws_print_stats() 396 TWS_TRACE(sc, "reqs(err, intrs)", sc->stats.reqs_errored in tws_print_stats() 398 TWS_TRACE(sc, "reqs(ioctls, scsi)", sc->stats.ioctls in tws_print_stats()
|
| D | tws_cam.c | 735 TWS_TRACE(sc, "cdb len too big", ccb_h->target_id, csio->cdb_len); in tws_execute_scsi() 948 TWS_TRACE(sc, "in progress", 0, error); in tws_map_request() 971 TWS_TRACE(sc, "SOMETHING BAD HAPPENED! error = %d\n", error, 0); in tws_dmamap_data_load_cbfn() 975 TWS_TRACE(sc, "not enough data segs", 0, nseg); in tws_dmamap_data_load_cbfn() 1023 TWS_TRACE(sc, "64bit sg overflow", num_sgl_entries, 0); in tws_fill_sg_list() 1035 TWS_TRACE(sc, "32bit sg overflow", num_sgl_entries, 0); in tws_fill_sg_list() 1049 TWS_TRACE(sc, "32bit sg overflow", num_sgl_entries, 0); in tws_fill_sg_list() 1117 TWS_TRACE(sc, "attn error", 0, 0); in tws_intr_attn_error()
|
| D | tws_hdm.c | 213 TWS_TRACE(sc, "unexpected req_id ", reqid, 0); in tws_init_connect() 214 TWS_TRACE(sc, "INITCONNECT FAILED", reqid, 0); in tws_init_connect()
|