Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/scsi/
Dcxlflash_ioctl.h48 struct dk_cxlflash_attach { struct
49 struct dk_cxlflash_hdr hdr; /* Common fields */
50 __u64 num_interrupts; /* Requested number of interrupts */
51 __u64 context_id; /* Returned context */
52 __u64 mmio_size; /* Returned size of MMIO area */
53 __u64 block_size; /* Returned block size, in bytes */
54 __u64 adap_fd; /* Returned adapter file descriptor */
55 __u64 last_lba; /* Returned last LBA on the device */
56 __u64 max_xfer; /* Returned max transfer size, blocks */
57 __u64 reserved[8]; /* Reserved for future use */