Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c165 CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_alloc_arq_bufs()
301 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
306 if (reg != I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)) in i40e_config_asq_regs()
348 wr32(hw, hw->aq.arq.bal, I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
356 if (reg != I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)) in i40e_config_arq_regs()
895 CPU_TO_LE32(I40E_LO_DWORD(details->cookie));
960 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa));
1162 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa));
H A Di40e_common.c2182 cmd->local_an_reg0 = CPU_TO_LE32(I40E_LO_DWORD(advt_reg)); in i40e_aq_set_local_advt_reg()
4428 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)buff)); in i40e_aq_set_lldp_mib()
6123 I40E_LO_DWORD(4*dw_count), NULL); in i40e_aq_alternate_write_indirect()
6204 I40E_LO_DWORD(4*dw_count), NULL); in i40e_aq_alternate_read_indirect()
7703 CPU_TO_LE32(I40E_LO_DWORD((u64)proxy_config)); in i40e_aq_set_arp_proxy_config()
7740 CPU_TO_LE32(I40E_LO_DWORD((u64)ns_proxy_table_entry)); in i40e_aq_set_ns_proxy_table_entry()
7810 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)filter)); in i40e_aq_set_clear_wol_filter()
H A Di40e_type.h74 #define I40E_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro