Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Ddiscover.c90 MAX_H_SIZE, dest_domain); in tipc_disc_init_msg()
91 msg_set_size(hdr, MAX_H_SIZE + NODE_ID_LEN); in tipc_disc_init_msg()
110 skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_msg_xmit()
359 d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_create()
H A Dbearer.h64 #define TIPC_MIN_BEARER_MTU (MAX_H_SIZE + INT_H_SIZE)
H A Dmsg.h99 #define MAX_H_SIZE 60 /* Largest possible TIPC header size */ macro
101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE)
H A Dmsg.c278 if (unlikely(hsz < MIN_H_SIZE) || (hsz > MAX_H_SIZE)) in tipc_msg_validate()
H A Dgroup.c48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c33 #define MAX_H_SIZE 5 /* Range: [-5..5], negative is smaller, positive is larger */ macro