Home | History | Annotate | Download | only in scsipi

Lines Matching defs:se_softc

174 struct se_softc {
218 static void se_recv(struct se_softc *);
219 static struct mbuf *se_get(struct se_softc *, char *, int);
220 static int se_read(struct se_softc *, char *, int);
222 static void se_reset(struct se_softc *);
224 static int se_add_proto(struct se_softc *, int);
225 static int se_get_addr(struct se_softc *, uint8_t *);
226 static int se_set_media(struct se_softc *, int);
227 static int se_init(struct se_softc *);
228 static int se_set_multi(struct se_softc *, uint8_t *);
229 static int se_remove_multi(struct se_softc *, uint8_t *);
231 static int sc_set_all_multi(struct se_softc *, int);
233 static void se_stop(struct se_softc *);
240 static int se_set_mode(struct se_softc *, int, int);
242 int se_enable(struct se_softc *);
243 void se_disable(struct se_softc *);
245 CFATTACH_DECL_NEW(se, sizeof(struct se_softc),
323 struct se_softc *sc = device_private(self);
409 struct se_softc *sc = device_private(self);
465 struct se_softc *sc = ifp->if_softc;
483 struct se_softc *sc = ifp->if_softc;
560 struct se_softc *sc = device_private(xs->xs_periph->periph_dev);
606 struct se_softc *sc = (struct se_softc *) v;
629 struct se_softc *sc = (struct se_softc *) cookie;
642 se_recv(struct se_softc *sc)
663 se_get(struct se_softc *sc, char *data, int totlen)
718 se_read(struct se_softc *sc, char *data, int datalen)
777 struct se_softc *sc = ifp->if_softc;
786 se_reset(struct se_softc *sc)
802 se_add_proto(struct se_softc *sc, int proto)
823 se_get_addr(struct se_softc *sc, uint8_t *myaddr)
841 se_set_media(struct se_softc *sc, int type)
855 se_set_mode(struct se_softc *sc, int len, int mode)
871 se_init(struct se_softc *sc)
937 se_set_multi(struct se_softc *sc, uint8_t *addr)
955 se_remove_multi(struct se_softc *sc, uint8_t *addr)
974 sc_set_all_multi(struct se_softc *sc, int set)
1017 se_stop(struct se_softc *sc)
1042 struct se_softc *sc = ifp->if_softc;
1160 se_enable(struct se_softc *sc)
1179 se_disable(struct se_softc *sc)
1198 struct se_softc *sc;
1230 struct se_softc *sc = device_lookup_private(&se_cd, SEUNIT(dev));
1251 struct se_softc *sc = device_lookup_private(&se_cd, SEUNIT(dev));