Home
last modified time | relevance | path

Searched refs:r2t (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi_initiator/
Discsi_subr.c72 r2t_t *r2t = &pq->pdu.ipdu.r2t; in iscsi_r2t() local
77 sdebug(4, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt), in iscsi_r2t()
78 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W); in iscsi_r2t()
84 u_int ddtl = ntohl(r2t->ddtl); in iscsi_r2t()
89 bo = ntohl(r2t->bo); in iscsi_r2t()
103 sdebug(3, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt), in iscsi_r2t()
104 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W); in iscsi_r2t()
118 cmd->lun[0] = r2t->lun[0]; in iscsi_r2t()
119 cmd->lun[1] = r2t->lun[1]; in iscsi_r2t()
120 cmd->ttt = r2t->ttt; in iscsi_r2t()
[all …]
Disc_sm.c122 r2t_t *r2t = &pq->pdu.ipdu.r2t; in _r2t() local
126 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl)); in _r2t()
Discsi.h196 typedef struct r2t { struct
398 r2t_t r2t; member
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Discsi_common.h815 struct iscsi_r2t_hdr r2t /* R2T PDU header */; member