Searched refs:entry_location (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100.c | 61 #define ef100_pci_get_bar_bits(efx, entry_location, bitdef) \ argument 62 _ef100_pci_get_bar_bits_with_width(efx, entry_location, \ 66 static int ef100_pci_parse_ef100_entry(struct efx_nic *efx, int entry_location, in ef100_pci_parse_ef100_entry() argument 69 u64 offset = ef100_pci_get_bar_bits(efx, entry_location, EF100_FUNC_CTL_WIN_OFF) << in ef100_pci_parse_ef100_entry() 71 u32 bar = ef100_pci_get_bar_bits(efx, entry_location, EF100_BAR); in ef100_pci_parse_ef100_entry() 107 static int ef100_pci_parse_continue_entry(struct efx_nic *efx, int entry_location, in ef100_pci_parse_continue_entry() argument 116 efx_reado(efx, &entry, entry_location); in ef100_pci_parse_continue_entry() 272 #define ef100_pci_get_config_bits(efx, entry_location, bitdef, result) \ argument 273 _ef100_pci_get_config_bits_with_width(efx, entry_location, \
|