Lines Matching defs:sgel
429 Mpi2SGESimple32_t *sgel, *sgel_next;
450 sgel = (Mpi2SGESimple32_t *) &scsiio_request->SGL;
455 sgel = (Mpi2SGESimple32_t *) &config_req->PageBufferSGE;
461 * address associated with sgel->Address.
498 if (le32_to_cpu(sgel->FlagsLength) &
505 (le32_to_cpu(sgel->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT);
512 * the virtual address for sgel->Address
516 le32_to_cpu(sgel->Address));
531 sgel->Address =
533 sgel = sgel_next;
541 (le32_to_cpu(sgel->FlagsLength) &
547 sgel->Address =
552 (le32_to_cpu(sgel->FlagsLength) &
554 sgel->Address =
558 buff_ptr += (le32_to_cpu(sgel->FlagsLength) &
560 buff_ptr_phys += (le32_to_cpu(sgel->FlagsLength) &
562 if ((le32_to_cpu(sgel->FlagsLength) &
576 sgel++;
1928 Mpi2SGESimple32_t *sgel = paddr;
1932 sgel->FlagsLength = cpu_to_le32(flags_length);
1933 sgel->Address = cpu_to_le32(dma_addr);
1946 Mpi2SGESimple64_t *sgel = paddr;
1950 sgel->FlagsLength = cpu_to_le32(flags_length);
1951 sgel->Address = cpu_to_le64(dma_addr);
2003 /* WRITE sgel first */
2010 /* incr sgel */
2013 /* READ sgel last */
2472 Mpi25IeeeSgeChain64_t *sgel = paddr;
2474 sgel->Flags = flags;
2475 sgel->NextChainOffset = chain_offset;
2476 sgel->Length = cpu_to_le32(length);
2477 sgel->Address = cpu_to_le64(dma_addr);
2801 /* WRITE sgel first */
2807 /* incr sgel */
2810 /* READ sgel last */