Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_flash.h62 efx_dword_t magic;
63 efx_dword_t no_of_blobs;
67 efx_dword_t magic;
68 efx_dword_t cpu_type;
69 efx_dword_t build_variant;
70 efx_dword_t offset;
71 efx_dword_t length;
72 efx_dword_t checksum;
107 efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */
117 efx_dword_t firmware_text_offset; /* offset to firmware .text */
[all …]
H A Def10_mcdi.c51 efx_dword_t dword; in ef10_mcdi_init()
118 efx_dword_t dword; in ef10_mcdi_send_request()
125 for (pos = 0; pos < hdr_len; pos += sizeof (efx_dword_t)) { in ef10_mcdi_send_request()
126 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos); in ef10_mcdi_send_request()
131 for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) { in ef10_mcdi_send_request()
132 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in ef10_mcdi_send_request()
156 efx_dword_t hdr; in ef10_mcdi_poll_response()
172 efx_dword_t data; in ef10_mcdi_read_response()
174 for (pos = 0; pos < length; pos += sizeof (efx_dword_t)) { in ef10_mcdi_read_response()
186 efx_dword_t dword; in ef10_mcdi_poll_reboot()
H A Dsiena_mcdi.c61 efx_dword_t dword; in siena_mcdi_send_request()
73 EFSYS_ASSERT3U(hdr_len, ==, sizeof (efx_dword_t)); in siena_mcdi_send_request()
74 dword = *(efx_dword_t *)hdrp; in siena_mcdi_send_request()
78 for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) { in siena_mcdi_send_request()
79 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in siena_mcdi_send_request()
104 efx_dword_t dword; in siena_mcdi_poll_reboot()
132 efx_dword_t hdr; in siena_mcdi_poll_response()
152 efx_dword_t data; in siena_mcdi_read_response()
157 for (pos = 0; pos < length; pos += sizeof (efx_dword_t)) { in siena_mcdi_read_response()
H A Defx_mcdi.h155 __out_opt efx_dword_t *capabilitiesp,
252 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
256 EFX_SET_DWORD_FIELD(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
260 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
265 EFX_POPULATE_DWORD_2(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
271 EFX_POPULATE_DWORD_3(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
278 EFX_POPULATE_DWORD_4(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
287 EFX_POPULATE_DWORD_5(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
297 EFX_POPULATE_DWORD_6(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
308 EFX_POPULATE_DWORD_7(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
[all …]
H A Defx_mcdi.c246 efx_dword_t hdr[2]; in efx_mcdi_request_start()
343 efx_dword_t hdr[2]; in efx_mcdi_read_response_header()
385 efx_dword_t err[2]; in efx_mcdi_read_response_header()
393 if (err_len >= (MC_CMD_ERR_CODE_OFST + sizeof (efx_dword_t))) in efx_mcdi_read_response_header()
396 if (err_len >= (MC_CMD_ERR_ARG_OFST + sizeof (efx_dword_t))) in efx_mcdi_read_response_header()
457 efx_dword_t hdr[2]; in efx_mcdi_finish_response()
1150 EFX_DWORD_FIELD(*MCDI_OUT(req, efx_dword_t, ofst), in efx_mcdi_read_assertion()
1152 ofst += sizeof (efx_dword_t); in efx_mcdi_read_assertion()
1254 __out_opt efx_dword_t *capabilitiesp,
1301 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t,
[all …]
H A Defx_wol.c139 efx_dword_t *dwordp; in efx_wol_filter_add()
152 dwordp = MCDI_IN2(req, efx_dword_t, in efx_wol_filter_add()
H A Def10_intr.c153 efx_dword_t dword; in ef10_intr_status_line()
H A Dsiena_phy.c447 efx_dword_t dword; \
482 efx_dword_t dword; in siena_phy_decode_stats()
524 efx_dword_t dword; in siena_phy_decode_stats()
H A Def10_ev.c314 efx_dword_t dword; in ef10_ev_qprime()
410 efx_dword_t dword; in ef10_ev_qmoderate()
H A Dsiena_nic.c84 efx_dword_t capabilities; in siena_board_cfg()
H A Defx_intr.c467 efx_dword_t dword; in siena_intr_status_line()
H A Defx_ev.c1024 efx_dword_t dword; in siena_ev_qprime()
1198 efx_dword_t dword; in siena_ev_qmoderate()
H A Defx_impl.h920 (2 * sizeof (efx_dword_t)) + \
935 (3 * sizeof (efx_dword_t)) + \
H A Dmcdi_mon.c234 efx_dword_t dword; in mcdi_mon_decode_stats()
H A Defx_types.h205 } efx_dword_t; typedef
215 efx_dword_t eq_dword[2];
232 efx_dword_t eo_dword[4];
H A Def10_rx.c684 efx_dword_t dword; in ef10_rx_qpush()
H A Defx_rx.c1047 efx_dword_t dword; in siena_rx_qpush()
H A Defx_tx.c773 efx_dword_t dword; in siena_tx_qpush()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Defsys.h167 ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \
233 ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \
313 ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \
396 ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \