Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_pci.c201 uint32_t offset_high = 0; in efx_pci_read_ext_cap_xilinx_table() local
267 offset_high = EFX_OWORD_FIELD32(vsec, ESF_GZ_VSEC_TBL_OFF_HI); in efx_pci_read_ext_cap_xilinx_table()
278 offset |= (uint64_t)offset_high << ESE_GZ_VSEC_TBL_OFF_HI_BYTES_SHIFT; in efx_pci_read_ext_cap_xilinx_table()
280 _NOTE(ARGUNUSED(offset_high)) in efx_pci_read_ext_cap_xilinx_table()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_memory.c517 DWORD offset_high = (DWORD)(offset >> 32); in rte_mem_map() local
572 offset_high, offset_low, size, requested_addr); in rte_mem_map()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_nvm.c45 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
H A Dice_adminq_cmd.h1663 u8 offset_high; /* For Write Activate offset_high is used as flags2 */ member