| /dragonfly/sys/dev/raid/tws/ |
| HD | tws_hdm.c | 90 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() 106 TWS_TRACE_DEBUG(sc, "host outbound cleanup", reg, regl); in tws_init_ctlr() 125 TWS_TRACE_DEBUG(sc, "entry", 0, sc->obfl_q_overrun); in tws_init_obfl_q() 137 TWS_TRACE_DEBUG(sc, "OBFL Overrun", status, TWS_I2O0_STATUS); in tws_init_obfl_q() 158 TWS_TRACE_DEBUG(sc, "entry", 0, mcreadits); in tws_init_connect() 162 TWS_TRACE_DEBUG(sc, "no requests", 0, 0); in tws_init_connect() 241 TWS_TRACE_DEBUG(sc, "entry", sc, opcode); in tws_send_generic_cmd() 245 TWS_TRACE_DEBUG(sc, "no requests", 0, 0); in tws_send_generic_cmd() 305 TWS_TRACE_DEBUG(sc, "inbound fifo empty", mfa, 0); in tws_submit_command() [all …]
|
| HD | tws_cam.c | 142 TWS_TRACE_DEBUG(sc, "entry", 0, sc); in tws_cam_attach() 154 TWS_TRACE_DEBUG(sc, "depths,ctlr,cam", tws_queue_depth, tws_cam_depth); in tws_cam_attach() 207 TWS_TRACE_DEBUG(sc, "entry", 0, 0); in tws_cam_detach() 224 TWS_TRACE_DEBUG(sc, "entry", sc, 0); in tws_bus_scan() 272 TWS_TRACE_DEBUG(sc, "execute scsi failed", 0, 0); in tws_action() 277 TWS_TRACE_DEBUG(sc, "abort i/o", 0, 0); in tws_action() 284 TWS_TRACE_DEBUG(sc, "reset bus", sim, ccb); in tws_action() 289 TWS_TRACE_DEBUG(sc, "set tran settings", sim, ccb); in tws_action() 297 TWS_TRACE_DEBUG(sc, "get tran settings", sim, ccb); in tws_action() 315 TWS_TRACE_DEBUG(sc, "calc geometry(ccb,block-size)", ccb, in tws_action() [all …]
|
| HD | tws.c | 118 TWS_TRACE_DEBUG(sc, "entry", dev, oflags); in tws_open() 129 TWS_TRACE_DEBUG(sc, "entry", dev, fflag); in tws_close() 140 TWS_TRACE_DEBUG(sc, "entry", dev, ioflag); in tws_read() 151 TWS_TRACE_DEBUG(sc, "entry", dev, ioflag); in tws_write() 228 TWS_TRACE_DEBUG(sc, "bar0 ", bar, 0); in tws_attach() 231 TWS_TRACE_DEBUG(sc, "bar1 ", bar, 0); in tws_attach() 240 TWS_TRACE_DEBUG(sc, "bar2 ", sc->mfa_base, 0); in tws_attach() 306 TWS_TRACE_DEBUG(sc, "attached successfully", 0, sc->device_id); in tws_attach() 353 TWS_TRACE_DEBUG(sc, "entry", 0, 0); in tws_detach() 364 TWS_TRACE_DEBUG(sc, "turn-off-intr", reg, 0); in tws_detach() [all …]
|
| HD | tws_user.c | 70 TWS_TRACE_DEBUG(sc, "entry", sc, cmd); in tws_ioctl() 77 TWS_TRACE_DEBUG(sc, "scan-bus", 0, 0); in tws_ioctl() 83 TWS_TRACE_DEBUG(sc, "ioctl-aen", cmd, buf); in tws_ioctl() 118 TWS_TRACE_DEBUG(sc, "datal,rid", req->length, req->request_id); in tws_passthru() 145 TWS_TRACE_DEBUG(sc, "lksleep timeout", error, req->request_id); in tws_passthru() 166 TWS_TRACE_DEBUG(sc, "errored", error, 0); in tws_passthru() 249 TWS_TRACE_DEBUG(sc, "not a valid event", sc, cmd); in tws_retrive_aen() 305 TWS_TRACE_DEBUG(sc, "get comp info", sc, cmd); in tws_ioctl_aen() 329 TWS_TRACE_DEBUG(sc, "not valid cmd", cmd, in tws_ioctl_aen()
|
| HD | tws_services.c | 323 TWS_TRACE_DEBUG(sc, "null req", 0, q_type); in tws_q_remove_request() 339 TWS_TRACE_DEBUG(sc, "invalid req", 0, q_type); in tws_q_remove_request() 352 TWS_TRACE_DEBUG(sc, "req not in q", 0, req->request_id); in tws_q_remove_request() 369 TWS_TRACE_DEBUG(sc, "entry",sc,mfa); in tws_find_sense_from_mfa() 378 TWS_TRACE_DEBUG(sc, "return null",0,mfa); in tws_find_sense_from_mfa()
|
| HD | tws_services.h | 65 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) \ macro 69 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) do { } while (0) macro
|