Searched refs:sdebug (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/iscsi_initiator/
H A Discsi_subr.c74 sdebug(4, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt),
95 sdebug(4, "edtl=%x ddtl=%x bo=%x dsn=%x bs=%x maxX=%x",
100 sdebug(3, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt),
102 sdebug(1, "npdu_max=%d npdu_alloc=%d", sp->isc->npdu_max, sp->isc->npdu_alloc);
105 sdebug(2, "waiting...");
130 sdebug(6, "bs=%x bo=%x bp=%p dsn=%x error=%d", bs, bo, bp, dsn, error);
204 sdebug(3, "response=%x status=%x ccb=%p pq=%p", response, status, ccb, pq);
206 sdebug(3, "mp=%p buf=%p len=%d", pq->mp, pq->buf, pq->len);
250 sdebug(5, "ccb_h->status=%x", ccb_h->status);
274 sdebug(
[all...]
H A Disc_subr.c196 sdebug(2, "maxRecvDataSegmentLength=%d", sp->opt.maxRecvDataSegmentLength);
201 sdebug(2, "opt.maXmitDataSegmentLength=%d", sp->opt.maxXmitDataSegmentLength);
205 sdebug(2, "opt.maxBurstLength=%d", sp->opt.maxBurstLength);
212 sdebug(2, "opt.targetAddress='%s'", sp->opt.targetAddress);
218 sdebug(2, "opt.targetName='%s'", sp->opt.targetName);
224 sdebug(2, "opt.initiatorName='%s'", sp->opt.initiatorName);
231 sdebug(2, "opt.maxluns=%d", sp->opt.maxluns);
235 sdebug(2, "opt.headerDigest='%s'", opt->headerDigest);
238 sdebug(2, "opt.headerDigest set");
242 sdebug(
[all...]
H A Disc_sm.c90 sdebug(2, "itt=%x reason=0x%x", ntohl(itt), reject->reason);
97 sdebug(2, "ISCSI_LOGOUT_CMD ...");
175 sdebug(4, "cws=%d", sp->cws);
190 sdebug(1, "failed");
205 sdebug(5, "itt=%x ttt=%x", htonl(nop_in->itt), htonl(nop_in->ttt));
322 sdebug(5, "enqued: pq=%p", pq);
340 sdebug(2, "restart ...");
344 sdebug(1, "resetting CmdSN to=%d (from %d)", lastcmd, sp->sn.cmd);
354 sdebug(2, "restarted sn.cmd=0x%x lastcmd=0x%x", sp->sn.cmd, lastcmd);
370 sdebug(
[all...]
H A Disc_cam.c110 sdebug(2, "lost target=%d", target);
142 sdebug(2, "scanning sid=%d", sp->sid);
172 sdebug(2, "# of luns=%d", sp->target_nluns);
191 sdebug(4, "func_code=0x%x flags=0x%x status=0x%x target=%d lun=%d retry_count=%d timeout=%d",
310 sdebug(2, "name=%s unit=%d",
323 sdebug(2, "done");
379 sdebug(1, "cam subsystem initialized");
H A Disc_soc.c177 sdebug(2, "error=%d", error);
238 sdebug(4, "pq->len=%d uio->uio_resid=%d uio->uio_iovcnt=%d", pq->len,
242 sdebug(4, "opcode=%x iovcnt=%d uio_resid=%d itt=%x",
245 sdebug(5, "sp=%p sp->soc=%p uio=%p sp->td=%p",
252 sdebug(2, "uio->uio_resid=%d uio->uio_iovcnt=%d error=%d len=%d",
262 sdebug(1, "uio->uio_resid=%d uio->uio_iovcnt=%d",
503 sdebug(1, "bad data digest: received=%x calculated=%x", pp->ds_dig, digest);
510 sdebug(6, "len=%d] opcode=0x%x ahs_len=0x%x ds_len=0x%x",
517 sdebug(2, "bad cmd window size");
628 sdebug(
[all...]
H A Discsi.c150 sdebug(3, "sp->flags=%x", sp->flags );
205 sdebug(6, "dev=%d cmd=%d", dev2unit(dev), (int)(cmd & 0xff));
441 sdebug(2, "len=%d ahs_len=%d ds_len=%d buf=%zu@%p",
449 sdebug(3, "copyin ahs: error=%d", error);
459 sdebug(3, "copyin ds: error=%d", error);
509 sdebug(6, "cnt=%d", cnt);
513 sdebug(3, "error=%d sp->flags=%x ", error, sp->flags);
540 sdebug(4, "need mbufcopy: %d", len);
568 sdebug(6, "len=%d ahs_len=%d ds_len=%d", pq->len, pp->ahs_len, pp->ds_len);
581 sdebug(
[all...]
H A Discsivar.h48 #define sdebug(level, fmt, args...) do {if(level <= iscsi_debug)\ macro
55 #define sdebug(level, fmt, args...) macro

Completed in 111 milliseconds