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

/freebsd-12-stable/sys/dev/sfxge/common/
H A Defsys.h466 uint32_t, (_eop)->eo_u32[3], \
467 uint32_t, (_eop)->eo_u32[2], \
468 uint32_t, (_eop)->eo_u32[1], \
469 uint32_t, (_eop)->eo_u32[0]); \
485 (_eop)->eo_u32[0] = *addr++; \
486 (_eop)->eo_u32[1] = *addr++; \
487 (_eop)->eo_u32[2] = *addr++; \
488 (_eop)->eo_u32[3] = *addr; \
491 uint32_t, (_eop)->eo_u32[3], \
492 uint32_t, (_eop)->eo_u32[
[all...]
H A Defx_types.h244 uint32_t eo_u32[4]; member in union:efx_oword_u
343 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \
344 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \
345 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \
346 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))
415 (EFX_EXTRACT32((_oword).eo_u32[0], FIX_LINT(0), FIX_LINT(31), \
417 EFX_EXTRACT32((_oword).eo_u32[1], FIX_LINT(32), FIX_LINT(63), \
419 EFX_EXTRACT32((_oword).eo_u32[2], FIX_LINT(64), FIX_LINT(95), \
421 EFX_EXTRACT32((_oword).eo_u32[3], FIX_LINT(96), FIX_LINT(127), \
481 ((_oword_a).eo_u32[
[all...]
H A Defx_impl.h870 uint32_t, (_eop)->eo_u32[3], \
871 uint32_t, (_eop)->eo_u32[2], \
872 uint32_t, (_eop)->eo_u32[1], \
873 uint32_t, (_eop)->eo_u32[0]); \
882 uint32_t, (_eop)->eo_u32[3], \
883 uint32_t, (_eop)->eo_u32[2], \
884 uint32_t, (_eop)->eo_u32[1], \
885 uint32_t, (_eop)->eo_u32[0]); \
984 uint32_t, (_eop)->eo_u32[3], \
985 uint32_t, (_eop)->eo_u32[
[all...]
H A Dsiena_nic.c609 if (~(rsp->mask.eo_u32[bit >> 5]) & (1 << bit))
740 rsp->mask.eo_u32[0] = *dwordp++;
741 rsp->mask.eo_u32[1] = *dwordp++;
742 rsp->mask.eo_u32[2] = *dwordp++;
743 rsp->mask.eo_u32[3] = *dwordp++;
754 rsp->mask.eo_u32[0] = *dwordp++;
755 rsp->mask.eo_u32[1] = *dwordp++;
756 rsp->mask.eo_u32[2] = *dwordp++;
757 rsp->mask.eo_u32[3] = *dwordp++;
H A Defx_filter.c346 spec->efs_loc_host.eo_u32[0] = host;
371 spec->efs_loc_host.eo_u32[0] = lhost;
373 spec->efs_rem_host.eo_u32[0] = rhost;
593 rhost = is_full ? gen_spec->efs_rem_host.eo_u32[0] : 0;
596 host1 = gen_spec->efs_loc_host.eo_u32[0];
600 host2 = gen_spec->efs_loc_host.eo_u32[0];

Completed in 177 milliseconds