Home
last modified time | relevance | path

Searched refs:CPU_TO_LE32 (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/dev/ixl/
HDi40e_common.c176 cmd->driver_unloading = CPU_TO_LE32(I40E_AQ_DRIVER_UNLOADING); in i40e_aq_queue_shutdown()
642 cmd_data->mac_sal = CPU_TO_LE32(((u32)mac_addr[2] << 24) | in i40e_aq_mac_address_write()
1121 CPU_TO_LE32(I40E_AQ_PHY_REPORT_QUALIFIED_MODULES); in i40e_aq_get_phy_capabilities()
1125 CPU_TO_LE32(I40E_AQ_PHY_REPORT_INITIAL_VALUES); in i40e_aq_get_phy_capabilities()
1534 cmd->local_an_reg0 = CPU_TO_LE32(I40E_LO_DWORD(advt_reg)); in i40e_aq_set_local_advt_reg()
2339 cmd->id = CPU_TO_LE32(vfid); in i40e_aq_send_msg_to_vf()
2340 desc.cookie_high = CPU_TO_LE32(v_opcode); in i40e_aq_send_msg_to_vf()
2341 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_vf()
2375 cmd->address = CPU_TO_LE32(reg_addr); in i40e_aq_debug_write_register()
2376 cmd->value_high = CPU_TO_LE32((u32)(reg_val >> 32)); in i40e_aq_debug_write_register()
[all …]
HDi40e_adminq.c200 CPU_TO_LE32(I40E_HI_DWORD(bi->pa)); in i40e_alloc_arq_bufs()
202 CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_alloc_arq_bufs()
789 CPU_TO_LE32(I40E_HI_DWORD(details->cookie)); in i40e_asq_send_command()
791 CPU_TO_LE32(I40E_LO_DWORD(details->cookie)); in i40e_asq_send_command()
856 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa)); in i40e_asq_send_command()
858 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); in i40e_asq_send_command()
1026 desc->params.external.addr_high = CPU_TO_LE32(I40E_HI_DWORD(bi->pa)); in i40e_clean_arq_element()
1027 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_clean_arq_element()
HDi40e_osdep.h102 #define CPU_TO_LE32(s) htole32(s) macro
HDi40e_lan_hmc.c884 dest_dword &= ~(CPU_TO_LE32(mask)); /* get the bits not changing */ in i40e_write_dword()
885 dest_dword |= CPU_TO_LE32(src_dword); /* add in the new bits */ in i40e_write_dword()
1062 src_dword &= ~(CPU_TO_LE32(mask)); in i40e_read_dword()
/trueos/sys/dev/hptrr/
HDosm.h57 #define CPU_TO_LE32(x) (x) macro
/trueos/sys/dev/hptnr/
HDosm.h57 #define CPU_TO_LE32(x) (x) macro
/trueos/sys/dev/hpt27xx/
HDosm.h58 #define CPU_TO_LE32(x) (x) macro