Searched refs:EFX_OWORD_FIELD32 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_pci.c | 228 vsec_len = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_LEN); in efx_pci_read_ext_cap_xilinx_table() 229 vsec_id = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_ID); in efx_pci_read_ext_cap_xilinx_table() 230 vsec_rev = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_VER); in efx_pci_read_ext_cap_xilinx_table() 255 bar = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_BAR); in efx_pci_read_ext_cap_xilinx_table() 256 offset_low = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_OFF_LO); in efx_pci_read_ext_cap_xilinx_table() 267 offset_high = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_OFF_HI); in efx_pci_read_ext_cap_xilinx_table()
|
| H A D | rhead_nic.c | 608 rev = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_ENTRY_REV); in rhead_nic_xilinx_cap_tbl_read_ef100_locator() 609 len = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_ENTRY_SIZE); in rhead_nic_xilinx_cap_tbl_read_ef100_locator() 621 ebrp->ebr_index = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_EF100_BAR); in rhead_nic_xilinx_cap_tbl_read_ef100_locator() 622 ebrp->ebr_offset = EFX_OWORD_FIELD32(entry, in rhead_nic_xilinx_cap_tbl_read_ef100_locator()
|
| H A D | efx_types.h | 519 #define EFX_OWORD_FIELD32(_oword, _field) \ macro 2147 #define EFX_OWORD_FIELD EFX_OWORD_FIELD32
|