K 10 svn:author V 2 np K 8 svn:date V 27 2018-10-17T01:59:45.398799Z K 7 svn:log V 267 MFC r334987: cxgbe(4): Remove homemade version of htobe32 from the driver. It was needed only for ia64 where it was implemented as a call to bswapXX, which was always a real function. htobeXX with a constant argument is calculated at compile-time everywhere else. END