Home
last modified time | relevance | path

Searched refs:vsec (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_pci.c196 efx_oword_t vsec; in efx_pci_read_ext_cap_xilinx_table() local
222 &vsec.eo_dword[0]); in efx_pci_read_ext_cap_xilinx_table()
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()
249 &vsec.eo_dword[1]); 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()
261 &vsec.eo_dword[2]); 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()