Searched refs:MAX_H_SIZE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | discover.c | 89 MAX_H_SIZE, dest_domain); in tipc_disc_init_msg() 90 msg_set_size(hdr, MAX_H_SIZE + NODE_ID_LEN); in tipc_disc_init_msg() 109 skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_msg_xmit() 358 d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_create()
|
H A D | bearer.h | 64 #define TIPC_MIN_BEARER_MTU (MAX_H_SIZE + INT_H_SIZE)
|
H A D | msg.h | 99 #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 D | msg.c | 279 if (unlikely(hsz < MIN_H_SIZE) || (hsz > MAX_H_SIZE)) in tipc_msg_validate()
|
H A D | group.c | 47 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | discover.c | 90 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 D | bearer.h | 64 #define TIPC_MIN_BEARER_MTU (MAX_H_SIZE + INT_H_SIZE)
|
H A D | msg.h | 99 #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 D | msg.c | 274 if (unlikely(hsz < MIN_H_SIZE) || (hsz > MAX_H_SIZE)) in tipc_msg_validate()
|
H A D | group.c | 48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 34 #define MAX_H_SIZE 5 /* Range: [-5..5], negative is smaller, positive is larger */ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 33 #define MAX_H_SIZE 5 /* Range: [-5..5], negative is smaller, positive is larger */ macro
|
Completed in 15 milliseconds