Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
Daacraid.h1919 struct aac_raw_io2 { struct
1920 __le32 blockLow;
1921 __le32 blockHigh;
1922 __le32 byteCount;
1923 __le16 cid;
1924 __le16 flags; /* RIO2 flags */
1925 __le32 sgeFirstSize; /* size of first sge el. */
1926 __le32 sgeNominalSize; /* size of 2nd sge el. (if conformant) */
1927 u8 sgeCnt; /* only 8 bits required */
1928 u8 bpTotal; /* reserved for F/W use */
[all …]
/kernel/linux/linux-4.19/drivers/scsi/aacraid/
Daacraid.h1928 struct aac_raw_io2 { struct
1929 __le32 blockLow;
1930 __le32 blockHigh;
1931 __le32 byteCount;
1932 __le16 cid;
1933 __le16 flags; /* RIO2 flags */
1934 __le32 sgeFirstSize; /* size of first sge el. */
1935 __le32 sgeNominalSize; /* size of 2nd sge el. (if conformant) */
1936 u8 sgeCnt; /* only 8 bits required */
1937 u8 bpTotal; /* reserved for F/W use */
[all …]