Symbol: axe_softc
sys/dev/usb/if_axe.c
1090
struct axe_softc *sc;
sys/dev/usb/if_axe.c
1134
struct axe_softc *sc = xsc;
sys/dev/usb/if_axe.c
1154
struct axe_softc *sc;
sys/dev/usb/if_axe.c
1182
axe_encap(struct axe_softc *sc, struct mbuf *m, int idx)
sys/dev/usb/if_axe.c
1237
struct axe_softc *sc;
sys/dev/usb/if_axe.c
1280
struct axe_softc *sc = xsc;
sys/dev/usb/if_axe.c
1385
struct axe_softc *sc = ifp->if_softc;
sys/dev/usb/if_axe.c
1432
struct axe_softc *sc;
sys/dev/usb/if_axe.c
1457
axe_stop(struct axe_softc *sc)
sys/dev/usb/if_axe.c
183
sizeof(struct axe_softc), axe_match, axe_attach, axe_detach
sys/dev/usb/if_axe.c
186
int axe_tx_list_init(struct axe_softc *);
sys/dev/usb/if_axe.c
187
int axe_rx_list_init(struct axe_softc *);
sys/dev/usb/if_axe.c
189
int axe_encap(struct axe_softc *, struct mbuf *, int);
sys/dev/usb/if_axe.c
197
void axe_stop(struct axe_softc *);
sys/dev/usb/if_axe.c
202
int axe_cmd(struct axe_softc *, int, int, int, void *);
sys/dev/usb/if_axe.c
205
void axe_reset(struct axe_softc *sc);
sys/dev/usb/if_axe.c
207
void axe_iff(struct axe_softc *);
sys/dev/usb/if_axe.c
208
void axe_lock_mii(struct axe_softc *sc);
sys/dev/usb/if_axe.c
209
void axe_unlock_mii(struct axe_softc *sc);
sys/dev/usb/if_axe.c
211
void axe_ax88178_init(struct axe_softc *);
sys/dev/usb/if_axe.c
212
void axe_ax88772_init(struct axe_softc *);
sys/dev/usb/if_axe.c
216
axe_lock_mii(struct axe_softc *sc)
sys/dev/usb/if_axe.c
223
axe_unlock_mii(struct axe_softc *sc)
sys/dev/usb/if_axe.c
231
axe_cmd(struct axe_softc *sc, int cmd, int index, int val, void *buf)
sys/dev/usb/if_axe.c
261
struct axe_softc *sc = (void *)dev;
sys/dev/usb/if_axe.c
320
struct axe_softc *sc = (void *)dev;
sys/dev/usb/if_axe.c
346
struct axe_softc *sc = (void *)dev;
sys/dev/usb/if_axe.c
414
struct axe_softc *sc = ifp->if_softc;
sys/dev/usb/if_axe.c
433
struct axe_softc *sc = ifp->if_softc;
sys/dev/usb/if_axe.c
442
axe_iff(struct axe_softc *sc)
sys/dev/usb/if_axe.c
495
axe_reset(struct axe_softc *sc)
sys/dev/usb/if_axe.c
512
axe_ax88178_init(struct axe_softc *sc)
sys/dev/usb/if_axe.c
577
axe_ax88772b_nodeid(struct axe_softc *sc, u_char *eaddr)
sys/dev/usb/if_axe.c
601
axe_ax88772_init(struct axe_softc *sc)
sys/dev/usb/if_axe.c
641
axe_get_phyno(struct axe_softc *sc, int sel)
sys/dev/usb/if_axe.c
685
struct axe_softc *sc = (struct axe_softc *)self;
sys/dev/usb/if_axe.c
834
struct axe_softc *sc = (struct axe_softc *)self;
sys/dev/usb/if_axe.c
909
axe_rx_list_init(struct axe_softc *sc)
sys/dev/usb/if_axe.c
940
axe_tx_list_init(struct axe_softc *sc)
sys/dev/usb/if_axe.c
978
struct axe_softc *sc = c->axe_sc;
sys/dev/usb/if_axereg.h
207
struct axe_softc;
sys/dev/usb/if_axereg.h
210
struct axe_softc *axe_sc;