Lines Matching defs:offset
460 u32 offset;
534 offset = SCSI_SENSE_BUFFERSIZE * i;
535 cmd->sense = (u8 *)fusion->sense + offset;
536 cmd->sense_phys_addr = fusion->sense_phys_addr + offset;
548 offset = SCSI_SENSE_BUFFERSIZE * i;
549 cmd->sense = (u8 *)fusion->sense + offset;
550 cmd->sense_phys_addr = fusion->sense_phys_addr + offset;
765 u32 chunk_size, array_size, offset;
863 offset = fusion->reply_alloc_sz * i;
865 cpu_to_le64(rdpq_chunk_phys[k] + offset);
867 rdpq_chunk_phys[k] + offset;
869 (union MPI2_REPLY_DESCRIPTORS_UNION *)((u8 *)rdpq_chunk_virt[k] + offset);
944 u32 offset;
975 offset = MEGA_MPI2_RAID_DEFAULT_IO_FRAME_SIZE * i;
986 (io_req_base + offset);
989 cmd->io_request_phys_addr = io_req_base_phys + offset;
2115 int sge_len, offset, num_prp_in_chain = 0;
2166 offset = (u32)(sge_addr & page_mask);
2167 first_prp_len = mr_nvme_pg_size - offset;
2184 offset = (u32)(sge_addr & page_mask);
3370 dev_err(&instance->pdev->dev, "The chain offset value is not "