Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h110 uint64_t si_max_addr; member
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1758 dma->dp_sglinfo.si_max_addr = attr->dma_attr_seg; in rootnex_coredma_allochdl()
1761 dma->dp_sglinfo.si_max_addr = attr->dma_attr_addr_hi; in rootnex_coredma_allochdl()
1768 if (attr->dma_attr_seg >= dma->dp_sglinfo.si_max_addr) in rootnex_coredma_allochdl()
2855 addrhi = sglinfo->si_max_addr; in rootnex_get_sgl()