Searched refs:ef4_oword_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | io.h | 92 static inline void ef4_writeo(struct ef4_nic *efx, const ef4_oword_t *value, in ef4_writeo() 150 static inline void ef4_reado(struct ef4_nic *efx, ef4_oword_t *value, in ef4_reado() 200 ef4_writeo_table(struct ef4_nic *efx, const ef4_oword_t *value, in ef4_writeo_table() 203 ef4_writeo(efx, value, reg + index * sizeof(ef4_oword_t)); in ef4_writeo_table() 207 static inline void ef4_reado_table(struct ef4_nic *efx, ef4_oword_t *value, in ef4_reado_table() 210 ef4_reado(efx, value, reg + index * sizeof(ef4_oword_t)); in ef4_reado_table() 221 static inline void _ef4_writeo_page(struct ef4_nic *efx, ef4_oword_t *value, in _ef4_writeo_page()
|
D | falcon.c | 284 ef4_oword_t ee_vpd_cfg_reg; /* 0x300 */ 286 ef4_oword_t pcie_sd_ctl0123_reg; /* 0x320 */ 287 ef4_oword_t pcie_sd_ctl45_reg; /* 0x330 */ 288 ef4_oword_t pcie_pcs_ctl_stat_reg; /* 0x340 */ 289 ef4_oword_t hw_init_reg; /* 0x350 */ 290 ef4_oword_t nic_stat_reg; /* 0x360 */ 291 ef4_oword_t glb_ctl_reg; /* 0x370 */ 292 ef4_oword_t srm_cfg_reg; /* 0x380 */ 293 ef4_oword_t spare_reg; /* 0x390 */ 298 ef4_oword_t ee_base_page_reg; /* 0x3B0 */ [all …]
|
D | farch.c | 94 static bool ef4_masked_compare_oword(const ef4_oword_t *a, const ef4_oword_t *b, in ef4_masked_compare_oword() 95 const ef4_oword_t *mask) in ef4_masked_compare_oword() 107 ef4_oword_t mask, imask, original, reg, buf; in ef4_farch_test_registers() 199 ef4_oword_t buf_tbl_upd; in ef4_fini_special_buffer() 291 ef4_oword_t reg; in ef4_farch_push_tx_desc() 379 ef4_oword_t reg; in ef4_farch_tx_init() 435 ef4_oword_t tx_flush_descq; in ef4_farch_flush_tx_queue() 449 ef4_oword_t tx_desc_ptr; in ef4_farch_tx_fini() 524 ef4_oword_t rx_desc_ptr; in ef4_farch_rx_init() 569 ef4_oword_t rx_flush_descq; in ef4_farch_flush_rx_queue() [all …]
|
D | nic.c | 375 len += sizeof(ef4_oword_t); in ef4_nic_get_regs_len() 397 ef4_reado(efx, (ef4_oword_t *)buf, reg->offset); in ef4_nic_get_regs() 398 buf += sizeof(ef4_oword_t); in ef4_nic_get_regs()
|
D | net_driver.h | 636 ef4_oword_t oword[EF4_MCAST_HASH_ENTRIES / sizeof(ef4_oword_t) / 8];
|
D | nic.h | 494 ef4_oword_t mask;
|
D | bitfield.h | 94 } ef4_oword_t; typedef
|