Searched defs:sgl_descriptor (Results 1 – 1 of 1) sorted by relevance
253 typedef struct sgl_descriptor struct255 uint64_t addr; /* !< Bytes 0-7. The starting 64-bit memory byte address of the data block. */256 …The length in bytes of the data block. Set to 0x00000000 specifies that no data be transferred. */257 uint8_t res[3]; /* !< Bytes 12-14. */258 uint8_t zero : 4; /* !< Byte 15, Bits 0-3. */259 uint8_t type : 4; /* !< Byte 15, Bits 4-7. sgl descriptor type */