Searched refs:efx_dword_t (Results 1 – 14 of 14) sorted by relevance
| /trueos/sys/dev/sfxge/common/ |
| HD | siena_flash.h | 52 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 …]
|
| HD | efx_mcdi.h | 105 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 …]
|
| HD | efx_mcdi.c | 52 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()
|
| HD | siena_nic.c | 178 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()
|
| HD | efsys.h | 408 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), \
|
| HD | efx_wol.c | 137 efx_dword_t *dwordp; in efx_wol_filter_add() 150 dwordp = MCDI_IN2(req, efx_dword_t, in efx_wol_filter_add()
|
| HD | siena_phy.c | 442 efx_dword_t dword; \ 477 efx_dword_t dword; in siena_phy_decode_stats() 519 efx_dword_t dword; in siena_phy_decode_stats()
|
| HD | siena_mon.c | 170 efx_dword_t dword; in siena_mon_decode_stats()
|
| HD | efx_intr.c | 246 efx_dword_t dword; in efx_intr_status_line()
|
| HD | efx_ev.c | 666 efx_dword_t dword; in efx_ev_qprime() 855 efx_dword_t dword; in efx_ev_qmoderate()
|
| HD | efx_tx.c | 207 efx_dword_t dword; in efx_tx_qpush()
|
| HD | efx_types.h | 203 } efx_dword_t; typedef 213 efx_dword_t eq_dword[2]; 230 efx_dword_t eo_dword[4];
|
| HD | efx_impl.h | 590 (3 * sizeof (efx_dword_t)) + \
|
| HD | efx_rx.c | 596 efx_dword_t dword; in efx_rx_qpush()
|