/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | siena_flash.h | 62 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 D | ef10_mcdi.c | 51 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 D | siena_mcdi.c | 61 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 D | efx_mcdi.h | 155 __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 D | efx_mcdi.c | 246 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 D | efx_wol.c | 139 efx_dword_t *dwordp; in efx_wol_filter_add() 152 dwordp = MCDI_IN2(req, efx_dword_t, in efx_wol_filter_add()
|
H A D | ef10_intr.c | 153 efx_dword_t dword; in ef10_intr_status_line()
|
H A D | siena_phy.c | 447 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 D | ef10_ev.c | 314 efx_dword_t dword; in ef10_ev_qprime() 410 efx_dword_t dword; in ef10_ev_qmoderate()
|
H A D | siena_nic.c | 84 efx_dword_t capabilities; in siena_board_cfg()
|
H A D | efx_intr.c | 467 efx_dword_t dword; in siena_intr_status_line()
|
H A D | efx_ev.c | 1024 efx_dword_t dword; in siena_ev_qprime() 1198 efx_dword_t dword; in siena_ev_qmoderate()
|
H A D | efx_impl.h | 920 (2 * sizeof (efx_dword_t)) + \ 935 (3 * sizeof (efx_dword_t)) + \
|
H A D | mcdi_mon.c | 234 efx_dword_t dword; in mcdi_mon_decode_stats()
|
H A D | efx_types.h | 205 } efx_dword_t; typedef 215 efx_dword_t eq_dword[2]; 232 efx_dword_t eo_dword[4];
|
H A D | ef10_rx.c | 684 efx_dword_t dword; in ef10_rx_qpush()
|
H A D | efx_rx.c | 1047 efx_dword_t dword; in siena_rx_qpush()
|
H A D | efx_tx.c | 773 efx_dword_t dword; in siena_tx_qpush()
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | efsys.h | 167 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))); \
|