Lines Matching refs:pChain
1128 SGEChain32_t *pChain = (SGEChain32_t *) pAddr;
1130 pChain->Length = cpu_to_le16(length);
1131 pChain->Flags = MPI_SGE_FLAGS_CHAIN_ELEMENT;
1132 pChain->NextChainOffset = next;
1133 pChain->Address = cpu_to_le32(dma_addr);
1148 SGEChain64_t *pChain = (SGEChain64_t *) pAddr;
1151 pChain->Length = cpu_to_le16(length);
1152 pChain->Flags = (MPI_SGE_FLAGS_CHAIN_ELEMENT |
1155 pChain->NextChainOffset = next;
1157 pChain->Address.Low = cpu_to_le32(tmp);
1159 pChain->Address.High = cpu_to_le32(tmp);