Searched defs:DataSegmentLength (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiProto.h124 #define ISCSI_GET_DATASEG_LEN(PduHdr) NTOH24 (((ISCSI_BASIC_HEADER *) (PduHdr))->DataSegmentLength)
125 #define ISCSI_SET_DATASEG_LEN(PduHdr, Len) HTON24 (((ISCSI_BASIC_HEADER *) (PduHdr))->DataSegmentLength, (Len))
169 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_BASIC_HEADER
216 UINT8 DataSegmentLength[3]; member in struct:_SCSI_COMMAND
248 UINT8 DataSegmentLength[3]; member in struct:_SCSI_RESPONSE
273 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_TMF_REQUEST
302 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_TMF_RESPONSE
319 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_SCSI_DATA_OUT
345 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_SCSI_DATA_IN
366 UINT8 DataSegmentLength[ member in struct:_ISCSI_READY_TO_TRANSFER
382 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_ASYNC_MESSAGE
409 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGIN_REQUEST
437 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGIN_RESPONSE
462 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGOUT_REQUEST
486 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGOUT_RESPONSE
512 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_SNACK_REQUEST
532 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_REJECT
550 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_NOP_OUT
566 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_NOP_IN
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiProto.h116 #define ISCSI_GET_DATASEG_LEN(PduHdr) NTOH24 (((ISCSI_BASIC_HEADER *) (PduHdr))->DataSegmentLength)
117 #define ISCSI_SET_DATASEG_LEN(PduHdr, Len) HTON24 (((ISCSI_BASIC_HEADER *) (PduHdr))->DataSegmentLength, (Len))
248 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_BASIC_HEADER
275 UINT8 DataSegmentLength[3]; member in struct:_SCSI_COMMAND
293 UINT8 DataSegmentLength[3]; member in struct:_SCSI_RESPONSE
318 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_TMF_REQUEST
338 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_TMF_RESPONSE
355 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_SCSI_DATA_OUT
376 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_SCSI_DATA_IN
395 UINT8 DataSegmentLength[ member in struct:_ISCSI_READY_TO_TRANSFER
411 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_ASYNC_MESSAGE
435 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGIN_REQUEST
455 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGIN_RESPONSE
476 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGOUT_REQUEST
495 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_LOGOUT_RESPONSE
516 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_SNACK_REQUEST
536 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_REJECT
554 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_NOP_OUT
570 UINT8 DataSegmentLength[3]; member in struct:_ISCSI_NOP_IN
[all...]

Completed in 45 milliseconds