Searched refs:sbni_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/sbni/
H A Dif_sbnivar.h69 struct sbni_softc { struct
118 struct sbni_softc *slave_sc;
121 struct sbni_softc *link;
130 int sbni_probe(struct sbni_softc *);
131 int sbni_attach(struct sbni_softc *, int, struct sbni_flags);
132 void sbni_detach(struct sbni_softc *);
133 void sbni_release_resources(struct sbni_softc *);
138 void sbni_add(struct sbni_softc *);
139 struct sbni_softc *connect_to_master(struct sbni_softc *);
[all...]
H A Dif_sbni.c91 static void sbni_init_locked(struct sbni_softc *);
95 static void sbni_stop(struct sbni_softc *);
96 static void handle_channel(struct sbni_softc *);
98 static void card_start(struct sbni_softc *);
99 static int recv_frame(struct sbni_softc *);
100 static void send_frame(struct sbni_softc *);
101 static int upload_data(struct sbni_softc *, u_int, u_int, u_int, u_int32_t);
102 static int skip_tail(struct sbni_softc *, u_int, u_int32_t);
103 static void interpret_ack(struct sbni_softc *, u_int);
104 static void download_data(struct sbni_softc *, u_int32_
[all...]
H A Dif_sbni_isa.c66 sizeof(struct sbni_softc)
80 struct sbni_softc *sc;
109 struct sbni_softc *sc;
132 struct sbni_softc *master;
H A Dif_sbni_pci.c67 sizeof(struct sbni_softc)
78 struct sbni_softc *sc;
89 sc->slave_sc = malloc(sizeof(struct sbni_softc),
124 struct sbni_softc *sc;
180 struct sbni_softc *sc;

Completed in 18 milliseconds