OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CmdSN
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/iscsi/
iscsi_pdu.h
124
uint32_t
CmdSN
;
150
uint32_t
CmdSN
;
240
uint32_t
CmdSN
;
266
uint32_t
CmdSN
;
305
uint32_t
CmdSN
;
383
uint32_t
CmdSN
;
iscsi_send.c
299
/* update
CmdSN
*/
300
DEBC(conn, 1, ("Resend Updating
CmdSN
- old %d, new %d\n",
303
pdu->pdu_hdr.pduh_p.command.
CmdSN
= htonl(ccb->ccb_CmdSN);
355
DEBC(conn, 99, ("Transmitting PDU
CmdSN
= %u, ExpStatSN = %u\n",
356
ntohl(pdu->pdu_hdr.pduh_p.command.
CmdSN
),
496
DEBC(conn, 10, ("Send_pdu:
CmdSN
=%u ExpStatSN~%u ccb=%p, pdu=%p\n",
497
ntohl(pdu->pdu_hdr.pduh_p.command.
CmdSN
),
573
DEBC(conn, 8, ("ReSend_pdu:
CmdSN
=%u ExpStatSN~%u ccb=%p, pdu=%p\n",
574
ntohl(pdu->pdu_hdr.pduh_p.command.
CmdSN
),
698
hpdu->pduh_p.login_req.
CmdSN
= htonl(ccb->ccb_CmdSN)
[
all
...]
iscsi_ioctl.c
996
/* update
CmdSN
*/
997
DEBC(conn, 0, ("Resend ccb %p (%d) - updating
CmdSN
old %u, new %u\n",
1000
pdu->pdu_hdr.pduh_p.command.
CmdSN
= htonl(ccb->ccb_CmdSN);
1002
DEBC(conn, 0, ("Resend ccb %p (%d) -
CmdSN
%u\n",
1008
DEBC(conn, 0, ("Resend ccb %p (%d)
CmdSN
%u - reassigned\n",
/src/external/bsd/iscsi/dist/include/
iscsiprotocol.h
155
uint32_t
CmdSN
;
207
uint32_t
CmdSN
;
248
uint32_t
CmdSN
;
296
uint32_t
CmdSN
;
343
uint32_t
CmdSN
;
387
uint32_t
CmdSN
;
initiator.h
88
uint32_t
CmdSN
;
/src/external/bsd/iscsi/dist/src/lib/
target.c
189
"session %d: SCSI Command (
CmdSN
%u, op %#x)\n",
190
sess->id, scsi_cmd.
CmdSN
, scsi_cmd.cdb[0]);
192
/* For Non-immediate commands, the
CmdSN
should be between ExpCmdSN */
195
(scsi_cmd.
CmdSN
< sess->ExpCmdSN ||
196
scsi_cmd.
CmdSN
> sess->MaxCmdSN)) {
198
"
CmdSN
(%d) of SCSI Command not valid, "
200
scsi_cmd.
CmdSN
, sess->ExpCmdSN, sess->MaxCmdSN);
213
if (scsi_cmd.
CmdSN
!= sess->ExpCmdSN) {
215
"Expected
CmdSN
%d, got %d. "
217
sess->ExpCmdSN, scsi_cmd.
CmdSN
);
[
all
...]
protocol.c
80
iscsi_trace(TRACE_ISCSI_ARGS, "
CmdSN
: %u\n", cmd->
CmdSN
);
95
*((uint32_t *) (void *) (header + 24)) = ISCSI_HTONL(cmd->
CmdSN
); /*
CmdSN
*/
118
cmd->
CmdSN
= ISCSI_NTOHL(*((uint32_t *) (void *) (header + 24)));
147
iscsi_trace(TRACE_ISCSI_ARGS, "
CmdSN
: %u\n", cmd->
CmdSN
);
242
iscsi_trace(TRACE_ISCSI_ARGS, "
CmdSN
: %u\n", cmd->
CmdSN
);
257
*((uint32_t *) (void *) (header + 24)) = ISCSI_HTONL(cmd->
CmdSN
); /* CmdSN *
[
all
...]
initiator.c
1802
text_cmd->
CmdSN
= sess->
CmdSN
++;
1886
logout_cmd->
CmdSN
= sess->
CmdSN
++;
1975
login_cmd->
CmdSN
= sess->
CmdSN
= 0;
2104
if (text_rsp.ExpCmdSN != sess->
CmdSN
) {
2107
text_rsp.ExpCmdSN, sess->
CmdSN
);
2290
if (login_rsp.ExpCmdSN != login_cmd->
CmdSN
) {
2294
(unsigned)login_cmd->
CmdSN
);
[
all
...]
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026