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

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.c193 CPU_TO_LE32(I40E_LO_DWORD(bi->pa));
315 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa));
320 if (reg != I40E_LO_DWORD(hw->aq.asq.desc_buf.pa))
348 wr32(hw, hw->aq.arq.bal, I40E_LO_DWORD(hw->aq.arq.desc_buf.pa));
356 if (reg != I40E_LO_DWORD(hw->aq.arq.desc_buf.pa))
853 CPU_TO_LE32(I40E_LO_DWORD(details->cookie));
918 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa));
1107 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa));
H A Di40e_common.c2087 cmd->local_an_reg0 = CPU_TO_LE32(I40E_LO_DWORD(advt_reg));
4264 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)buff));
5760 I40E_LO_DWORD(4*dw_count), NULL);
5841 I40E_LO_DWORD(4*dw_count), NULL);
7210 CPU_TO_LE32(I40E_LO_DWORD((u64)proxy_config));
7247 CPU_TO_LE32(I40E_LO_DWORD((u64)ns_proxy_table_entry));
7317 cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)filter));
H A Di40e_type.h90 #define I40E_LO_DWORD(x) ((u32)((x) & 0xFFFFFFFF)) macro

Completed in 120 milliseconds