Searched defs:dk_cxlflash_attach (Results 1 – 5 of 5) sorted by relevance
34 struct dk_cxlflash_attach { struct35 struct dk_cxlflash_hdr hdr;36 __u64 num_interrupts;37 __u64 context_id;38 __u64 mmio_size;39 __u64 block_size;40 __u64 adap_fd;41 __u64 last_lba;42 __u64 max_xfer;43 __u64 reserved[8];
74 struct dk_cxlflash_attach { struct75 struct dk_cxlflash_hdr hdr; /* Common fields */76 __u64 num_interrupts; /* Requested number of interrupts */77 __u64 context_id; /* Returned context */78 __u64 mmio_size; /* Returned size of MMIO area */79 __u64 block_size; /* Returned block size, in bytes */80 __u64 adap_fd; /* Returned adapter file descriptor */81 __u64 last_lba; /* Returned last LBA on the device */82 __u64 max_xfer; /* Returned max transfer size, blocks */83 __u64 reserved[8]; /* Reserved for future use */
21 struct dk_cxlflash_attach { struct22 struct dk_cxlflash_hdr hdr;23 __u64 num_interrupts;24 __u64 context_id;25 __u64 mmio_size;26 __u64 block_size;27 __u64 adap_fd;28 __u64 last_lba;29 __u64 max_xfer;30 __u64 reserved[8];