Searched refs:efx_oword_t (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | io.h | 101 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo() 157 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado() 207 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table() 210 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t)); in efx_writeo_table() 214 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value, in efx_reado_table() 217 efx_reado(efx, value, reg + index * sizeof(efx_oword_t)); in efx_reado_table() 231 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
|
D | farch.c | 93 static bool efx_masked_compare_oword(const efx_oword_t *a, const efx_oword_t *b, in efx_masked_compare_oword() 94 const efx_oword_t *mask) in efx_masked_compare_oword() 106 efx_oword_t mask, imask, original, reg, buf; in efx_farch_test_registers() 198 efx_oword_t buf_tbl_upd; in efx_fini_special_buffer() 297 efx_oword_t reg; in efx_farch_push_tx_desc() 383 efx_oword_t reg; in efx_farch_tx_init() 420 efx_oword_t tx_flush_descq; in efx_farch_flush_tx_queue() 434 efx_oword_t tx_desc_ptr; in efx_farch_tx_fini() 509 efx_oword_t rx_desc_ptr; in efx_farch_rx_init() 548 efx_oword_t rx_flush_descq; in efx_farch_flush_rx_queue() [all …]
|
D | nic.c | 379 len += sizeof(efx_oword_t); in efx_nic_get_regs_len() 401 efx_reado(efx, (efx_oword_t *)buf, reg->offset); in efx_nic_get_regs() 402 buf += sizeof(efx_oword_t); in efx_nic_get_regs()
|
D | siena.c | 259 efx_oword_t reg; in siena_probe_nic() 296 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic() 343 efx_oword_t temp; in siena_rx_pull_rss_config() 363 efx_oword_t temp; in siena_rx_push_rss_config() 398 efx_oword_t temp; in siena_init_nic()
|
D | siena_sriov.c | 231 efx_oword_t reg; in efx_siena_sriov_usrev() 536 efx_oword_t reg; in efx_vfdi_init_evq() 578 efx_oword_t reg; in efx_vfdi_init_rxq() 619 efx_oword_t reg; in efx_vfdi_init_txq() 679 efx_oword_t reg; in efx_vfdi_fini_all_queues() 946 efx_oword_t reg; in efx_siena_sriov_reset_vf()
|
D | net_driver.h | 709 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
|
D | nic.h | 672 efx_oword_t mask;
|
D | bitfield.h | 91 } efx_oword_t; typedef
|
D | ef10.c | 2311 efx_oword_t reg; in efx_ef10_push_tx_desc()
|