Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_pci.c51 __out efx_bar_region_t *ebrp) in rhead_pci_nic_membar_lookup() argument
81 ebrp->ebr_type = EFX_BAR_TYPE_MEM; in rhead_pci_nic_membar_lookup()
82 ebrp->ebr_index = EFX_MEM_BAR_RIVERHEAD; in rhead_pci_nic_membar_lookup()
83 ebrp->ebr_offset = 0; in rhead_pci_nic_membar_lookup()
84 ebrp->ebr_length = 0; in rhead_pci_nic_membar_lookup()
101 ebrp); in rhead_pci_nic_membar_lookup()
115 rc = epop->epo_find_mem_bar(espcp, ebrp->ebr_index, &nic_eb); in rhead_pci_nic_membar_lookup()
119 EFSYS_BAR_READD(&nic_eb, ebrp->ebr_offset + ER_GZ_NIC_MAGIC_OFST, in rhead_pci_nic_membar_lookup()
H A Drhead_nic.c590 __out efx_bar_region_t *ebrp) in rhead_nic_xilinx_cap_tbl_read_ef100_locator() argument
621 ebrp->ebr_index = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_EF100_BAR); in rhead_nic_xilinx_cap_tbl_read_ef100_locator()
622 ebrp->ebr_offset = EFX_OWORD_FIELD32(entry, in rhead_nic_xilinx_cap_tbl_read_ef100_locator()
625 ebrp->ebr_type = EFX_BAR_TYPE_MEM; in rhead_nic_xilinx_cap_tbl_read_ef100_locator()
626 ebrp->ebr_length = 0; in rhead_nic_xilinx_cap_tbl_read_ef100_locator()
H A Defx_nic.c115 __out efx_bar_region_t *ebrp) in efx_family_probe_bar() argument
125 rc = rhead_pci_nic_membar_lookup(espcp, epop, ebrp); in efx_family_probe_bar()
138 ebrp->ebr_type = EFX_BAR_TYPE_MEM; in efx_family_probe_bar()
139 ebrp->ebr_index = membar; in efx_family_probe_bar()
140 ebrp->ebr_offset = 0; in efx_family_probe_bar()
141 ebrp->ebr_length = 0; in efx_family_probe_bar()
H A Drhead_impl.h469 __out efx_bar_region_t *ebrp);
478 __out efx_bar_region_t *ebrp);
H A Defx.h128 __out efx_bar_region_t *ebrp);