Home
last modified time | relevance | path

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

/netbsd/sys/arch/sparc64/dev/
H A Dldcvar.h96 struct ldc_conn { struct
116 void (*lc_reset)(struct ldc_conn *); argument
117 void (*lc_start)(struct ldc_conn *); argument
118 void (*lc_rx_data)(struct ldc_conn *, struct ldc_pkt *); argument
121 void ldc_rx_ctrl(struct ldc_conn *, struct ldc_pkt *);
122 void ldc_rx_data(struct ldc_conn *, struct ldc_pkt *);
124 void ldc_send_vers(struct ldc_conn *);
125 int ldc_send_unreliable(struct ldc_conn *, void *, size_t);
127 void ldc_reset(struct ldc_conn *);
H A Dldc.c42 void ldc_send_ack(struct ldc_conn *);
43 void ldc_send_rtr(struct ldc_conn *);
44 void ldc_send_rts(struct ldc_conn *);
45 void ldc_send_rdx(struct ldc_conn *);
48 ldc_rx_ctrl(struct ldc_conn *lc, struct ldc_pkt *lp) in ldc_rx_ctrl()
247 ldc_send_vers(struct ldc_conn *lc) in ldc_send_vers()
284 ldc_send_ack(struct ldc_conn *lc) in ldc_send_ack()
320 ldc_send_rts(struct ldc_conn *lc) in ldc_send_rts()
356 ldc_send_rtr(struct ldc_conn *lc) in ldc_send_rtr()
392 ldc_send_rdx(struct ldc_conn *lc) in ldc_send_rdx()
[all …]
H A Dvnet.c140 struct ldc_conn sc_lc;
247 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()
759 struct ldc_conn *lc = &sc->sc_lc; in vnet_rx_vio_desc_data()
841 struct ldc_conn *lc = &sc->sc_lc; in vnet_rx_vio_dring_data()
973 vnet_ldc_reset(struct ldc_conn *lc) in vnet_ldc_reset()
1010 struct ldc_conn *lc = &sc->sc_lc; in vnet_sendmsg()
1125 struct ldc_conn *lc = &sc->sc_lc; in vnet_start()
1467 struct ldc_conn *lc = &sc->sc_lc; in vnet_init()
[all …]
H A Dvdsk.c149 struct ldc_conn sc_lc;
193 void vdsk_rx_data(struct ldc_conn *, struct ldc_pkt *);
202 void vdsk_ldc_reset(struct ldc_conn *);
203 void vdsk_ldc_start(struct ldc_conn *);
240 struct ldc_conn *lc; in vdsk_attach()
441 struct ldc_conn *lc = &sc->sc_lc; in vdsk_tx_intr()
467 struct ldc_conn *lc = &sc->sc_lc; in vdsk_rx_intr()
778 struct ldc_conn *lc = &sc->sc_lc; in vdsk_rx_vio_dring_data()
789 vdsk_ldc_reset(struct ldc_conn *lc) in vdsk_ldc_reset()
798 vdsk_ldc_start(struct ldc_conn *lc) in vdsk_ldc_start()
[all …]