Home
last modified time | relevance | path

Searched refs:TWS_TRACE_DEBUG (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/tws/
Dtws_hdm.c90 TWS_TRACE_DEBUG(sc, "entry", sc, sc->is64bit); in tws_init_ctlr()
94 TWS_TRACE_DEBUG(sc, "initConnect failed", 0, sc->is64bit); in tws_init_ctlr()
104 TWS_TRACE_DEBUG(sc, "host outbound cleanup",reg, regl); in tws_init_ctlr()
123 TWS_TRACE_DEBUG(sc, "entry", 0, sc->obfl_q_overrun); in tws_init_obfl_q()
153 TWS_TRACE_DEBUG(sc, "entry", 0, mcreadits); in tws_init_connect()
172 TWS_TRACE_DEBUG(sc, "no requests", 0, 0); in tws_init_connect()
250 TWS_TRACE_DEBUG(sc, "entry", sc, opcode); in tws_send_generic_cmd()
254 TWS_TRACE_DEBUG(sc, "no requests", 0, 0); in tws_send_generic_cmd()
314 TWS_TRACE_DEBUG(sc, "inbound fifo empty", mfa, 0); in tws_submit_command()
406 TWS_TRACE_DEBUG(sc, "invalid req_id", 0, req_id); in tws_poll4_response()
[all …]
Dtws_cam.c136 TWS_TRACE_DEBUG(sc, "entry", 0, sc); in tws_cam_attach()
148 TWS_TRACE_DEBUG(sc, "depths,ctlr,cam", tws_queue_depth, tws_cam_depth); in tws_cam_attach()
203 TWS_TRACE_DEBUG(sc, "entry", 0, 0); in tws_cam_detach()
219 TWS_TRACE_DEBUG(sc, "entry", sc, 0); in tws_bus_scan()
245 TWS_TRACE_DEBUG(sc, "execute scsi failed", 0, 0); in tws_action()
250 TWS_TRACE_DEBUG(sc, "abort i/o", 0, 0); in tws_action()
257 TWS_TRACE_DEBUG(sc, "reset bus", sim, ccb); in tws_action()
262 TWS_TRACE_DEBUG(sc, "set tran settings", sim, ccb); in tws_action()
270 TWS_TRACE_DEBUG(sc, "get tran settings", sim, ccb); in tws_action()
293 TWS_TRACE_DEBUG(sc, "calc geometry(ccb,block-size)", ccb, in tws_action()
[all …]
Dtws.c123 TWS_TRACE_DEBUG(sc, "entry", dev, oflags); in tws_open()
133 TWS_TRACE_DEBUG(sc, "entry", dev, fflag); in tws_close()
143 TWS_TRACE_DEBUG(sc, "entry", dev, ioflag); in tws_read()
153 TWS_TRACE_DEBUG(sc, "entry", dev, ioflag); in tws_write()
233 TWS_TRACE_DEBUG(sc, "bar0 ", bar, 0); in tws_attach()
236 TWS_TRACE_DEBUG(sc, "bar1 ", bar, 0); in tws_attach()
245 TWS_TRACE_DEBUG(sc, "bar2 ", sc->mfa_base, 0); in tws_attach()
310 TWS_TRACE_DEBUG(sc, "attached successfully", 0, sc->device_id); in tws_attach()
361 TWS_TRACE_DEBUG(sc, "entry", 0, 0); in tws_detach()
372 TWS_TRACE_DEBUG(sc, "turn-off-intr", reg, 0); in tws_detach()
[all …]
Dtws_user.c70 TWS_TRACE_DEBUG(sc, "entry", sc, cmd); in tws_ioctl()
77 TWS_TRACE_DEBUG(sc, "scan-bus", 0, 0); in tws_ioctl()
81 TWS_TRACE_DEBUG(sc, "ioctl-aen", cmd, buf); in tws_ioctl()
126 TWS_TRACE_DEBUG(sc, "datal,rid", req->length, req->request_id); in tws_passthru()
172 TWS_TRACE_DEBUG(sc, "msleep timeout", error, req->request_id); in tws_passthru()
180 TWS_TRACE_DEBUG(sc, "ioctl reset", error, req->request_id); in tws_passthru()
201 TWS_TRACE_DEBUG(sc, "errored", error, 0); in tws_passthru()
286 TWS_TRACE_DEBUG(sc, "not a valid event", sc, cmd); in tws_retrive_aen()
342 TWS_TRACE_DEBUG(sc, "get comp info", sc, cmd); in tws_ioctl_aen()
366 TWS_TRACE_DEBUG(sc, "not valid cmd", cmd, in tws_ioctl_aen()
Dtws_services.c325 TWS_TRACE_DEBUG(sc, "null req", 0, q_type); in tws_q_remove_request()
341 TWS_TRACE_DEBUG(sc, "invalid req", 0, q_type); in tws_q_remove_request()
354 TWS_TRACE_DEBUG(sc, "req not in q", 0, req->request_id); in tws_q_remove_request()
371 TWS_TRACE_DEBUG(sc, "entry",sc,mfa); in tws_find_sense_from_mfa()
380 TWS_TRACE_DEBUG(sc, "return null",0,mfa); in tws_find_sense_from_mfa()
Dtws_services.h67 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) \ macro
71 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) macro