Searched defs:max_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | config.h | 8 #define max_t(type, x, y) ({ \ macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | minmax.h | 58 #define max_t(type, x, y) ({ \ macro
|
/freebsd/sys/dev/enic/ |
H A D | enic_compat.h | 60 #define max_t(type, x, y) ({ \ macro
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 134 #define max_t(type, a, b) (type)max((a), (b)) macro
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe_osdep.h | 198 #define max_t(t, a, b) MAX((t)(a), (t)(b)) macro
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 228 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) macro
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 197 #define max_t(type, x, y) ({ \ macro
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | bcm_osal.h | 105 #define max_t(type, val1, val2) \ macro
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 274 #define max_t(type, x, y) ({ \ macro
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.h | 2321 __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
|