Home
last modified time | relevance | path

Searched refs:ieee_sgc (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/mpr/
HDmpr_table.c457 MPI25_IEEE_SGE_CHAIN64 *ieee_sgc; in mpr_print_sgl() local
481 ieee_sgc = (MPI25_IEEE_SGE_CHAIN64 *)ieee_sge; in mpr_print_sgl()
483 "Address=0x%016jx\n", ieee_sgc->Flags, in mpr_print_sgl()
484 le32toh(ieee_sgc->Length), in mpr_print_sgl()
485 ieee_sgc->NextChainOffset, in mpr_print_sgl()
486 mpr_to_u64(&ieee_sgc->Address)); in mpr_print_sgl()
HDmpr.c2176 MPI25_IEEE_SGE_CHAIN64 *ieee_sgc; in mpr_add_chain() local
2232 ieee_sgc = &((MPI25_SGE_IO_UNION *)cm->cm_sge)->IeeeChain; in mpr_add_chain()
2233 ieee_sgc->Length = next_chain_offset ? htole32((uint32_t)space) : in mpr_add_chain()
2235 ieee_sgc->NextChainOffset = next_chain_offset; in mpr_add_chain()
2236 ieee_sgc->Flags = (MPI2_IEEE_SGE_FLAGS_CHAIN_ELEMENT | in mpr_add_chain()
2238 ieee_sgc->Address.Low = htole32(chain->chain_busaddr); in mpr_add_chain()
2239 ieee_sgc->Address.High = htole32(chain->chain_busaddr >> 32); in mpr_add_chain()