Searched refs:efx_reado (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | io.h | 162 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado() function 222 efx_reado(efx, value, reg + index * sizeof(efx_oword_t)); in efx_reado_table()
|
H A D | farch.c | 115 efx_reado(efx, &original, address); in efx_farch_test_registers() 127 efx_reado(efx, &buf, address); in efx_farch_test_registers() 137 efx_reado(efx, &buf, address); in efx_farch_test_registers() 1467 efx_reado(efx, &fatal_intr, FR_AZ_FATAL_INTR_KER); in efx_farch_fatal_interrupt() 1480 efx_reado(efx, ®, FR_AZ_MEM_STAT); in efx_farch_fatal_interrupt() 1727 efx_reado(efx, &altera_build, FR_AZ_ALTERA_BUILD); in efx_farch_fpga_ver() 1786 efx_reado(efx, &temp, FR_AZ_TX_RESERVED); in efx_farch_init_common() 1941 efx_reado(efx, &filter_ctl, FR_BZ_RX_FILTER_CTL); in efx_farch_filter_push_rx_config() 2015 efx_reado(efx, &tx_cfg, FR_AZ_TX_CFG); in efx_farch_filter_push_tx_limits()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100.c | 116 efx_reado(efx, &entry, entry_location); in ef100_pci_parse_continue_entry()
|