Searched refs:CPU_TO_LE32 (Results 1 – 9 of 9) sorted by relevance
296 #define CPU_TO_LE32(val) SwapUint32(val) macro333 #define LE32_TO_CPU(val) CPU_TO_LE32(val)
3303 cmd->id = CPU_TO_LE32(vfid); in i40e_aq_send_msg_to_vf()3374 cmd->address = CPU_TO_LE32(reg_addr); in i40e_aq_debug_write_register()3493 cmd->offset = CPU_TO_LE32(offset); in i40e_aq_read_nvm()3634 cmd->offset = CPU_TO_LE32(offset); in i40e_aq_erase_nvm()4091 cmd->offset = CPU_TO_LE32(offset); in i40e_aq_update_nvm()5797 cmd_resp->address = CPU_TO_LE32(addr); in i40e_aq_alternate_write_indirect()5878 cmd_resp->address = CPU_TO_LE32(addr); in i40e_aq_alternate_read_indirect()6074 cmd->idx = CPU_TO_LE32(start_index); in i40e_aq_debug_dump()6789 cmd->address = CPU_TO_LE32(reg_addr); in i40e_aq_rx_ctl_write_register()6790 cmd->value = CPU_TO_LE32(reg_val); in i40e_aq_rx_ctl_write_register()[all …]
190 CPU_TO_LE32(I40E_HI_DWORD(bi->pa)); in i40e_alloc_arq_bufs()192 CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_alloc_arq_bufs()828 CPU_TO_LE32(I40E_HI_DWORD(details->cookie)); in i40e_asq_send_command()830 CPU_TO_LE32(I40E_LO_DWORD(details->cookie)); in i40e_asq_send_command()893 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa)); in i40e_asq_send_command()895 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); in i40e_asq_send_command()1081 desc->params.external.addr_high = CPU_TO_LE32(I40E_HI_DWORD(bi->pa)); in i40e_clean_arq_element()1082 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa)); in i40e_clean_arq_element()
101 #define CPU_TO_LE32(s) htole32(s) macro
883 dest_dword &= ~(CPU_TO_LE32(mask)); /* get the bits not changing */ in i40e_write_dword()884 dest_dword |= CPU_TO_LE32(src_dword); /* add in the new bits */ in i40e_write_dword()1061 src_dword &= ~(CPU_TO_LE32(mask)); in i40e_read_dword()
59 #define CPU_TO_LE32(x) (x) macro
61 #define CPU_TO_LE32(x) (x) macro
109 #define CPU_TO_LE32(dst, src) \ macro2662 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, segs[0].ds_addr); in agtiapi_PrepareSGListCB()2683 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, segs[0].ds_addr); in agtiapi_PrepareSGListCB()2697 CPU_TO_LE32(pccb->sgList[i], segs[i].ds_addr); in agtiapi_PrepareSGListCB()2704 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, pccb->tisgl_busaddr); in agtiapi_PrepareSGListCB()2748 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, phys_addr); in agtiapi_PrepareSGListCB()