Searched refs:efx_oword_t (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dio.h76 static inline void efx_writeo(struct efx_nic *efx, efx_oword_t *value,
148 static inline void efx_reado(struct efx_nic *efx, efx_oword_t *value,
200 static inline void efx_writeo_table(struct efx_nic *efx, efx_oword_t *value,
203 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t));
207 static inline void efx_reado_table(struct efx_nic *efx, efx_oword_t *value,
210 efx_reado(efx, value, reg + index * sizeof(efx_oword_t));
217 efx_writed(efx, value, reg + index * sizeof(efx_oword_t));
235 static inline void efx_writeo_page(struct efx_nic *efx, efx_oword_t *value,
H A Dnic.c126 static bool efx_masked_compare_oword(const efx_oword_t *a, const efx_oword_t *b,
127 const efx_oword_t *mask)
138 efx_oword_t mask, imask, original, reg, buf;
233 efx_oword_t buf_tbl_upd;
409 efx_oword_t tx_desc_ptr;
443 efx_oword_t reg;
460 efx_oword_t tx_flush_descq;
474 efx_oword_t tx_desc_ptr;
557 efx_oword_t rx_desc_pt
[all...]
H A Dfalcon.c58 efx_oword_t reg;
68 efx_oword_t reg;
78 efx_oword_t reg;
87 efx_oword_t reg;
161 efx_oword_t *int_ker = efx->irq_status.addr;
215 #define FALCON_SPI_MAX_LEN sizeof(efx_oword_t)
219 efx_oword_t reg;
258 efx_oword_t reg;
448 efx_oword_t reg, mac_ctrl;
523 efx_oword_t re
[all...]
H A Dfalcon_xmac.c31 efx_oword_t sdctl, txdrv;
64 efx_oword_t reg;
91 efx_oword_t reg;
110 efx_oword_t reg;
149 efx_oword_t reg;
202 efx_oword_t reg;
H A Dregs.h3149 efx_oword_t ee_vpd_cfg_reg; /* 0x300 */
3151 efx_oword_t pcie_sd_ctl0123_reg; /* 0x320 */
3152 efx_oword_t pcie_sd_ctl45_reg; /* 0x330 */
3153 efx_oword_t pcie_pcs_ctl_stat_reg; /* 0x340 */
3154 efx_oword_t hw_init_reg; /* 0x350 */
3155 efx_oword_t nic_stat_reg; /* 0x360 */
3156 efx_oword_t glb_ctl_reg; /* 0x370 */
3157 efx_oword_t srm_cfg_reg; /* 0x380 */
3158 efx_oword_t spare_reg; /* 0x390 */
3163 efx_oword_t ee_base_page_re
[all...]
H A Dsiena.c210 efx_oword_t reg;
266 rc = efx_nic_alloc_buffer(efx, &efx->irq_status, sizeof(efx_oword_t));
307 efx_oword_t temp;
H A Dnet_driver.h618 efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
H A Dfalcon_gmac.c31 efx_oword_t reg;
H A Dnic.h219 efx_oword_t mask;
H A Dbitfield.h25 * we define our datatypes (efx_oword_t, efx_qword_t and
90 } efx_oword_t; typedef in typeref:union:efx_oword
H A Dfalcon_boards.c310 efx_oword_t reg;

Completed in 198 milliseconds