OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpCmdSN
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/iscsi/
iscsi_pdu.h
135
uint32_t
ExpCmdSN
;
164
uint32_t
ExpCmdSN
;
192
uint32_t
ExpCmdSN
;
206
uint32_t
ExpCmdSN
;
222
uint32_t
ExpCmdSN
;
252
uint32_t
ExpCmdSN
;
289
uint32_t
ExpCmdSN
;
317
uint32_t
ExpCmdSN
;
369
uint32_t
ExpCmdSN
;
395
uint32_t
ExpCmdSN
;
[
all
...]
iscsi_rcv.c
394
* nw_sn The received
ExpCmdSN
in network byte order
405
("CheckCmdSN - CmdSN=%d,
ExpCmdSn
=%d, waiting=%p, flags=%x\n",
410
DEBC(conn, 1, ("CheckCmdSN resending - CmdSN=%d,
ExpCmdSn
=%d\n",
431
* returned
ExpCmdSN
by the number of commands that are
1033
check_CmdSN(conn, pdu->pdu_hdr.pduh_p.nop_in.
ExpCmdSN
);
1063
uint32_t MaxCmdSN,
ExpCmdSN
, digest;
1078
DEBC(conn, 10, ("Received PDU StatSN=%u,
ExpCmdSN
=%u MaxCmdSN=%u ExpDataSN=%u\n",
1080
ntohl(pdu->pdu_hdr.pduh_p.response.
ExpCmdSN
),
1163
/* MaxCmdSN and
ExpCmdSN
are in the same place in all received PDUs */
1164
ExpCmdSN
= ntohl(pdu->pdu_hdr.pduh_p.nop_in.ExpCmdSN)
[
all
...]
/src/external/bsd/iscsi/dist/include/
iscsiprotocol.h
188
uint32_t
ExpCmdSN
;
227
uint32_t
ExpCmdSN
;
270
uint32_t
ExpCmdSN
;
323
uint32_t
ExpCmdSN
;
361
uint32_t
ExpCmdSN
;
425
uint32_t
ExpCmdSN
;
447
uint32_t
ExpCmdSN
;
495
uint32_t
ExpCmdSN
;
514
uint32_t
ExpCmdSN
;
532
uint32_t
ExpCmdSN
;
[
all
...]
target.h
71
uint32_t
ExpCmdSN
;
/src/external/bsd/iscsi/dist/src/lib/
target.c
148
reject.
ExpCmdSN
= sess->
ExpCmdSN
;
192
/* For Non-immediate commands, the CmdSN should be between
ExpCmdSN
*/
195
(scsi_cmd.CmdSN < sess->
ExpCmdSN
||
199
"
ExpCmdSN
(%d) MaxCmdSN(%d). Ignoring the command\n",
200
scsi_cmd.CmdSN, sess->
ExpCmdSN
, sess->MaxCmdSN);
213
if (scsi_cmd.CmdSN != sess->
ExpCmdSN
) {
217
sess->
ExpCmdSN
, scsi_cmd.CmdSN);
218
sess->
ExpCmdSN
= scsi_cmd.CmdSN;
317
sess->
ExpCmdSN
++
[
all
...]
protocol.c
167
iscsi_trace(TRACE_ISCSI_ARGS, "
ExpCmdSN
: %u\n", rsp->
ExpCmdSN
);
179
*((uint32_t *) (void *) (header + 28)) = ISCSI_HTONL(rsp->
ExpCmdSN
);
197
rsp->
ExpCmdSN
= ISCSI_NTOHL(*((uint32_t *) (void *) (header + 28)));
222
iscsi_trace(TRACE_ISCSI_ARGS, "
ExpCmdSN
: %u\n", rsp->
ExpCmdSN
);
319
iscsi_trace(TRACE_ISCSI_ARGS, "
ExpCmdSN
: %u\n", cmd->
ExpCmdSN
);
332
*((uint32_t *) (void *) (header + 28)) = ISCSI_HTONL(cmd->
ExpCmdSN
); /*
ExpCmdSN
*/
[
all
...]
initiator.c
2104
if (text_rsp.
ExpCmdSN
!= sess->CmdSN) {
2106
"Bad \"
ExpCmdSN
\": %u != %u.\n",
2107
text_rsp.
ExpCmdSN
, sess->CmdSN);
2290
if (login_rsp.
ExpCmdSN
!= login_cmd->CmdSN) {
2292
"Bad \"
ExpCmdSN
\": %u != %u.\n",
2293
(unsigned)login_rsp.
ExpCmdSN
,
2297
if (login_rsp.
ExpCmdSN
> login_rsp.MaxCmdSN) {
2300
(unsigned)login_rsp.
ExpCmdSN
,
2307
sess->CmdSN = login_rsp.
ExpCmdSN
;
2447
if (logout_rsp.
ExpCmdSN
!= sess->CmdSN)
[
all
...]
Completed in 20 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026