Home
last modified time | relevance | path

Searched defs:dk_cxlflash_attach (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/scsi/
Dcxlflash_ioctl.h67 struct dk_cxlflash_attach { struct
68 struct dk_cxlflash_hdr hdr; /* Common fields */
69 __u64 num_interrupts; /* Requested number of interrupts */
70 __u64 context_id; /* Returned context */
71 __u64 mmio_size; /* Returned size of MMIO area */
72 __u64 block_size; /* Returned block size, in bytes */
73 __u64 adap_fd; /* Returned adapter file descriptor */
74 __u64 last_lba; /* Returned last LBA on the device */
75 __u64 max_xfer; /* Returned max transfer size, blocks */
76 __u64 reserved[8]; /* Reserved for future use */