Searched refs:eo_u32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defsys.h473 uint32_t, (_eop)->eo_u32[3], \
474 uint32_t, (_eop)->eo_u32[2], \
475 uint32_t, (_eop)->eo_u32[1], \
476 uint32_t, (_eop)->eo_u32[0]); \
491 (_eop)->eo_u32[0] = *addr++; \
492 (_eop)->eo_u32[1] = *addr++; \
493 (_eop)->eo_u32[2] = *addr++; \
494 (_eop)->eo_u32[3] = *addr; \
497 uint32_t, (_eop)->eo_u32[3], \
498 uint32_t, (_eop)->eo_u32[
[all...]
H A Defx_types.h242 uint32_t eo_u32[4]; member in union:efx_oword_u
341 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \
342 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \
343 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \
344 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))
413 (EFX_EXTRACT32((_oword).eo_u32[0], FIX_LINT(0), FIX_LINT(31), \
415 EFX_EXTRACT32((_oword).eo_u32[1], FIX_LINT(32), FIX_LINT(63), \
417 EFX_EXTRACT32((_oword).eo_u32[2], FIX_LINT(64), FIX_LINT(95), \
419 EFX_EXTRACT32((_oword).eo_u32[3], FIX_LINT(96), FIX_LINT(127), \
479 ((_oword_a).eo_u32[
[all...]
H A Defx_impl.h860 uint32_t, (_eop)->eo_u32[3], \
861 uint32_t, (_eop)->eo_u32[2], \
862 uint32_t, (_eop)->eo_u32[1], \
863 uint32_t, (_eop)->eo_u32[0]); \
872 uint32_t, (_eop)->eo_u32[3], \
873 uint32_t, (_eop)->eo_u32[2], \
874 uint32_t, (_eop)->eo_u32[1], \
875 uint32_t, (_eop)->eo_u32[0]); \
974 uint32_t, (_eop)->eo_u32[3], \
975 uint32_t, (_eop)->eo_u32[
[all...]
H A Dsiena_nic.c512 rsp->mask.eo_u32[0] = *dwordp++;
513 rsp->mask.eo_u32[1] = *dwordp++;
514 rsp->mask.eo_u32[2] = *dwordp++;
515 rsp->mask.eo_u32[3] = *dwordp++;
526 rsp->mask.eo_u32[0] = *dwordp++;
527 rsp->mask.eo_u32[1] = *dwordp++;
528 rsp->mask.eo_u32[2] = *dwordp++;
529 rsp->mask.eo_u32[3] = *dwordp++;
H A Defx_filter.c326 spec->efs_loc_host.eo_u32[0] = host;
351 spec->efs_loc_host.eo_u32[0] = lhost;
353 spec->efs_rem_host.eo_u32[0] = rhost;
506 rhost = is_full ? gen_spec->efs_rem_host.eo_u32[0] : 0;
509 host1 = gen_spec->efs_loc_host.eo_u32[0];
513 host2 = gen_spec->efs_loc_host.eo_u32[0];
H A Defx_nic.c667 if (~(rsp->mask.eo_u32[bit >> 5]) & (1 << bit))

Completed in 76 milliseconds