1 #ifndef _IPXE_BLOCKTRANS_H 2 #define _IPXE_BLOCKTRANS_H
uint8_t size
Entry size (in 32-bit words)
int block_translate(struct interface *block, userptr_t buffer, size_t size)
Insert block device translator.
uint32_t buffer
Buffer index (or NETVSC_RNDIS_NO_BUFFER)
Access to external ("user") memory.
uint32_t userptr_t
A pointer to a user buffer.
A block device translator.
struct interface xfer
Data transfer interface.
uint8_t block[3][8]
DES-encrypted blocks.
struct xfer_buffer xferbuf
Data transfer buffer.
size_t blksize
Block size.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
userptr_t buffer
Data buffer.
struct interface block
Block device interface.