Searched refs:htobe32_const (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/cxgbe/
H A Dosdep.h68 #define htobe32_const(x) (x) macro
71 #define htobe32_const(x) (((x) >> 24) | (((x) >> 8) & 0xff00) | \ macro
H A Dt4_main.c2068 .fw_ver = htobe32_const(FW_VERSION(T4)),
2084 .fw_ver = htobe32_const(FW_VERSION(T5)),

Completed in 55 milliseconds