Searched refs:vio_driver_state (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/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 …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/drivers/net/ethernet/sun/ |
D | sunvnet_common.h | 59 struct vio_driver_state vio; 93 static inline struct vnet_port *to_vnet_port(struct vio_driver_state *vio) in to_vnet_port() 147 int sunvnet_send_attr_common(struct vio_driver_state *vio); 148 int sunvnet_handle_attr_common(struct vio_driver_state *vio, void *arg); 149 void sunvnet_handshake_complete_common(struct vio_driver_state *vio);
|
D | sunvnet_common.c | 69 int sunvnet_send_attr_common(struct vio_driver_state *vio) in sunvnet_send_attr_common() 132 static int handle_attr_info(struct vio_driver_state *vio, in handle_attr_info() 225 static int handle_attr_ack(struct vio_driver_state *vio, in handle_attr_ack() 233 static int handle_attr_nack(struct vio_driver_state *vio, in handle_attr_nack() 241 int sunvnet_handle_attr_common(struct vio_driver_state *vio, void *arg) in sunvnet_handle_attr_common() 261 void sunvnet_handshake_complete_common(struct vio_driver_state *vio) in sunvnet_handshake_complete_common() 556 struct vio_driver_state *vio = &port->vio; in vnet_walk_rx_one() 590 struct vio_driver_state *vio = &port->vio; in vnet_walk_rx() 649 struct vio_driver_state *vio = &port->vio; in vnet_rx() 774 struct vio_driver_state *vio = &vnet->vio; in sunvnet_port_is_up_common() [all …]
|
D | ldmvsw.c | 130 struct vio_driver_state *vio = &port->vio; in ldmvsw_open()
|
/Linux-v6.6/drivers/block/ |
D | sunvdc.c | 57 struct vio_driver_state vio; 95 static inline struct vdc_port *to_vdc_port(struct vio_driver_state *vio) in to_vdc_port() 191 static void vdc_finish(struct vio_driver_state *vio, int err, int waiting_for) in vdc_finish() 202 static void vdc_handshake_complete(struct vio_driver_state *vio) in vdc_handshake_complete() 224 static int vdc_send_attr(struct vio_driver_state *vio) in vdc_send_attr() 246 static int vdc_handle_attr(struct vio_driver_state *vio, void *arg) in vdc_handle_attr() 358 struct vio_driver_state *vio = &port->vio; in vdc_event() 1135 struct vio_driver_state *vio; in vdc_ldc_reset_timer_work() 1153 struct vio_driver_state *vio; in vdc_ldc_reset_work()
|
/Linux-v6.6/drivers/tty/ |
D | vcc.c | 23 struct vio_driver_state vio; 256 struct vio_driver_state *vio = &port->vio; in vcc_kick_rx() 308 struct vio_driver_state *vio = &port->vio; in vcc_ldc_read() 360 struct vio_driver_state *vio; in vcc_rx_timer() 434 struct vio_driver_state *vio; in vcc_event()
|