Home
last modified time | relevance | path

Searched refs:vio_msg_tag (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/include/asm/
Dvio.h17 struct vio_msg_tag { struct
43 struct vio_msg_tag tag; argument
48 struct vio_msg_tag tag;
63 struct vio_msg_tag tag;
77 struct vio_msg_tag tag;
90 struct vio_msg_tag tag;
121 struct vio_msg_tag tag;
214 struct vio_msg_tag tag;
238 struct vio_msg_tag tag;
287 #define VIO_TAG_SIZE ((int)sizeof(struct vio_msg_tag))
[all …]
/arch/sparc/kernel/
Dviohs.c35 struct vio_msg_tag *tag, int len) in send_ctrl()
41 static void init_tag(struct vio_msg_tag *tag, u8 type, u8 stype, u16 stype_env) in init_tag()
163 struct vio_msg_tag *pkt = arg; in process_unknown()
630 struct vio_msg_tag *tag = pkt; in vio_control_pkt_engine()
681 int vio_validate_sid(struct vio_driver_state *vio, struct vio_msg_tag *tp) in vio_validate_sid()