Searched refs:map_mode (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c142 vm_memattr_t map_mode; member in struct:ntb_pci_bar_info
860 bar->map_mode = VM_MEMATTR_UNCACHEABLE;
915 bar->map_mode = VM_MEMATTR_UNCACHEABLE;
923 if (mapmode == bar->map_mode)
928 bar->map_mode = mapmode;
2958 *mode = bar->map_mode;
2981 if (bar->map_mode == mode)
2986 bar->map_mode = mode;

Completed in 47 milliseconds