Home
last modified time | relevance | path

Searched refs:ef4_oword_t (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dio.h89 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()
H A Dfalcon.c329 ef4_oword_t reg; in falcon_setsda()
339 ef4_oword_t reg; in falcon_setscl()
349 ef4_oword_t reg; in falcon_getsda()
358 ef4_oword_t reg; in falcon_getscl()
518 ef4_oword_t reg; in falcon_spi_poll()
558 ef4_oword_t reg; in falcon_spi_cmd()
1016 ef4_oword_t reg; in falcon_reset_xaui()
1044 ef4_oword_t reg; in falcon_ack_status_intr()
1063 ef4_oword_t reg; in falcon_xgxs_link_ok()
1102 ef4_oword_t reg; in falcon_reconfigure_xmac_core()
[all …]
H A Dfarch.c91 static bool ef4_masked_compare_oword(const ef4_oword_t *a, const ef4_oword_t *b, in ef4_masked_compare_oword()
288 ef4_oword_t reg; in ef4_farch_push_tx_desc()
376 ef4_oword_t reg; in ef4_farch_tx_init()
1339 ef4_oword_t reg; in ef4_farch_ev_init()
1366 ef4_oword_t reg; in ef4_farch_ev_fini()
1463 ef4_oword_t reg; in ef4_farch_fatal_interrupt()
1665 ef4_oword_t temp; in ef4_farch_init_common()
1943 ef4_oword_t tx_cfg; in ef4_farch_filter_push_tx_limits()
2325 ef4_oword_t filter; in ef4_farch_filter_insert()
2681 ef4_oword_t filter; in ef4_farch_filter_table_restore()
[all …]
H A Dnic.c372 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()
H A Dnet_driver.h633 ef4_oword_t oword[EF4_MCAST_HASH_ENTRIES / sizeof(ef4_oword_t) / 8];
H A Dnic.h491 ef4_oword_t mask;
H A Dbitfield.h91 } ef4_oword_t; typedef