HomeSort by relevance Sort by last modified time
    Searched defs:ISCSI_GET_PAD_LEN (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.h 112 #define ISCSI_GET_PAD_LEN(DataLen) ((~(DataLen) + 1) & 0x3)
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.h 104 #define ISCSI_GET_PAD_LEN(DataLen) ((~(DataLen) + 1) & 0x3)

Completed in 930 milliseconds