Searched refs:ef4_oword_t (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/ |
D | io.h | 89 static inline void ef4_writeo(struct ef4_nic *efx, const ef4_oword_t *value, in ef4_writeo() 145 static inline void ef4_reado(struct ef4_nic *efx, ef4_oword_t *value, in ef4_reado() 195 ef4_writeo_table(struct ef4_nic *efx, const ef4_oword_t *value, in ef4_writeo_table() 198 ef4_writeo(efx, value, reg + index * sizeof(ef4_oword_t)); in ef4_writeo_table() 202 static inline void ef4_reado_table(struct ef4_nic *efx, ef4_oword_t *value, in ef4_reado_table() 205 ef4_reado(efx, value, reg + index * sizeof(ef4_oword_t)); in ef4_reado_table() 216 static inline void _ef4_writeo_page(struct ef4_nic *efx, ef4_oword_t *value, in _ef4_writeo_page()
|
D | falcon.c | 281 ef4_oword_t ee_vpd_cfg_reg; /* 0x300 */ 283 ef4_oword_t pcie_sd_ctl0123_reg; /* 0x320 */ 284 ef4_oword_t pcie_sd_ctl45_reg; /* 0x330 */ 285 ef4_oword_t pcie_pcs_ctl_stat_reg; /* 0x340 */ 286 ef4_oword_t hw_init_reg; /* 0x350 */ 287 ef4_oword_t nic_stat_reg; /* 0x360 */ 288 ef4_oword_t glb_ctl_reg; /* 0x370 */ 289 ef4_oword_t srm_cfg_reg; /* 0x380 */ 290 ef4_oword_t spare_reg; /* 0x390 */ 295 ef4_oword_t ee_base_page_reg; /* 0x3B0 */ [all …]
|
D | farch.c | 91 static bool ef4_masked_compare_oword(const ef4_oword_t *a, const ef4_oword_t *b, in ef4_masked_compare_oword() 92 const ef4_oword_t *mask) in ef4_masked_compare_oword() 104 ef4_oword_t mask, imask, original, reg, buf; in ef4_farch_test_registers() 196 ef4_oword_t buf_tbl_upd; in ef4_fini_special_buffer() 288 ef4_oword_t reg; in ef4_farch_push_tx_desc() 376 ef4_oword_t reg; in ef4_farch_tx_init() 432 ef4_oword_t tx_flush_descq; in ef4_farch_flush_tx_queue() 446 ef4_oword_t tx_desc_ptr; in ef4_farch_tx_fini() 521 ef4_oword_t rx_desc_ptr; in ef4_farch_rx_init() 566 ef4_oword_t rx_flush_descq; in ef4_farch_flush_rx_queue() [all …]
|
D | nic.c | 372 len += sizeof(ef4_oword_t); in ef4_nic_get_regs_len() 394 ef4_reado(efx, (ef4_oword_t *)buf, reg->offset); in ef4_nic_get_regs() 395 buf += sizeof(ef4_oword_t); in ef4_nic_get_regs()
|
D | net_driver.h | 633 ef4_oword_t oword[EF4_MCAST_HASH_ENTRIES / sizeof(ef4_oword_t) / 8];
|
D | nic.h | 491 ef4_oword_t mask;
|
D | bitfield.h | 91 } ef4_oword_t; typedef
|