Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_adminq.c192 CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_alloc_arq_bufs()
314 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
319 if (reg != I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)) in i40e_config_asq_regs()
347 wr32(hw, hw->aq.arq.bal, I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
355 if (reg != I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)) in i40e_config_arq_regs()
889 CPU_TO_LE32(I40E_LO_DWORD(details->cookie)); in i40e_asq_send_command()
954 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); in i40e_asq_send_command()
1143 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_clean_arq_element()
H A Di40e_common.c2130 cmd->local_an_reg0 = CPU_TO_LE32(I40E_LO_DWORD(advt_reg)); in i40e_aq_set_local_advt_reg()
4342 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)buff)); in i40e_aq_set_lldp_mib()
5996 I40E_LO_DWORD(4*dw_count), NULL); in i40e_aq_alternate_write_indirect()
6077 I40E_LO_DWORD(4*dw_count), NULL); in i40e_aq_alternate_read_indirect()
7577 CPU_TO_LE32(I40E_LO_DWORD((u64)proxy_config)); in i40e_aq_set_arp_proxy_config()
7614 CPU_TO_LE32(I40E_LO_DWORD((u64)ns_proxy_table_entry)); in i40e_aq_set_ns_proxy_table_entry()
7684 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)filter)); in i40e_aq_set_clear_wol_filter()
H A Di40e_type.h89 #define I40E_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro