Searched refs:CPU_TO_LE32 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h295 #define CPU_TO_LE32(val) SwapUint32(val) macro
332 #define LE32_TO_CPU(val) CPU_TO_LE32(val)
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.c191 CPU_TO_LE32(I40E_HI_DWORD(bi->pa));
193 CPU_TO_LE32(I40E_LO_DWORD(bi->pa));
846 * CPU_TO_LE32 is not needed here because the data is ignored
851 CPU_TO_LE32(I40E_HI_DWORD(details->cookie));
853 CPU_TO_LE32(I40E_LO_DWORD(details->cookie));
916 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa));
918 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa));
1106 desc->params.external.addr_high = CPU_TO_LE32(I40E_HI_DWORD(bi->pa));
1107 desc->params.external.addr_low = CPU_TO_LE32(I40E_LO_DWORD(bi->pa));
H A Di40e_common.c426 cmd->driver_unloading = CPU_TO_LE32(I40E_AQ_DRIVER_UNLOADING);
1090 cmd_data->mac_sal = CPU_TO_LE32(((u32)mac_addr[2] << 24) |
1653 CPU_TO_LE32(I40E_AQ_PHY_REPORT_QUALIFIED_MODULES);
1657 CPU_TO_LE32(I40E_AQ_PHY_REPORT_INITIAL_VALUES);
2087 cmd->local_an_reg0 = CPU_TO_LE32(I40E_LO_DWORD(advt_reg));
3318 cmd->id = CPU_TO_LE32(vfid);
3319 desc.cookie_high = CPU_TO_LE32(v_opcode);
3320 desc.cookie_low = CPU_TO_LE32(v_retval);
3357 cmd_resp->address = CPU_TO_LE32(reg_addr);
3389 cmd->address = CPU_TO_LE32(reg_add
[all...]
H A Di40e_osdep.h101 #define CPU_TO_LE32(s) htole32(s) macro
H A Di40e_lan_hmc.c888 dest_dword &= ~(CPU_TO_LE32(mask)); /* get the bits not changing */
889 dest_dword |= CPU_TO_LE32(src_dword); /* add in the new bits */
1066 src_dword &= ~(CPU_TO_LE32(mask));
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dosm.h59 #define CPU_TO_LE32(x) (x) macro
/freebsd-11-stable/sys/dev/hptnr/
H A Dosm.h57 #define CPU_TO_LE32(x) (x) macro
/freebsd-11-stable/sys/dev/hptrr/
H A Dosm.h57 #define CPU_TO_LE32(x) (x) macro
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c109 #define CPU_TO_LE32(dst, src) \ macro
2668 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, segs[0].ds_addr);
2689 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, segs[0].ds_addr);
2703 CPU_TO_LE32(pccb->sgList[i], segs[i].ds_addr);
2710 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, pccb->tisgl_busaddr);
2754 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, phys_addr);

Completed in 332 milliseconds