Home
last modified time | relevance | path

Searched refs:ldc_conn (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/usr.sbin/ldomd/
Dds.h73 struct ldc_conn { struct
88 void (*lc_reset)(struct ldc_conn *); argument
89 void (*lc_start)(struct ldc_conn *); argument
90 void (*lc_rx_data)(struct ldc_conn *, void *, size_t); argument
93 void ldc_rx_ctrl(struct ldc_conn *, struct ldc_pkt *);
94 void ldc_rx_data(struct ldc_conn *, struct ldc_pkt *);
96 void ldc_send_vers(struct ldc_conn *);
98 void ldc_reset(struct ldc_conn *);
193 void (*ds_start)(struct ldc_conn *, uint64_t);
194 void (*ds_rx_data)(struct ldc_conn *, uint64_t, void *,
[all …]
Dds.c32 void ldc_rx_ctrl_vers(struct ldc_conn *, struct ldc_pkt *);
33 void ldc_rx_ctrl_rtr(struct ldc_conn *, struct ldc_pkt *);
34 void ldc_rx_ctrl_rts(struct ldc_conn *, struct ldc_pkt *);
35 void ldc_rx_ctrl_rdx(struct ldc_conn *, struct ldc_pkt *);
37 void ldc_send_ack(struct ldc_conn *);
38 void ldc_send_nack(struct ldc_conn *);
39 void ldc_send_rtr(struct ldc_conn *);
40 void ldc_send_rts(struct ldc_conn *);
41 void ldc_send_rdx(struct ldc_conn *);
44 ldc_rx_ctrl(struct ldc_conn *lc, struct ldc_pkt *lp) in ldc_rx_ctrl()
[all …]
Dvar-config.c35 void var_config_start(struct ldc_conn *, uint64_t);
36 void var_config_rx_data(struct ldc_conn *, uint64_t, void *, size_t);
116 var_config_start(struct ldc_conn *lc, uint64_t svc_handle) in var_config_start()
121 var_config_rx_data(struct ldc_conn *lc, uint64_t svc_handle, void *data, in var_config_rx_data()
/openbsd/src/sys/arch/sparc64/dev/
Dldcvar.h88 struct ldc_conn { struct
108 void (*lc_reset)(struct ldc_conn *); argument
109 void (*lc_start)(struct ldc_conn *); argument
110 void (*lc_rx_data)(struct ldc_conn *, struct ldc_pkt *); argument
113 void ldc_rx_ctrl(struct ldc_conn *, struct ldc_pkt *);
114 void ldc_rx_data(struct ldc_conn *, struct ldc_pkt *);
116 void ldc_send_vers(struct ldc_conn *);
117 int ldc_send_unreliable(struct ldc_conn *, void *, size_t);
119 void ldc_reset(struct ldc_conn *);
Dldc.c33 void ldc_rx_ctrl_vers(struct ldc_conn *, struct ldc_pkt *);
34 void ldc_rx_ctrl_rtr(struct ldc_conn *, struct ldc_pkt *);
35 void ldc_rx_ctrl_rts(struct ldc_conn *, struct ldc_pkt *);
36 void ldc_rx_ctrl_rdx(struct ldc_conn *, struct ldc_pkt *);
38 void ldc_send_ack(struct ldc_conn *);
39 void ldc_send_rtr(struct ldc_conn *);
40 void ldc_send_rts(struct ldc_conn *);
41 void ldc_send_rdx(struct ldc_conn *);
44 ldc_rx_ctrl(struct ldc_conn *lc, struct ldc_pkt *lp) in ldc_rx_ctrl()
71 ldc_rx_ctrl_vers(struct ldc_conn *lc, struct ldc_pkt *lp) in ldc_rx_ctrl_vers()
[all …]
Dvldcp.c64 struct ldc_conn sc_lc;
135 struct ldc_conn *lc; in vldcp_attach()
206 struct ldc_conn *lc = &sc->sc_lc; in vldcp_tx_intr()
241 struct ldc_conn *lc = &sc->sc_lc; in vldcp_rx_intr()
317 struct ldc_conn *lc; in vldcpopen()
368 struct ldc_conn *lc; in vldcpread()
430 struct ldc_conn *lc; in vldcpwrite()
497 struct ldc_conn *lc; in vldcpioctl()
605 struct ldc_conn *lc = &sc->sc_lc; in filt_vldcpread()
630 struct ldc_conn *lc = &sc->sc_lc; in filt_vldcwrite()
Dvcctty.c66 struct ldc_conn sc_lc;
103 struct ldc_conn *lc; in vcctty_attach()
169 struct ldc_conn *lc = &sc->sc_lc; in vcctty_tx_intr()
202 struct ldc_conn *lc = &sc->sc_lc; in vcctty_rx_intr()
253 struct ldc_conn *lc = &sc->sc_lc; in vcctty_send_data()
285 struct ldc_conn *lc = &sc->sc_lc; in vcctty_send_break()
Dvdsp.c209 struct ldc_conn sc_lc;
281 void vdsp_rx_data(struct ldc_conn *, struct ldc_pkt *);
292 void vdsp_ldc_reset(struct ldc_conn *);
293 void vdsp_ldc_start(struct ldc_conn *);
332 struct ldc_conn *lc; in vdsp_attach()
402 struct ldc_conn *lc = &sc->sc_lc; in vdsp_tx_intr()
435 struct ldc_conn *lc = &sc->sc_lc; in vdsp_rx_intr()
500 vdsp_rx_data(struct ldc_conn *lc, struct ldc_pkt *lp) in vdsp_rx_data()
868 vdsp_ldc_reset(struct ldc_conn *lc) in vdsp_ldc_reset()
877 vdsp_ldc_start(struct ldc_conn *lc) in vdsp_ldc_start()
[all …]
Dvnet.c143 struct ldc_conn sc_lc;
202 void vio_rx_data(struct ldc_conn *, struct ldc_pkt *);
212 void vnet_ldc_reset(struct ldc_conn *);
213 void vnet_ldc_start(struct ldc_conn *);
253 struct ldc_conn *lc; in vnet_attach()
340 struct ldc_conn *lc = &sc->sc_lc; in vnet_tx_intr()
366 struct ldc_conn *lc = &sc->sc_lc; in vnet_rx_intr()
460 vio_rx_data(struct ldc_conn *lc, struct ldc_pkt *lp) in vio_rx_data()
718 struct ldc_conn *lc = &sc->sc_lc; in vnet_rx_vio_desc_data()
803 struct ldc_conn *lc = &sc->sc_lc; in vnet_rx_vio_dring_data()
[all …]
Dvdsk.c134 struct ldc_conn sc_lc;
189 void vdsk_rx_data(struct ldc_conn *, struct ldc_pkt *);
198 void vdsk_ldc_reset(struct ldc_conn *);
199 void vdsk_ldc_start(struct ldc_conn *);
236 struct ldc_conn *lc; in vdsk_attach()
377 struct ldc_conn *lc = &sc->sc_lc; in vdsk_tx_intr()
403 struct ldc_conn *lc = &sc->sc_lc; in vdsk_rx_intr()
470 vdsk_rx_data(struct ldc_conn *lc, struct ldc_pkt *lp) in vdsk_rx_data()
722 vdsk_ldc_reset(struct ldc_conn *lc) in vdsk_ldc_reset()
730 vdsk_ldc_start(struct ldc_conn *lc) in vdsk_ldc_start()
[all …]
/openbsd/src/usr.sbin/ldomctl/
Dpri.c26 void pri_start(struct ldc_conn *, uint64_t);
27 void pri_rx_data(struct ldc_conn *, uint64_t, void *, size_t);
65 pri_start(struct ldc_conn *lc, uint64_t svc_handle) in pri_start()
82 pri_rx_data(struct ldc_conn *lc, uint64_t svc_handle, void *data, size_t len) in pri_rx_data()
Dmdstore.c32 void mdstore_start(struct ldc_conn *, uint64_t);
33 void mdstore_start_v2(struct ldc_conn *, uint64_t);
34 void mdstore_start_v3(struct ldc_conn *, uint64_t);
35 void mdstore_rx_data(struct ldc_conn *, uint64_t, void *, size_t);
180 mdstore_start(struct ldc_conn *lc, uint64_t svc_handle) in mdstore_start()
194 mdstore_start_v2(struct ldc_conn *lc, uint64_t svc_handle) in mdstore_start_v2()
201 mdstore_start_v3(struct ldc_conn *lc, uint64_t svc_handle) in mdstore_start_v3()
208 mdstore_rx_data(struct ldc_conn *lc, uint64_t svc_handle, void *data, in mdstore_rx_data()