Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.c150 CPU_TO_LE32(IAVF_LO_DWORD(bi->pa)); in iavf_alloc_arq_bufs()
268 wr32(hw, hw->aq.asq.bal, IAVF_LO_DWORD(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs()
273 if (reg != IAVF_LO_DWORD(hw->aq.asq.desc_buf.pa)) in iavf_config_asq_regs()
297 wr32(hw, hw->aq.arq.bal, IAVF_LO_DWORD(hw->aq.arq.desc_buf.pa)); in iavf_config_arq_regs()
305 if (reg != IAVF_LO_DWORD(hw->aq.arq.desc_buf.pa)) in iavf_config_arq_regs()
691 CPU_TO_LE32(IAVF_LO_DWORD(details->cookie)); in iavf_asq_send_command()
756 CPU_TO_LE32(IAVF_LO_DWORD(dma_buff->pa)); in iavf_asq_send_command()
942 desc->params.external.addr_low = CPU_TO_LE32(IAVF_LO_DWORD(bi->pa)); in iavf_clean_arq_element()
H A Diavf_type.h56 #define IAVF_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro