Searched refs:nop_out (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/iscsi/dist/include/
H A Dtests.h52 int nop_out(uint64_t , int , int , int , const char *);
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dtarget.c599 iscsi_nop_out_args_t nop_out; local
602 if (iscsi_nop_out_decap(header, &nop_out) != 0) {
606 if (nop_out.CmdSN != sess->ExpCmdSN) {
608 nop_out.CmdSN, sess->ExpCmdSN);
609 sess->ExpCmdSN = nop_out.CmdSN;
615 if (nop_out.length) {
616 iscsi_trace(TRACE_ISCSI_DEBUG, "reading %u bytes ping data\n", nop_out.length);
617 if ((ping_data = iscsi_malloc(nop_out.length)) == NULL) {
621 if ((uint32_t)iscsi_sock_msg(sess->sock, 0, nop_out.length, ping_data, 0) != nop_out
[all...]
H A Dinitiator.c1167 iscsi_nop_out_args_t *nop_out; local
1190 nop_out = (iscsi_nop_out_args_t *) cmd->ptr;
1191 if (nop_out->tag != 0xffffffff) {
1192 nop_out->tag = tag;
1233 iscsi_nop_out_args_t *nop_out; local
1271 nop_out = (iscsi_nop_out_args_t *) cmd->ptr;
1272 if (nop_out->tag != 0xffffffff) {
1273 nop_out->tag = tag;
2480 iscsi_nop_out_args_t *nop_out; local
2484 nop_out
2925 iscsi_nop_out_args_t *nop_out = NULL; local
[all...]
/netbsd-current/sys/dev/iscsi/
H A Discsi_pdu.h434 nop_out_pdu_t nop_out; member in union:pdu_header_s::__anon17333
H A Discsi_send.c1062 hpdu->pduh_p.nop_out.TargetTransferTag =
1065 hpdu->pduh_p.nop_out.CmdSN = htonl(sn);
1068 hpdu->pduh_p.nop_out.TargetTransferTag = 0xffffffff;
1071 hpdu->pduh_p.nop_out.CmdSN = htonl(sn);

Completed in 271 milliseconds