Home
last modified time | relevance | path

Searched refs:rte_constant_bswap32 (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h56 rte_constant_bswap32(x) : \
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h59 rte_constant_bswap32(x) : \
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h136 rte_constant_bswap32(uint32_t x) in rte_constant_bswap32() function
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c230 mac_addr[0] = rte_constant_bswap32(mac_addr[0]); in aq_fw2x_get_mac_permanent()
231 mac_addr[1] = rte_constant_bswap32(mac_addr[1]); in aq_fw2x_get_mac_permanent()
H A Dhw_atl_utils.c656 mac_addr[0] = rte_constant_bswap32(mac_addr[0]); in hw_atl_utils_get_mac_permanent()
657 mac_addr[1] = rte_constant_bswap32(mac_addr[1]); in hw_atl_utils_get_mac_permanent()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2617 addr = rte_constant_bswap32(addr) | SF_RD_DATA_FAST; in t4_read_flash()