Home
last modified time | relevance | path

Searched defs:max_t (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dconfig.h8 #define max_t(type, x, y) ({ \ macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h58 #define max_t(type, x, y) ({ \ macro
/freebsd/sys/dev/enic/
H A Denic_compat.h60 #define max_t(type, x, y) ({ \ macro
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h134 #define max_t(type, a, b) (type)max((a), (b)) macro
/freebsd/sys/dev/axgbe/
H A Dxgbe_osdep.h198 #define max_t(t, a, b) MAX((t)(a), (t)(b)) macro
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h228 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) macro
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h197 #define max_t(type, x, y) ({ \ macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h105 #define max_t(type, val1, val2) \ macro
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h274 #define max_t(type, x, y) ({ \ macro
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h2321 __le32 max_t[2]; /* max_t for 0:null0/1:null1 */ global() member
2330 __le32 max_t[2]; /* max_t for 0:null0/1:null1 */ global() member