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

/freebsd-current/sys/dev/sfxge/common/
H A Defsys.h418 uint32_t, (_eop)->eo_u32[3], \
419 uint32_t, (_eop)->eo_u32[2], \
420 uint32_t, (_eop)->eo_u32[1], \
421 uint32_t, (_eop)->eo_u32[0]); \
437 (_eop)->eo_u32[0] = *addr++; \
438 (_eop)->eo_u32[1] = *addr++; \
439 (_eop)->eo_u32[2] = *addr++; \
440 (_eop)->eo_u32[3] = *addr; \
443 uint32_t, (_eop)->eo_u32[3], \
444 uint32_t, (_eop)->eo_u32[
[all...]
H A Defx_types.h243 uint32_t eo_u32[4]; member in union:efx_oword_u
342 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \
343 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \
344 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \
345 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))
424 (EFX_EXTRACT32((_oword).eo_u32[0], FIX_LINT(0), FIX_LINT(31), \
426 EFX_EXTRACT32((_oword).eo_u32[1], FIX_LINT(32), FIX_LINT(63), \
428 EFX_EXTRACT32((_oword).eo_u32[2], FIX_LINT(64), FIX_LINT(95), \
430 EFX_EXTRACT32((_oword).eo_u32[3], FIX_LINT(96), FIX_LINT(127), \
488 ((_oword_a).eo_u32[
[all...]
H A Defx_impl.h959 uint32_t, (_eop)->eo_u32[3], \
960 uint32_t, (_eop)->eo_u32[2], \
961 uint32_t, (_eop)->eo_u32[1], \
962 uint32_t, (_eop)->eo_u32[0]); \
971 uint32_t, (_eop)->eo_u32[3], \
972 uint32_t, (_eop)->eo_u32[2], \
973 uint32_t, (_eop)->eo_u32[1], \
974 uint32_t, (_eop)->eo_u32[0]); \
1067 uint32_t, (_eop)->eo_u32[3], \
1068 uint32_t, (_eop)->eo_u32[
[all...]
H A Dsiena_nic.c638 if (~(rsp->mask.eo_u32[bit >> 5]) & (1 << bit))
768 rsp->mask.eo_u32[0] = *dwordp++;
769 rsp->mask.eo_u32[1] = *dwordp++;
770 rsp->mask.eo_u32[2] = *dwordp++;
771 rsp->mask.eo_u32[3] = *dwordp++;
782 rsp->mask.eo_u32[0] = *dwordp++;
783 rsp->mask.eo_u32[1] = *dwordp++;
784 rsp->mask.eo_u32[2] = *dwordp++;
785 rsp->mask.eo_u32[3] = *dwordp++;
H A Defx_filter.c365 spec->efs_loc_host.eo_u32[0] = host;
390 spec->efs_loc_host.eo_u32[0] = lhost;
392 spec->efs_rem_host.eo_u32[0] = rhost;
741 rhost = is_full ? gen_spec->efs_rem_host.eo_u32[0] : 0;
744 host1 = gen_spec->efs_loc_host.eo_u32[0];
748 host2 = gen_spec->efs_loc_host.eo_u32[0];

Completed in 185 milliseconds