Searched refs:MIN_T (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_defs.h52 #ifndef MIN_T
53 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) macro
54 #endif /* !MIN_T */
H A Dice_controlq.c914 MIN_T(u16, buf_len, datalen));
1216 e->msg_len = MIN_T(u16, datalen, e->buf_len);
H A Dice_nvm.c123 read_size = MIN_T(u32, ICE_AQ_MAX_BUF_LEN - sector_offset,
H A Dice_switch.c2440 elem_sent = MIN_T(u8, total_elem_left,

Completed in 192 milliseconds