Lines Matching defs:efx

54 static inline u32 efx_reg(struct efx_nic *efx, unsigned int reg)  in efx_reg()
60 static inline void _efx_writeq(struct efx_nic *efx, __le64 value, in _efx_writeq()
65 static inline __le64 _efx_readq(struct efx_nic *efx, unsigned int reg) in _efx_readq()
71 static inline void _efx_writed(struct efx_nic *efx, __le32 value, in _efx_writed()
76 static inline __le32 _efx_readd(struct efx_nic *efx, unsigned int reg) in _efx_readd()
82 static inline void efx_writeo(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo()
105 static inline void efx_writed(struct efx_nic *efx, const efx_dword_t *value, in efx_writed()
117 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value, in efx_reado()
135 static inline void efx_readd(struct efx_nic *efx, efx_dword_t *value, in efx_readd()
146 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table()
153 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value, in efx_reado_table()
166 static inline unsigned int efx_paged_reg(struct efx_nic *efx, unsigned int page, in efx_paged_reg()
173 static inline void _efx_writeo_page(struct efx_nic *efx, efx_oword_t *value, in _efx_writeo_page()
192 #define efx_writeo_page(efx, value, reg, page) \ argument
202 _efx_writed_page(struct efx_nic *efx, const efx_dword_t *value, in _efx_writed_page()
207 #define efx_writed_page(efx, value, reg, page) \ argument
224 static inline void _efx_writed_page_locked(struct efx_nic *efx, in _efx_writed_page_locked()
239 #define efx_writed_page_locked(efx, value, reg, page) \ argument