HomeSort by: relevance | last modified time | path
    Searched refs:RefCmdSN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_pdu.h 152 uint32_t RefCmdSN;
iscsi_send.c 1337 hpdu->pduh_p.task_req.RefCmdSN = htonl(ref_ccb->ccb_CmdSN);
  /src/external/bsd/iscsi/dist/include/
iscsiprotocol.h 157 uint32_t RefCmdSN;
  /src/external/bsd/iscsi/dist/src/lib/
protocol.c 82 iscsi_trace(TRACE_ISCSI_ARGS, "RefCmdSN: %u\n", cmd->RefCmdSN);
97 *((uint32_t *) (void *) (header + 32)) = ISCSI_HTONL(cmd->RefCmdSN); /* RefCmdSN */
120 cmd->RefCmdSN = ISCSI_NTOHL(*((uint32_t *) (void *) (header + 32)));
149 iscsi_trace(TRACE_ISCSI_ARGS, "RefCmdSN: %u\n", cmd->RefCmdSN);

Completed in 50 milliseconds