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

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dio.h89 static inline void ef4_writeo(struct ef4_nic *efx, const ef4_oword_t *value,
145 static inline void ef4_reado(struct ef4_nic *efx, ef4_oword_t *value,
195 ef4_writeo_table(struct ef4_nic *efx, const ef4_oword_t *value,
198 ef4_writeo(efx, value, reg + index * sizeof(ef4_oword_t));
202 static inline void ef4_reado_table(struct ef4_nic *efx, ef4_oword_t *value,
205 ef4_reado(efx, value, reg + index * sizeof(ef4_oword_t));
216 static inline void _ef4_writeo_page(struct ef4_nic *efx, ef4_oword_t *value,
H A Dfalcon.c281 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_re
[all...]
H A Dfarch.c91 static bool ef4_masked_compare_oword(const ef4_oword_t *a, const ef4_oword_t *b,
92 const ef4_oword_t *mask)
104 ef4_oword_t mask, imask, original, reg, buf;
196 ef4_oword_t buf_tbl_upd;
288 ef4_oword_t reg;
376 ef4_oword_t reg;
432 ef4_oword_t tx_flush_descq;
446 ef4_oword_t tx_desc_ptr;
521 ef4_oword_t rx_desc_pt
[all...]
H A Dnic.c372 len += sizeof(ef4_oword_t);
394 ef4_reado(efx, (ef4_oword_t *)buf, reg->offset);
395 buf += sizeof(ef4_oword_t);
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.h22 * we define our datatypes (ef4_oword_t, ef4_qword_t and
91 } ef4_oword_t; typedef in typeref:union:ef4_oword

Completed in 312 milliseconds