Lines Matching defs:sgel
436 Mpi2SGESimple32_t *sgel, *sgel_next;
457 sgel = (Mpi2SGESimple32_t *) &scsiio_request->SGL;
462 sgel = (Mpi2SGESimple32_t *) &config_req->PageBufferSGE;
468 * address associated with sgel->Address.
505 if (le32_to_cpu(sgel->FlagsLength) &
512 (le32_to_cpu(sgel->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT);
519 * the virtual address for sgel->Address
523 le32_to_cpu(sgel->Address));
538 sgel->Address =
540 sgel = sgel_next;
548 (le32_to_cpu(sgel->FlagsLength) &
554 sgel->Address =
559 (le32_to_cpu(sgel->FlagsLength) &
561 sgel->Address =
565 buff_ptr += (le32_to_cpu(sgel->FlagsLength) &
567 buff_ptr_phys += (le32_to_cpu(sgel->FlagsLength) &
569 if ((le32_to_cpu(sgel->FlagsLength) &
583 sgel++;
2106 Mpi2SGESimple32_t *sgel = paddr;
2110 sgel->FlagsLength = cpu_to_le32(flags_length);
2111 sgel->Address = cpu_to_le32(dma_addr);
2124 Mpi2SGESimple64_t *sgel = paddr;
2128 sgel->FlagsLength = cpu_to_le32(flags_length);
2129 sgel->Address = cpu_to_le64(dma_addr);
2181 /* WRITE sgel first */
2188 /* incr sgel */
2191 /* READ sgel last */
2647 Mpi25IeeeSgeChain64_t *sgel = paddr;
2649 sgel->Flags = flags;
2650 sgel->NextChainOffset = chain_offset;
2651 sgel->Length = cpu_to_le32(length);
2652 sgel->Address = cpu_to_le64(dma_addr);
2968 /* WRITE sgel first */
2974 /* incr sgel */
2977 /* READ sgel last */