Lines Matching refs:se_softc

174 struct se_softc {  struct
218 static void se_recv(struct se_softc *); argument
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); in seattach()
409 struct se_softc *sc = device_private(self); in sedetach()
465 struct se_softc *sc = ifp->if_softc; in se_ifstart()
483 struct se_softc *sc = ifp->if_softc; in se_send_worker()
560 struct se_softc *sc = device_private(xs->xs_periph->periph_dev); in sedone()
606 struct se_softc *sc = (struct se_softc *) v; in se_recv_callout()
629 struct se_softc *sc = (struct se_softc *) cookie; in se_recv_worker()
642 se_recv(struct se_softc *sc) in se_recv()
663 se_get(struct se_softc *sc, char *data, int totlen) in se_get()
718 se_read(struct se_softc *sc, char *data, int datalen) in se_read()
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) in se_add_proto()
823 se_get_addr(struct se_softc *sc, uint8_t *myaddr) in se_get_addr()
841 se_set_media(struct se_softc *sc, int type) in se_set_media()
855 se_set_mode(struct se_softc *sc, int len, int mode) in se_set_mode()
871 se_init(struct se_softc *sc) in se_init()
937 se_set_multi(struct se_softc *sc, uint8_t *addr) in se_set_multi()
955 se_remove_multi(struct se_softc *sc, uint8_t *addr) in se_remove_multi()
974 sc_set_all_multi(struct se_softc *sc, int set)
1017 se_stop(struct se_softc *sc) in se_stop()
1042 struct se_softc *sc = ifp->if_softc; in se_ioctl()
1160 se_enable(struct se_softc *sc) in se_enable()
1179 se_disable(struct se_softc *sc) in se_disable()
1198 struct se_softc *sc; in seopen()
1230 struct se_softc *sc = device_lookup_private(&se_cd, SEUNIT(dev)); in seclose()
1251 struct se_softc *sc = device_lookup_private(&se_cd, SEUNIT(dev)); in seioctl()