Home
last modified time | relevance | path

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

/freebsd/sys/dev/arcmsr/
H A Darcmsr.c1023 struct SG32ENTRY *pdma_sg = (struct SG32ENTRY *)psge; in arcmsr_build_srb() local
1024 pdma_sg->address = address_lo; in arcmsr_build_srb()
1025 pdma_sg->length = length; in arcmsr_build_srb()
1033 struct SG64ENTRY *pdma_sg = (struct SG64ENTRY *)psge; in arcmsr_build_srb() local
1036 pdma_sg->addresshigh = address_hi; in arcmsr_build_srb()
1037 pdma_sg->address = address_lo; in arcmsr_build_srb()
1041 pdma_sg->length = (u_int32_t)length0 | IS_SG64_ADDR; in arcmsr_build_srb()
1049 pdma_sg->length = tmplength | IS_SG64_ADDR; in arcmsr_build_srb()