Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/
Dcxlflash_ioctl.h34 struct dk_cxlflash_attach { struct
35 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];
/kernel/linux/linux-6.6/include/uapi/scsi/
Dcxlflash_ioctl.h74 struct dk_cxlflash_attach { struct
75 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 */
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/
Dcxlflash_ioctl.h34 struct dk_cxlflash_attach { struct
35 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];
/kernel/linux/linux-5.10/include/uapi/scsi/
Dcxlflash_ioctl.h74 struct dk_cxlflash_attach { struct
75 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 */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/
Dcxlflash_ioctl.h21 struct dk_cxlflash_attach { struct
22 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];