Searched refs:eo_u32 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/sfxge/common/ |
| HD | efsys.h | 464 uint32_t, (_eop)->eo_u32[3], \ 465 uint32_t, (_eop)->eo_u32[2], \ 466 uint32_t, (_eop)->eo_u32[1], \ 467 uint32_t, (_eop)->eo_u32[0]); \ 483 (_eop)->eo_u32[0] = *addr++; \ 484 (_eop)->eo_u32[1] = *addr++; \ 485 (_eop)->eo_u32[2] = *addr++; \ 486 (_eop)->eo_u32[3] = *addr; \ 489 uint32_t, (_eop)->eo_u32[3], \ 490 uint32_t, (_eop)->eo_u32[2], \ [all …]
|
| HD | efx_types.h | 242 uint32_t eo_u32[4]; member 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[0] == (_oword_b).eo_u32[0] && \ [all …]
|
| HD | efx_impl.h | 868 uint32_t, (_eop)->eo_u32[3], \ 869 uint32_t, (_eop)->eo_u32[2], \ 870 uint32_t, (_eop)->eo_u32[1], \ 871 uint32_t, (_eop)->eo_u32[0]); \ 880 uint32_t, (_eop)->eo_u32[3], \ 881 uint32_t, (_eop)->eo_u32[2], \ 882 uint32_t, (_eop)->eo_u32[1], \ 883 uint32_t, (_eop)->eo_u32[0]); \ 982 uint32_t, (_eop)->eo_u32[3], \ 983 uint32_t, (_eop)->eo_u32[2], \ [all …]
|
| HD | siena_nic.c | 607 if (~(rsp->mask.eo_u32[bit >> 5]) & (1 << bit)) in siena_nic_test_registers() 738 rsp->mask.eo_u32[0] = *dwordp++; in siena_nic_register_test() 739 rsp->mask.eo_u32[1] = *dwordp++; in siena_nic_register_test() 740 rsp->mask.eo_u32[2] = *dwordp++; in siena_nic_register_test() 741 rsp->mask.eo_u32[3] = *dwordp++; in siena_nic_register_test() 752 rsp->mask.eo_u32[0] = *dwordp++; in siena_nic_register_test() 753 rsp->mask.eo_u32[1] = *dwordp++; in siena_nic_register_test() 754 rsp->mask.eo_u32[2] = *dwordp++; in siena_nic_register_test() 755 rsp->mask.eo_u32[3] = *dwordp++; in siena_nic_register_test()
|
| HD | efx_filter.c | 344 spec->efs_loc_host.eo_u32[0] = host; in efx_filter_spec_set_ipv4_local() 369 spec->efs_loc_host.eo_u32[0] = lhost; in efx_filter_spec_set_ipv4_full() 371 spec->efs_rem_host.eo_u32[0] = rhost; in efx_filter_spec_set_ipv4_full() 591 rhost = is_full ? gen_spec->efs_rem_host.eo_u32[0] : 0; in siena_filter_spec_from_gen_spec() 594 host1 = gen_spec->efs_loc_host.eo_u32[0]; in siena_filter_spec_from_gen_spec() 598 host2 = gen_spec->efs_loc_host.eo_u32[0]; in siena_filter_spec_from_gen_spec()
|