Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h75 amd_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset)
77 amd_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset, val)
79 amd_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset + AMD_PEER_OFFSET)
81 amd_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset + AMD_PEER_OFFSET, val)
102 NTB_CONFIG_BAR = 0, enumerator
H A Dntb_hw_intel.c107 NTB_CONFIG_BAR = 0, enumerator
302 intel_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset)
304 intel_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset, val)
880 bar = &ntb->bar_info[NTB_CONFIG_BAR]; in intel_ntb_map_pci_bars()
2233 b2b_bar_num = NTB_CONFIG_BAR; in xeon_setup_b2b_mw()
2263 if (b2b_bar_num == NTB_CONFIG_BAR) in xeon_setup_b2b_mw()
2339 if (b2b_bar_num == NTB_CONFIG_BAR) in xeon_setup_b2b_mw()
3797 bar = &ntb->bar_info[NTB_CONFIG_BAR]; in intel_ntb_peer_db_addr()
H A Dntb_hw_amd.c1149 ntb->bar_info[NTB_CONFIG_BAR].pci_resource_id = PCIR_BAR(0); in amd_ntb_map_pci_bars()
1150 rc = map_bar(ntb, &ntb->bar_info[NTB_CONFIG_BAR]); in amd_ntb_map_pci_bars()