Searched refs:LE32_TO_CPU (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h332 #define LE32_TO_CPU(val) CPU_TO_LE32(val) macro
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dosm.h61 #define LE32_TO_CPU(x) (x) macro
/freebsd-11-stable/sys/dev/hptnr/
H A Dosm.h59 #define LE32_TO_CPU(x) (x) macro
/freebsd-11-stable/sys/dev/hptrr/
H A Dosm.h59 #define LE32_TO_CPU(x) (x) macro
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h104 #define LE32_TO_CPU(c) le32toh(c) macro
H A Di40e_common.c344 LE32_TO_CPU(aq_desc->cookie_high),
345 LE32_TO_CPU(aq_desc->cookie_low));
348 LE32_TO_CPU(aq_desc->params.internal.param0),
349 LE32_TO_CPU(aq_desc->params.internal.param1));
352 LE32_TO_CPU(aq_desc->params.external.addr_high),
353 LE32_TO_CPU(aq_desc->params.external.addr_low));
1685 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type);
1992 hw->phy.phy_types = LE32_TO_CPU(tmp);
2061 *advt_reg |= LE32_TO_CPU(resp->local_an_reg0);
2121 *advt_reg |= LE32_TO_CPU(res
[all...]
H A Di40e_dcb.c704 u32 status, tlv_status = LE32_TO_CPU(cee_cfg->tlv_status);
862 LE32_TO_CPU(cee_cfg.tlv_status);
H A Di40e_lan_hmc.c1069 dest_dword = LE32_TO_CPU(src_dword);
H A Dixl_txrx.c914 return LE32_TO_CPU(*(volatile __le32 *)head);
/freebsd-11-stable/sys/dev/netmap/
H A Dif_ixl_netmap.h266 nic_i = LE32_TO_CPU(*(volatile __le32 *)&txr->base[que->num_tx_desc]);

Completed in 183 milliseconds