Searched refs:efx_qword_t (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/dev/sfxge/common/
H A Defx_sram.c44 efx_qword_t qword;
211 __out efx_qword_t *eqp)
218 for (index = 0; index < sizeof (efx_qword_t); index++)
226 __out efx_qword_t *eqp)
240 __out efx_qword_t *eqp)
253 __out efx_qword_t *eqp)
266 __out efx_qword_t *eqp)
271 for (index = 0; index < sizeof (efx_qword_t); index++) {
287 __out efx_qword_t *eqp)
293 EFX_CLEAR_QWORD_BIT(*eqp, (offset / sizeof (efx_qword_t))
[all...]
H A Dmcdi_mon.h55 __in efx_qword_t *eqp,
H A Def10_tx.c60 efx_qword_t *dma_addr;
109 dma_addr = MCDI_IN2(req, efx_qword_t, INIT_TXQ_IN_DMA_ADDR);
343 efx_qword_t *eqp;
346 EFSYS_ASSERT(length % sizeof (efx_qword_t) == 0);
363 eqp = (efx_qword_t *)buffer;
367 write_offset += sizeof (efx_qword_t);
387 efx_qword_t pio_desc;
404 offset = id * sizeof (efx_qword_t);
456 efx_qword_t qword;
463 offset = id * sizeof (efx_qword_t);
[all...]
H A Def10_ev.c60 __in efx_qword_t *eqp,
67 __in efx_qword_t *eqp,
74 __in efx_qword_t *eqp,
81 __in efx_qword_t *eqp,
88 __in efx_qword_t *eqp,
152 efx_qword_t *dma_addr;
231 dma_addr = MCDI_IN2(req, efx_qword_t, INIT_EVQ_IN_DMA_ADDR);
289 efx_qword_t *dma_addr;
356 dma_addr = MCDI_IN2(req, efx_qword_t, INIT_EVQ_V2_IN_DMA_ADDR);
620 __in efx_qword_t dat
[all...]
H A Defx_ev.c352 efx_qword_t qword;
356 offset = (count & eep->ee_mask) * sizeof (efx_qword_t);
373 offset = (count & eep->ee_mask) * sizeof (efx_qword_t);
388 efx_qword_t ev[EFX_EV_BATCH];
417 offset = (count & eep->ee_mask) * sizeof (efx_qword_t);
428 offset += sizeof (efx_qword_t);
451 offset *= sizeof (efx_qword_t);
524 offset = (count & eep->ee_mask) * sizeof (efx_qword_t);
527 offset += sizeof (efx_qword_t);
642 __in efx_qword_t *eq
[all...]
H A Dsiena_sram.c85 efx_qword_t qword;
86 efx_qword_t verify;
H A Defsys.h366 sizeof (efx_qword_t)), \
386 sizeof (efx_qword_t)), \
478 sizeof (efx_qword_t)), \
499 sizeof (efx_qword_t)), \
623 sizeof (efx_qword_t)), \
675 sizeof (efx_qword_t)), \
769 sizeof (efx_qword_t)), \
784 (_offset), sizeof (efx_qword_t), \
798 sizeof (efx_qword_t)), \
813 (_offset), sizeof (efx_qword_t), \
[all...]
H A Defx_nic.c752 __out efx_qword_t *maskp)
754 efx_qword_t mask;
860 efx_qword_t mask;
861 efx_qword_t modes;
891 *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_SUGGESTED));
893 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_100M);
897 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_1G);
901 modes = *MCDI_OUT2(req, efx_qword_t, GET_LOOPBACK_MODES_OUT_10G);
909 modes = *MCDI_OUT2(req, efx_qword_t,
919 modes = *MCDI_OUT2(req, efx_qword_t,
[all...]
H A Dsiena_mac.c265 EFSYS_MEM_READQ((_esmp), (_field) * sizeof (efx_qword_t), _eqp)
275 efx_qword_t generation_start;
276 efx_qword_t generation_end;
277 efx_qword_t value;
286 (encp->enc_mac_stats_nstats * sizeof (efx_qword_t))) {
H A Def10_rx.c59 efx_qword_t *dma_addr;
136 dma_addr = MCDI_IN2(req, efx_qword_t, INIT_RXQ_IN_DMA_ADDR);
813 efx_qword_t qword;
846 offset = id * sizeof (efx_qword_t);
940 efx_qword_t *qwordp;
948 qwordp = (efx_qword_t *)buffer;
H A Def10_mac.c600 EFSYS_MEM_READQ((_esmp), (_field) * sizeof (efx_qword_t), _eqp)
610 efx_qword_t generation_start;
611 efx_qword_t generation_end;
612 efx_qword_t value;
638 (encp->enc_mac_stats_nstats * sizeof (efx_qword_t))) {
H A Dmcdi_mon.c159 __in efx_qword_t *eqp,
375 efx_qword_t *limit_info;
401 limit_info = (efx_qword_t *)(maskp + 1);
H A Defx.h962 __out efx_qword_t *maskp);
1329 efx_qword_t enc_loopback_types[EFX_LINK_NMODES];
1913 __out efx_qword_t *eqp);
2002 #define EFX_EVQ_SIZE(_nevs) ((_nevs) * sizeof (efx_qword_t))
2488 #define EFX_RXQ_SIZE(_ndescs) ((_ndescs) * sizeof (efx_qword_t))
2579 efx_qword_t ed_eq;
2653 #define EFX_TXQ_SIZE(_ndescs) ((_ndescs) * sizeof (efx_qword_t))
H A Dsiena_impl.h333 __in efx_qword_t *eqp,
H A Defx_tx.c749 efx_qword_t qword; \
752 offset = id * sizeof (efx_qword_t); \
H A Def10_phy.c192 __in efx_qword_t *eqp,
H A Dsiena_phy.c115 __in efx_qword_t *eqp,
H A Defx_rx.c1460 efx_qword_t qword;
1482 offset = id * sizeof (efx_qword_t);
H A Def10_impl.h623 __in efx_qword_t *eqp,
H A Defx_types.h55 * we define our datatypes (efx_oword_t, efx_qword_t and efx_dword_t)
225 } efx_qword_t; typedef in typeref:union:efx_qword_u
236 efx_qword_t eo_qword[2];
317 /* Format string for printing an efx_qword_t */
335 /* Parameters for printing an efx_qword_t */
H A Defx_impl.h769 typedef boolean_t (*efx_ev_handler_t)(efx_evq_t *, efx_qword_t *,
H A Defx_mcdi.c1860 bytes = encp->enc_mac_stats_nstats * sizeof (efx_qword_t);

Completed in 299 milliseconds