Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dsiena_sriov.c548 efx_writeo_table(efx, &reg, FR_BZ_TIMER_TBL, abs_evq); in efx_vfdi_init_evq()
553 efx_writeo_table(efx, &reg, FR_BZ_EVQ_PTR_TBL, abs_evq); in efx_vfdi_init_evq()
599 efx_writeo_table(efx, &reg, FR_BZ_RX_DESC_PTR_TBL, in efx_vfdi_init_rxq()
645 efx_writeo_table(efx, &reg, FR_BZ_TX_DESC_PTR_TBL, in efx_vfdi_init_txq()
736 efx_writeo_table(efx, &reg, FR_BZ_RX_DESC_PTR_TBL, in efx_vfdi_fini_all_queues()
738 efx_writeo_table(efx, &reg, FR_BZ_TX_DESC_PTR_TBL, in efx_vfdi_fini_all_queues()
740 efx_writeo_table(efx, &reg, FR_BZ_EVQ_PTR_TBL, in efx_vfdi_fini_all_queues()
742 efx_writeo_table(efx, &reg, FR_BZ_TIMER_TBL, in efx_vfdi_fini_all_queues()
983 efx_writeo_table(efx, &reg, FR_BZ_TIMER_TBL, abs_evq); in efx_sriov_reset_vf()
988 efx_writeo_table(efx, &reg, FR_BZ_EVQ_PTR_TBL, abs_evq); in efx_sriov_reset_vf()
Dfarch.c394 efx_writeo_table(efx, &reg, efx->type->txd_ptr_tbl_base, in efx_farch_tx_init()
415 efx_writeo_table(efx, &reg, FR_BZ_TX_PACE_TBL, in efx_farch_tx_init()
441 efx_writeo_table(efx, &tx_desc_ptr, efx->type->txd_ptr_tbl_base, in efx_farch_tx_fini()
550 efx_writeo_table(efx, &rx_desc_ptr, efx->type->rxd_ptr_tbl_base, in efx_farch_rx_init()
573 efx_writeo_table(efx, &rx_desc_ptr, efx->type->rxd_ptr_tbl_base, in efx_farch_rx_fini()
1369 efx_writeo_table(efx, &reg, FR_BZ_TIMER_TBL, channel->channel); in efx_farch_ev_init()
1383 efx_writeo_table(efx, &reg, efx->type->evq_ptr_tbl_base, in efx_farch_ev_init()
1396 efx_writeo_table(efx, &reg, efx->type->evq_ptr_tbl_base, in efx_farch_ev_fini()
1399 efx_writeo_table(efx, &reg, FR_BZ_TIMER_TBL, channel->channel); in efx_farch_ev_fini()
Dio.h212 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table() function