.. | .. |
---|
5 | 5 | #define XCOPY_TARGET_DESC_LEN 32 |
---|
6 | 6 | #define XCOPY_SEGMENT_DESC_LEN 28 |
---|
7 | 7 | #define XCOPY_NAA_IEEE_REGEX_LEN 16 |
---|
8 | | -#define XCOPY_MAX_SECTORS 1024 |
---|
| 8 | +#define XCOPY_MAX_SECTORS 4096 |
---|
9 | 9 | |
---|
10 | 10 | /* |
---|
11 | 11 | * SPC4r37 6.4.6.1 |
---|
.. | .. |
---|
17 | 17 | XCOL_SOURCE_RECV_OP = 0x01, |
---|
18 | 18 | XCOL_DEST_RECV_OP = 0x02, |
---|
19 | 19 | }; |
---|
20 | | - |
---|
21 | | -struct xcopy_pt_cmd; |
---|
22 | 20 | |
---|
23 | 21 | struct xcopy_op { |
---|
24 | 22 | int op_origin; |
---|
.. | .. |
---|
36 | 34 | unsigned short stdi; |
---|
37 | 35 | unsigned short dtdi; |
---|
38 | 36 | unsigned short nolb; |
---|
39 | | - unsigned int dbl; |
---|
40 | 37 | |
---|
41 | | - struct xcopy_pt_cmd *src_pt_cmd; |
---|
42 | | - struct xcopy_pt_cmd *dst_pt_cmd; |
---|
43 | | - |
---|
| 38 | + u32 xop_data_bytes; |
---|
44 | 39 | u32 xop_data_nents; |
---|
45 | 40 | struct scatterlist *xop_data_sg; |
---|
46 | 41 | struct work_struct xop_work; |
---|