Searched refs:eo_u32 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 418 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[2], \ [all …]
|
H A D | efx_types.h | 243 uint32_t eo_u32[4]; member 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[0] == (_oword_b).eo_u32[0] && \ [all …]
|
H A D | efx_impl.h | 959 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[2], \ [all …]
|
H A D | siena_nic.c | 638 if (~(rsp->mask.eo_u32[bit >> 5]) & (1 << bit)) in siena_nic_test_registers() 768 rsp->mask.eo_u32[0] = *dwordp++; in siena_nic_register_test() 769 rsp->mask.eo_u32[1] = *dwordp++; in siena_nic_register_test() 770 rsp->mask.eo_u32[2] = *dwordp++; in siena_nic_register_test() 771 rsp->mask.eo_u32[3] = *dwordp++; in siena_nic_register_test() 782 rsp->mask.eo_u32[0] = *dwordp++; in siena_nic_register_test() 783 rsp->mask.eo_u32[1] = *dwordp++; in siena_nic_register_test() 784 rsp->mask.eo_u32[2] = *dwordp++; in siena_nic_register_test() 785 rsp->mask.eo_u32[3] = *dwordp++; in siena_nic_register_test()
|
H A D | efx_filter.c | 365 spec->efs_loc_host.eo_u32[0] = host; in efx_filter_spec_set_ipv4_local() 390 spec->efs_loc_host.eo_u32[0] = lhost; in efx_filter_spec_set_ipv4_full() 392 spec->efs_rem_host.eo_u32[0] = rhost; in efx_filter_spec_set_ipv4_full() 741 rhost = is_full ? gen_spec->efs_rem_host.eo_u32[0] : 0; in siena_filter_spec_from_gen_spec() 744 host1 = gen_spec->efs_loc_host.eo_u32[0]; in siena_filter_spec_from_gen_spec() 748 host2 = gen_spec->efs_loc_host.eo_u32[0]; in siena_filter_spec_from_gen_spec()
|