Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dio.h104 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo()
162 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado()
212 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table()
215 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t)); in efx_writeo_table()
219 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value, in efx_reado_table()
222 efx_reado(efx, value, reg + index * sizeof(efx_oword_t)); in efx_reado_table()
236 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
Dfarch.c96 static bool efx_masked_compare_oword(const efx_oword_t *a, const efx_oword_t *b, in efx_masked_compare_oword()
97 const efx_oword_t *mask) in efx_masked_compare_oword()
109 efx_oword_t mask, imask, original, reg, buf; in efx_farch_test_registers()
201 efx_oword_t buf_tbl_upd; in efx_fini_special_buffer()
300 efx_oword_t reg; in efx_farch_push_tx_desc()
386 efx_oword_t reg; in efx_farch_tx_init()
423 efx_oword_t tx_flush_descq; in efx_farch_flush_tx_queue()
437 efx_oword_t tx_desc_ptr; in efx_farch_tx_fini()
512 efx_oword_t rx_desc_ptr; in efx_farch_rx_init()
551 efx_oword_t rx_flush_descq; in efx_farch_flush_rx_queue()
[all …]
Dnic.c382 len += sizeof(efx_oword_t); in efx_nic_get_regs_len()
404 efx_reado(efx, (efx_oword_t *)buf, reg->offset); in efx_nic_get_regs()
405 buf += sizeof(efx_oword_t); in efx_nic_get_regs()
Dsiena.c262 efx_oword_t reg; in siena_probe_nic()
299 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic()
346 efx_oword_t temp; in siena_rx_pull_rss_config()
366 efx_oword_t temp; in siena_rx_push_rss_config()
401 efx_oword_t temp; in siena_init_nic()
Dsiena_sriov.c234 efx_oword_t reg; in efx_siena_sriov_usrev()
539 efx_oword_t reg; in efx_vfdi_init_evq()
581 efx_oword_t reg; in efx_vfdi_init_rxq()
622 efx_oword_t reg; in efx_vfdi_init_txq()
682 efx_oword_t reg; in efx_vfdi_fini_all_queues()
949 efx_oword_t reg; in efx_siena_sriov_reset_vf()
Dnet_driver.h712 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
Dnic.h675 efx_oword_t mask;
Dbitfield.h94 } efx_oword_t; typedef
Def10.c2314 efx_oword_t reg; in efx_ef10_push_tx_desc()