Searched refs:p9_msg_buf_size (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/9p/ |
H A D | protocol.h | 11 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type,
|
H A D | protocol.c | 43 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type, in p9_msg_buf_size() function
|
H A D | client.c | 288 t_size ?: p9_msg_buf_size(c, type, fmt, apc)); in p9_tag_alloc() 292 r_size ?: p9_msg_buf_size(c, type + 1, fmt, ap)); in p9_tag_alloc()
|