Lines Matching refs:itt

86      int	itt;
90 itt = pdu->ipdu.bhs.itt;
92 sdebug(2, "itt=%x reason=0x%x", ntohl(itt), reject->reason);
93 opq = i_search_hld(sp, itt, 0);
102 xdebug("%d] we lost something itt=%x",
103 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
115 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1);
122 xdebug("%d] we lost something itt=%x r2tSN=%d bo=%x ddtl=%x",
123 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt),
135 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 0);
136 debug(5, "itt=%x pq=%p opq=%p", ntohl(pq->pdu.ipdu.bhs.itt), pq, opq);
142 xdebug("%d] we lost something itt=%x",
143 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
153 opq = i_search_hld(sp, pq->pdu.ipdu.bhs.itt, 1);
161 xdebug("%d] we lost something itt=%x",
162 sp->sid, ntohl(pq->pdu.ipdu.bhs.itt));
187 nop_out->itt = htonl(sp->sn.itt);
207 sdebug(5, "itt=%x ttt=%x", htonl(nop_in->itt), htonl(nop_in->ttt));
208 if(nop_in->itt == -1) {
245 if(nop_in->itt != -1) {
376 sdebug(5, "opcode=0x%x itt=0x%x stat#0x%x maxcmd=0x%0x",
377 bhs->opcode, ntohl(bhs->itt), statSN, sp->sn.maxCmd);
414 sdebug(1, "opcode=0x%x itt=0x%x not implemented yet",
415 bhs->opcode, ntohl(bhs->itt));
458 sn->itt++;
459 bhs->itt = htonl(sn->itt);
477 xdebug("bad opcode=0x%x sn(cmd=0x%x expCmd=0x%x maxCmd=0x%x expStat=0x%x itt=0x%x)",
479 sn->cmd, sn->expCmd, sn->maxCmd, sn->expStat, sn->itt);
483 sdebug(4, "opcode=0x%x sn(cmd=0x%x expCmd=0x%x maxCmd=0x%x expStat=0x%x itt=0x%x)",
485 sn->cmd, sn->expCmd, sn->maxCmd, sn->expStat, sn->itt);
499 xdebug("error=%d opcode=0x%x ccb=%p itt=%x",
500 error, bhs->opcode, pq->ccb, ntohl(bhs->itt));
620 sbuf_printf(&sb, " cws=%d cmd=%x exp=%x max=%x stat=%x itt=%x",
621 sp->cws, sp->sn.cmd, sp->sn.expCmd, sp->sn.maxCmd, sp->sn.stat, sp->sn.itt);