Home
last modified time | relevance | path

Searched defs:cn_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dconnector.h70 struct cn_msg { struct
71 struct cb_id id;
73 __u32 seq;
74 __u32 ack;
76 __u16 len; /* Length of the following data */
77 __u16 flags;
78 __u8 data[];
/openbmc/linux/drivers/connector/
H A Dcn_queue.c23 void (*callback)(struct cn_msg *, in cn_queue_alloc_callback_entry()
61 void (*callback)(struct cn_msg *, in cn_queue_add_callback()
H A Dconnector.c226 void (*callback)(struct cn_msg *, in cn_add_callback()
/openbmc/linux/drivers/hv/
H A Dhv_utils_transport.c220 struct cn_msg *cn_msg; in hvutil_transport_send() local