| .. | .. |
|---|
| 258 | 258 | IOCPage4_t *IOCPage4Ptr; |
|---|
| 259 | 259 | MPT_FRAME_HDR *mf; |
|---|
| 260 | 260 | dma_addr_t dataDma; |
|---|
| 261 | | - u16 req_idx; |
|---|
| 262 | | - u32 frameOffset; |
|---|
| 263 | 261 | u32 flagsLength; |
|---|
| 264 | 262 | int ii; |
|---|
| 265 | 263 | |
|---|
| .. | .. |
|---|
| 275 | 273 | * Place data at end of MF. |
|---|
| 276 | 274 | */ |
|---|
| 277 | 275 | pReq = (Config_t *)mf; |
|---|
| 278 | | - |
|---|
| 279 | | - req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); |
|---|
| 280 | | - frameOffset = ioc->req_sz - sizeof(IOCPage4_t); |
|---|
| 281 | 276 | |
|---|
| 282 | 277 | /* Complete the request frame (same for all requests). |
|---|
| 283 | 278 | */ |
|---|
| .. | .. |
|---|
| 848 | 843 | .sg_tablesize = MPT_SCSI_SG_DEPTH, |
|---|
| 849 | 844 | .max_sectors = 8192, |
|---|
| 850 | 845 | .cmd_per_lun = 7, |
|---|
| 851 | | - .use_clustering = ENABLE_CLUSTERING, |
|---|
| 852 | 846 | .shost_attrs = mptscsih_host_attrs, |
|---|
| 853 | 847 | }; |
|---|
| 854 | 848 | |
|---|