Home
last modified time | relevance | path

Searched refs:MAX_H_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/tipc/
Ddiscover.c89 MAX_H_SIZE, dest_domain); in tipc_disc_init_msg()
255 rbuf = tipc_buf_acquire(MAX_H_SIZE); in tipc_disc_rcv()
366 req->buf = tipc_buf_acquire(MAX_H_SIZE); in tipc_disc_create()
Dmsg.h90 #define MAX_H_SIZE 60 /* Largest possible TIPC header size */ macro
92 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE)
Dmsg.c214 if (unlikely(hsz < MIN_H_SIZE) || (hsz > MAX_H_SIZE)) in tipc_msg_validate()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c31 #define MAX_H_SIZE 5 /* Range: [-5..5], negative is smaller, positive is larger */ macro