Lines Matching refs:pChain
1132 SGEChain32_t *pChain = (SGEChain32_t *) pAddr;
1134 pChain->Length = cpu_to_le16(length);
1135 pChain->Flags = MPI_SGE_FLAGS_CHAIN_ELEMENT;
1136 pChain->NextChainOffset = next;
1137 pChain->Address = cpu_to_le32(dma_addr);
1152 SGEChain64_t *pChain = (SGEChain64_t *) pAddr;
1155 pChain->Length = cpu_to_le16(length);
1156 pChain->Flags = (MPI_SGE_FLAGS_CHAIN_ELEMENT |
1159 pChain->NextChainOffset = next;
1161 pChain->Address.Low = cpu_to_le32(tmp);
1163 pChain->Address.High = cpu_to_le32(tmp);