HomeSort by relevance Sort by last modified time
    Searched full:statsn (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 113 uint32_t statsn; member in struct:iscsi_bhs_common_response
212 uint32_t statsn; member in struct:iscsi_bhs_login_response
303 uint32_t statsn; member in struct:iscsi_bhs_scsi_response
353 uint32_t statsn; member in struct:iscsi_bhs_data_in
437 uint32_t statsn; member in struct:iscsi_bhs_r2t
588 * the StatSN field of an iSCSI response PDU containing such a
592 uint32_t statsn; member in struct:iscsi_session
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.h 252 UINT32 StatSN;
306 UINT32 StatSN;
349 UINT32 StatSN;
370 UINT32 StatSN;
386 UINT32 StatSN;
442 UINT32 StatSN;
490 UINT32 StatSN;
536 UINT32 StatSN;
570 UINT32 StatSN;
IScsiProto.c 538 // with their increasing StatSN values.
699 LoginRsp->StatSN = NTOHL (LoginRsp->StatSN);
716 Conn->ExpStatSN = LoginRsp->StatSN + 1;
721 // Check the StatSN of this PDU
723 Status = IScsiCheckSN (&Conn->ExpStatSN, LoginRsp->StatSN);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.h 300 UINT32 StatSN;
345 UINT32 StatSN;
383 UINT32 StatSN;
402 UINT32 StatSN;
418 UINT32 StatSN;
463 UINT32 StatSN;
502 UINT32 StatSN;
543 UINT32 StatSN;
577 UINT32 StatSN;
IScsiProto.c 761 // with their increasing StatSN values.
940 LoginRsp->StatSN = NTOHL (LoginRsp->StatSN);
957 Conn->ExpStatSN = LoginRsp->StatSN + 1;
962 // Check the StatSN of this PDU.
964 Status = IScsiCheckSN (&Conn->ExpStatSN, LoginRsp->StatSN);
    [all...]
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 227 command->expstatsn = htonl ( iscsi->statsn + 1 );
369 data_out->expstatsn = htonl ( iscsi->statsn + 1 );
559 request->expstatsn = htonl ( iscsi->statsn + 1 );
    [all...]

Completed in 429 milliseconds