Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c193 CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_alloc_arq_bufs()
315 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
320 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()
888 CPU_TO_LE32(I40E_LO_DWORD(details->cookie)); in i40e_asq_send_command()
953 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); in i40e_asq_send_command()
1142 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_clean_arq_element()
H A Di40e_common.c2157 cmd->local_an_reg0 = CPU_TO_LE32(I40E_LO_DWORD(advt_reg)); in i40e_aq_set_local_advt_reg()
4329 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)buff)); in i40e_aq_set_lldp_mib()
5988 I40E_LO_DWORD(4*dw_count), NULL); in i40e_aq_alternate_write_indirect()
6069 I40E_LO_DWORD(4*dw_count), NULL); in i40e_aq_alternate_read_indirect()
7559 CPU_TO_LE32(I40E_LO_DWORD((u64)proxy_config)); in i40e_aq_set_arp_proxy_config()
7596 CPU_TO_LE32(I40E_LO_DWORD((u64)ns_proxy_table_entry)); in i40e_aq_set_ns_proxy_table_entry()
7666 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)filter)); in i40e_aq_set_clear_wol_filter()
H A Di40e_type.h90 #define I40E_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro