Searched refs:MAX (Results 1 – 3 of 3) sorted by relevance
17 #ifndef MAX18 #define MAX(a, b) \ macro
252 new_alloc_size = MAX(len, 4096UL); in mctp_msg_ctx_add_pkt()254 new_alloc_size = MAX(ctx->buf_alloc_size * 2, in mctp_msg_ctx_add_pkt()
880 high = MAX(astlpc->layout.rx.offset, astlpc->layout.tx.offset); in mctp_astlpc_calculate_mtu()