Searched refs:ef4_oword_t (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sfc/falcon/ |
H A 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()
|
H A D | bitfield.h | 91 } ef4_oword_t; typedef
|