/freebsd/sys/dev/tws/ |
H A D | tws_hdm.c | 86 TWS_TRACE_DEBUG(sc, "entry", sc, sc->is64bit); in tws_init_ctlr() 90 TWS_TRACE_DEBUG(sc, "initConnect failed", 0, sc->is64bit); in tws_init_ctlr() 99 TWS_TRACE_DEBUG(sc, "host outbound cleanup",reg, regl); in tws_init_ctlr() 118 TWS_TRACE_DEBUG(sc, "entry", 0, sc->obfl_q_overrun); in tws_init_obfl_q() 148 TWS_TRACE_DEBUG(sc, "entry", 0, mcreadits); in tws_init_connect() 167 TWS_TRACE_DEBUG(sc, "no requests", 0, 0); in tws_init_connect() 245 TWS_TRACE_DEBUG(sc, "entry", sc, opcode); in tws_send_generic_cmd() 249 TWS_TRACE_DEBUG(sc, "no requests", 0, 0); in tws_send_generic_cmd() 308 TWS_TRACE_DEBUG(sc, "inbound fifo empty", mfa, 0); in tws_submit_command() 392 TWS_TRACE_DEBUG(sc, "invalid req_id", 0, req_id); in tws_poll4_response() [all …]
|
H A D | tws_cam.c | 128 TWS_TRACE_DEBUG(sc, "entry", 0, sc); in tws_cam_attach() 140 TWS_TRACE_DEBUG(sc, "depths,ctlr,cam", tws_queue_depth, tws_cam_depth); in tws_cam_attach() 191 TWS_TRACE_DEBUG(sc, "entry", 0, 0); in tws_cam_detach() 207 TWS_TRACE_DEBUG(sc, "entry", sc, 0); in tws_bus_scan() 232 TWS_TRACE_DEBUG(sc, "execute scsi failed", 0, 0); in tws_action() 237 TWS_TRACE_DEBUG(sc, "abort i/o", 0, 0); in tws_action() 244 TWS_TRACE_DEBUG(sc, "reset bus", sim, ccb); in tws_action() 249 TWS_TRACE_DEBUG(sc, "set tran settings", sim, ccb); in tws_action() 257 TWS_TRACE_DEBUG(sc, "get tran settings", sim, ccb); in tws_action() 275 TWS_TRACE_DEBUG(sc, "calc geometry(ccb,block-size)", ccb, in tws_action() [all …]
|
H A D | tws.c | 116 TWS_TRACE_DEBUG(sc, "entry", dev, oflags); in tws_open() 126 TWS_TRACE_DEBUG(sc, "entry", dev, fflag); in tws_close() 136 TWS_TRACE_DEBUG(sc, "entry", dev, ioflag); in tws_read() 146 TWS_TRACE_DEBUG(sc, "entry", dev, ioflag); in tws_write() 224 TWS_TRACE_DEBUG(sc, "bar0 ", bar, 0); in tws_attach() 227 TWS_TRACE_DEBUG(sc, "bar1 ", bar, 0); in tws_attach() 236 TWS_TRACE_DEBUG(sc, "bar2 ", sc->mfa_base, 0); in tws_attach() 301 TWS_TRACE_DEBUG(sc, "attached successfully", 0, sc->device_id); in tws_attach() 352 TWS_TRACE_DEBUG(sc, "entry", 0, 0); in tws_detach() 363 TWS_TRACE_DEBUG(sc, "turn-off-intr", reg, 0); in tws_detach() [all …]
|
H A D | tws_user.c | 66 TWS_TRACE_DEBUG(sc, "entry", sc, cmd); in tws_ioctl() 73 TWS_TRACE_DEBUG(sc, "scan-bus", 0, 0); in tws_ioctl() 77 TWS_TRACE_DEBUG(sc, "ioctl-aen", cmd, buf); in tws_ioctl() 121 TWS_TRACE_DEBUG(sc, "datal,rid", req->length, req->request_id); in tws_passthru() 167 TWS_TRACE_DEBUG(sc, "msleep timeout", error, req->request_id); in tws_passthru() 175 TWS_TRACE_DEBUG(sc, "ioctl reset", error, req->request_id); in tws_passthru() 196 TWS_TRACE_DEBUG(sc, "errored", error, 0); in tws_passthru() 281 TWS_TRACE_DEBUG(sc, "not a valid event", sc, cmd); in tws_retrive_aen() 336 TWS_TRACE_DEBUG(sc, "get comp info", sc, cmd); in tws_ioctl_aen() 360 TWS_TRACE_DEBUG(sc, "not valid cmd", cmd, in tws_ioctl_aen()
|
H A D | tws_services.c | 316 TWS_TRACE_DEBUG(sc, "null req", 0, q_type); in tws_q_remove_request() 331 TWS_TRACE_DEBUG(sc, "invalid req", 0, q_type); in tws_q_remove_request() 344 TWS_TRACE_DEBUG(sc, "req not in q", 0, req->request_id); in tws_q_remove_request() 361 TWS_TRACE_DEBUG(sc, "entry",sc,mfa); in tws_find_sense_from_mfa() 370 TWS_TRACE_DEBUG(sc, "return null",0,mfa); in tws_find_sense_from_mfa()
|
H A D | tws_services.h | 63 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) \ macro 68 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) macro
|