Searched refs:efx_oword_t (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | io.h | 104 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() 233 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
|
D | falcon.c | 282 efx_oword_t ee_vpd_cfg_reg; /* 0x300 */ 284 efx_oword_t pcie_sd_ctl0123_reg; /* 0x320 */ 285 efx_oword_t pcie_sd_ctl45_reg; /* 0x330 */ 286 efx_oword_t pcie_pcs_ctl_stat_reg; /* 0x340 */ 287 efx_oword_t hw_init_reg; /* 0x350 */ 288 efx_oword_t nic_stat_reg; /* 0x360 */ 289 efx_oword_t glb_ctl_reg; /* 0x370 */ 290 efx_oword_t srm_cfg_reg; /* 0x380 */ 291 efx_oword_t spare_reg; /* 0x390 */ 296 efx_oword_t ee_base_page_reg; /* 0x3B0 */ [all …]
|
D | farch.c | 96 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() 108 efx_oword_t mask, imask, original, reg, buf; in efx_farch_test_registers() 200 efx_oword_t buf_tbl_upd; in efx_fini_special_buffer() 299 efx_oword_t reg; in efx_farch_push_tx_desc() 372 efx_oword_t reg; in efx_farch_tx_init() 428 efx_oword_t tx_flush_descq; in efx_farch_flush_tx_queue() 442 efx_oword_t tx_desc_ptr; in efx_farch_tx_fini() 517 efx_oword_t rx_desc_ptr; in efx_farch_rx_init() 562 efx_oword_t rx_flush_descq; in efx_farch_flush_rx_queue() [all …]
|
D | nic.c | 382 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()
|
D | siena.c | 247 efx_oword_t reg; in siena_probe_nic() 284 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t), in siena_probe_nic() 331 efx_oword_t temp; in siena_rx_push_rss_config() 364 efx_oword_t temp; in siena_init_nic()
|
D | siena_sriov.c | 234 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()
|
D | net_driver.h | 781 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
|
D | nic.h | 780 efx_oword_t mask;
|
D | bitfield.h | 94 } efx_oword_t; typedef
|
D | ef10.c | 1748 efx_oword_t reg; in efx_ef10_push_tx_desc()
|