Searched refs:vio_driver_state (Results 1 – 2 of 2) sorted by relevance
/arch/sparc/kernel/ |
D | viohs.c | 18 int vio_ldc_send(struct vio_driver_state *vio, void *data, int len) in vio_ldc_send() 34 static int send_ctrl(struct vio_driver_state *vio, in send_ctrl() 48 static int send_version(struct vio_driver_state *vio, u16 major, u16 minor) in send_version() 66 static int start_handshake(struct vio_driver_state *vio) in start_handshake() 83 static void flush_rx_dring(struct vio_driver_state *vio) in flush_rx_dring() 101 void vio_link_state_change(struct vio_driver_state *vio, int event) in vio_link_state_change() 135 static int handshake_failure(struct vio_driver_state *vio) in handshake_failure() 161 static int process_unknown(struct vio_driver_state *vio, void *arg) in process_unknown() 176 static int send_dreg(struct vio_driver_state *vio) in send_dreg() 218 static int send_rdx(struct vio_driver_state *vio) in send_rdx() [all …]
|
/arch/sparc/include/asm/ |
D | vio.h | 377 struct vio_driver_state; 379 int (*send_attr)(struct vio_driver_state *vio); 380 int (*handle_attr)(struct vio_driver_state *vio, void *pkt); 381 void (*handshake_complete)(struct vio_driver_state *vio); 390 struct vio_driver_state { struct 444 static inline bool vio_version_before(struct vio_driver_state *vio, in vio_version_before() argument 453 static inline bool vio_version_after(struct vio_driver_state *vio, in vio_version_after() 462 static inline bool vio_version_after_eq(struct vio_driver_state *vio, in vio_version_after_eq() 493 int vio_ldc_send(struct vio_driver_state *vio, void *data, int len); 494 void vio_link_state_change(struct vio_driver_state *vio, int event); [all …]
|