Searched refs:rte_constant_bswap32 (Results 1 – 6 of 6) sorted by relevance
56 rte_constant_bswap32(x) : \
59 rte_constant_bswap32(x) : \
136 rte_constant_bswap32(uint32_t x) in rte_constant_bswap32() function
230 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()
656 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()
2617 addr = rte_constant_bswap32(addr) | SF_RD_DATA_FAST; in t4_read_flash()