Commit a5db23e
committed
types: Change LM CDQ sz argument from u8 to u32.
According to NVMe 2.1 Base Specificaiton, Controller Data Queue Size
(CDQSIZE) occupies bits 31:00 of CDW12, so it should be using u32.
Signed-off-by: Dmitry Sherstoboev <[email protected]>1 parent 1302510 commit a5db23e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
991 | | - | |
| 991 | + | |
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
| |||
0 commit comments