Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sfc/
Def100.c62 #define ef100_pci_get_bar_bits(efx, entry_location, bitdef) \ argument
63 _ef100_pci_get_bar_bits_with_width(efx, entry_location, \
67 static int ef100_pci_parse_ef100_entry(struct efx_nic *efx, int entry_location, in ef100_pci_parse_ef100_entry() argument
70 u64 offset = ef100_pci_get_bar_bits(efx, entry_location, EF100_FUNC_CTL_WIN_OFF) << in ef100_pci_parse_ef100_entry()
72 u32 bar = ef100_pci_get_bar_bits(efx, entry_location, EF100_BAR); in ef100_pci_parse_ef100_entry()
108 static int ef100_pci_parse_continue_entry(struct efx_nic *efx, int entry_location, in ef100_pci_parse_continue_entry() argument
117 efx_reado(efx, &entry, entry_location); in ef100_pci_parse_continue_entry()
273 #define ef100_pci_get_config_bits(efx, entry_location, bitdef, result) \ argument
274 _ef100_pci_get_config_bits_with_width(efx, entry_location, \