OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldc_conn
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sparc64/dev/
ldcvar.h
96
struct
ldc_conn
{
struct
116
void (*lc_reset)(struct
ldc_conn
*);
117
void (*lc_start)(struct
ldc_conn
*);
118
void (*lc_rx_data)(struct
ldc_conn
*, struct ldc_pkt *);
121
void ldc_rx_ctrl(struct
ldc_conn
*, struct ldc_pkt *);
122
void ldc_rx_data(struct
ldc_conn
*, struct ldc_pkt *);
124
int ldc_send_vers(struct
ldc_conn
*);
125
int ldc_send_unreliable(struct
ldc_conn
*, void *, size_t);
127
void ldc_reset(struct
ldc_conn
*);
ldc.c
36
void ldc_rx_ctrl_vers(struct
ldc_conn
*, struct ldc_pkt *);
37
void ldc_rx_ctrl_rtr(struct
ldc_conn
*, struct ldc_pkt *);
38
void ldc_rx_ctrl_rts(struct
ldc_conn
*, struct ldc_pkt *);
39
void ldc_rx_ctrl_rdx(struct
ldc_conn
*, struct ldc_pkt *);
41
int ldc_send_ack(struct
ldc_conn
*);
42
int ldc_send_rtr(struct
ldc_conn
*);
43
int ldc_send_rts(struct
ldc_conn
*);
44
int ldc_send_rdx(struct
ldc_conn
*);
47
ldc_rx_ctrl(struct
ldc_conn
*lc, struct ldc_pkt *lp)
74
ldc_rx_ctrl_vers(struct
ldc_conn
*lc, struct ldc_pkt *lp
[
all
...]
vdsk.c
149
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
*);
248
struct
ldc_conn
*lc;
449
struct
ldc_conn
*lc = &sc->sc_lc;
475
struct
ldc_conn
*lc = &sc->sc_lc;
545
vdsk_rx_data(struct
ldc_conn
*lc, struct ldc_pkt *lp)
788
struct
ldc_conn
*lc = &sc->sc_lc;
799
vdsk_ldc_reset(struct
ldc_conn
*lc
[
all
...]
vnet.c
140
struct
ldc_conn
sc_lc;
195
void vio_rx_data(struct
ldc_conn
*, struct ldc_pkt *);
206
void vnet_ldc_reset(struct
ldc_conn
*);
207
void vnet_ldc_start(struct
ldc_conn
*);
247
struct
ldc_conn
*lc;
340
struct
ldc_conn
*lc = &sc->sc_lc;
366
struct
ldc_conn
*lc = &sc->sc_lc;
469
vio_rx_data(struct
ldc_conn
*lc, struct ldc_pkt *lp)
759
struct
ldc_conn
*lc = &sc->sc_lc;
841
struct
ldc_conn
*lc = &sc->sc_lc
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025