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

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c72 r2t_t *r2t = &pq->pdu.ipdu.r2t; local
77 sdebug(4, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt),
78 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W);
84 u_int ddtl = ntohl(r2t->ddtl);
89 bo = ntohl(r2t->bo);
103 sdebug(3, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt),
104 ntohl(r2t
[all...]
H A Disc_sm.c122 r2t_t *r2t = &pq->pdu.ipdu.r2t; local
126 ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl));
H A Discsi.h196 typedef struct r2t { struct
398 r2t_t r2t; member in union:ipdu_u
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Discsi_common.h225 * Union of data/r2t sequence number
230 __le16 r2t_sn /* r2t pdu sequence number */;
815 struct iscsi_r2t_hdr r2t /* R2T PDU header */; member in union:iscsi_task_hdr

Completed in 121 milliseconds