Home
last modified time | relevance | path

Searched refs:efx_dword_t (Results 1 – 14 of 14) sorted by relevance

/trueos/sys/dev/sfxge/common/
HDsiena_flash.h52 efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */
61 efx_dword_t firmware_text_offset; /* offset to firmware .text */
62 efx_dword_t firmware_text_size; /* length of firmware .text, in bytes */
63 efx_dword_t firmware_data_offset; /* offset to firmware .data */
64 efx_dword_t firmware_data_size; /* length of firmware .data, in bytes */
65 efx_dword_t reserved_b[8]; /* (set to 0) */
72 efx_dword_t magic; /* = SIENA_MC_STATIC_CONFIG_MAGIC */
76 efx_dword_t static_vpd_offset;
77 efx_dword_t static_vpd_length;
78 efx_dword_t capabilities;
[all …]
HDefx_mcdi.h105 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
109 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
114 EFX_POPULATE_DWORD_2(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
120 EFX_POPULATE_DWORD_3(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
127 EFX_POPULATE_DWORD_4(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
136 EFX_POPULATE_DWORD_5(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
146 EFX_POPULATE_DWORD_6(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
157 EFX_POPULATE_DWORD_7(MCDI_IN2(_emr, efx_dword_t, _ofst), \
170 EFX_POPULATE_DWORD_8(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
184 EFX_POPULATE_DWORD_9(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
[all …]
HDefx_mcdi.c52 efx_dword_t dword; in efx_mcdi_request_start()
112 for (pos = 0; pos < emrp->emr_in_length; pos += sizeof (efx_dword_t)) { in efx_mcdi_request_start()
113 memcpy(&dword, MCDI_IN(*emrp, efx_dword_t, pos), in efx_mcdi_request_start()
132 efx_dword_t data; in efx_mcdi_request_copyout()
142 for (pos = 0; pos < bytes; pos += sizeof (efx_dword_t)) { in efx_mcdi_request_copyout()
145 memcpy(MCDI_OUT(*emrp, efx_dword_t, pos), &data, in efx_mcdi_request_copyout()
226 efx_dword_t dword; in efx_mcdi_poll_reboot()
256 efx_dword_t dword; in efx_mcdi_request_poll()
324 efx_dword_t errdword; in efx_mcdi_request_poll()
HDsiena_nic.c178 EFX_DWORD_FIELD(*MCDI_OUT(req, efx_dword_t, ofst), in siena_nic_read_assertion()
180 ofst += sizeof (efx_dword_t); in siena_nic_read_assertion()
283 efx_dword_t *capabilities; in siena_board_cfg()
309 capabilities = MCDI_OUT2(req, efx_dword_t, in siena_board_cfg()
314 capabilities = MCDI_OUT2(req, efx_dword_t, in siena_board_cfg()
HDefsys.h408 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
515 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
653 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
786 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
802 (_offset), sizeof (efx_dword_t), \
HDefx_wol.c137 efx_dword_t *dwordp; in efx_wol_filter_add()
150 dwordp = MCDI_IN2(req, efx_dword_t, in efx_wol_filter_add()
HDsiena_phy.c442 efx_dword_t dword; \
477 efx_dword_t dword; in siena_phy_decode_stats()
519 efx_dword_t dword; in siena_phy_decode_stats()
HDsiena_mon.c170 efx_dword_t dword; in siena_mon_decode_stats()
HDefx_intr.c246 efx_dword_t dword; in efx_intr_status_line()
HDefx_ev.c666 efx_dword_t dword; in efx_ev_qprime()
855 efx_dword_t dword; in efx_ev_qmoderate()
HDefx_tx.c207 efx_dword_t dword; in efx_tx_qpush()
HDefx_types.h203 } efx_dword_t; typedef
213 efx_dword_t eq_dword[2];
230 efx_dword_t eo_dword[4];
HDefx_impl.h590 (3 * sizeof (efx_dword_t)) + \
HDefx_rx.c596 efx_dword_t dword; in efx_rx_qpush()