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

/freebsd-11.0-release/sys/dev/sfxge/common/
H A Dsiena_flash.h64 efx_dword_t magic;
65 efx_dword_t no_of_blobs;
69 efx_dword_t magic;
70 efx_dword_t cpu_type;
71 efx_dword_t build_variant;
72 efx_dword_t offset;
73 efx_dword_t length;
74 efx_dword_t checksum;
109 efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */
119 efx_dword_t firmware_text_offse
[all...]
H A Def10_mcdi.c54 efx_dword_t dword;
121 efx_dword_t dword;
128 for (pos = 0; pos < hdr_len; pos += sizeof (efx_dword_t)) {
129 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos);
134 for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) {
135 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
159 efx_dword_t hdr;
175 efx_dword_t data;
177 for (pos = 0; pos < length; pos += sizeof (efx_dword_t)) {
189 efx_dword_t dwor
[all...]
H A Dsiena_mcdi.c64 efx_dword_t dword;
76 EFSYS_ASSERT3U(hdr_len, ==, sizeof (efx_dword_t));
77 dword = *(efx_dword_t *)hdrp;
81 for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) {
82 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
106 efx_dword_t dword;
134 efx_dword_t hdr;
154 efx_dword_t data;
159 for (pos = 0; pos < length; pos += sizeof (efx_dword_t)) {
H A Defx_mcdi.h157 __out_opt efx_dword_t *capabilitiesp,
254 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
258 EFX_SET_DWORD_FIELD(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
262 EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
267 EFX_POPULATE_DWORD_2(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
273 EFX_POPULATE_DWORD_3(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
280 EFX_POPULATE_DWORD_4(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
289 EFX_POPULATE_DWORD_5(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
299 EFX_POPULATE_DWORD_6(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
310 EFX_POPULATE_DWORD_7(*MCDI_IN2(_emr, efx_dword_t, _ofs
[all...]
H A Def10_intr.c156 efx_dword_t dword;
H A Defx_mcdi.c249 efx_dword_t hdr[2];
346 efx_dword_t hdr[2];
388 efx_dword_t err[2];
396 if (err_len >= (MC_CMD_ERR_CODE_OFST + sizeof (efx_dword_t)))
399 if (err_len >= (MC_CMD_ERR_ARG_OFST + sizeof (efx_dword_t)))
460 efx_dword_t hdr[2];
1158 EFX_DWORD_FIELD(*MCDI_OUT(req, efx_dword_t, ofst),
1160 ofst += sizeof (efx_dword_t);
1262 __out_opt efx_dword_t *capabilitiesp,
1309 *capabilitiesp = *MCDI_OUT2(req, efx_dword_t,
[all...]
H A Defx_wol.c142 efx_dword_t *dwordp;
155 dwordp = MCDI_IN2(req, efx_dword_t,
H A Defsys.h404 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
511 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
652 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
785 KASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t)), \
801 (_offset), sizeof (efx_dword_t), \
H A Dsiena_phy.c450 efx_dword_t dword; \
485 efx_dword_t dword;
527 efx_dword_t dword;
H A Defx_intr.c470 efx_dword_t dword;
H A Dsiena_nic.c87 efx_dword_t capabilities;
H A Def10_ev.c524 efx_dword_t dword;
620 efx_dword_t dword;
H A Defx_impl.h916 (2 * sizeof (efx_dword_t)) + \
931 (3 * sizeof (efx_dword_t)) + \
H A Def10_rx.c688 efx_dword_t dword;
H A Dmcdi_mon.c237 efx_dword_t dword;
H A Defx_ev.c1060 efx_dword_t dword;
1234 efx_dword_t dword;
H A Defx_types.h55 * we define our datatypes (efx_oword_t, efx_qword_t and efx_dword_t)
207 } efx_dword_t; typedef in typeref:union:efx_dword_u
217 efx_dword_t eq_dword[2];
234 efx_dword_t eo_dword[4];
313 /* Format string for printing an efx_dword_t */
330 /* Parameters for printing an efx_dword_t */
H A Defx_rx.c1049 efx_dword_t dword;
H A Defx_tx.c776 efx_dword_t dword;

Completed in 125 milliseconds