Home
last modified time | relevance | path

Searched refs:msgb_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_msgb.h39 static inline void msgb_init(struct msgbuf *msgb, u8 *ptr, size_t cap) in msgb_init() function
H A Dssh_packet_layer.c1665 msgb_init(&msgb, buf.ptr, buf.len); in ssh_ptl_send_ack()
1689 msgb_init(&msgb, buf.ptr, buf.len); in ssh_ptl_send_nak()
H A Dcontroller.c1483 msgb_init(&msgb, buf->ptr, buf->len); in ssam_request_write_data()