Symbol: ogx_softc
sys/arch/octeon/dev/if_ogx.c
1006
struct ogx_softc *sc = arg;
sys/arch/octeon/dev/if_ogx.c
1026
struct ogx_softc *sc = arg;
sys/arch/octeon/dev/if_ogx.c
1148
struct ogx_softc *sc = arg;
sys/arch/octeon/dev/if_ogx.c
1181
ogx_load_mbufs(struct ogx_softc *sc, unsigned int n)
sys/arch/octeon/dev/if_ogx.c
1203
ogx_unload_mbufs(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1224
struct ogx_softc *sc = ifp->if_softc;
sys/arch/octeon/dev/if_ogx.c
1254
ogx_send_mbuf(struct ogx_softc *sc, struct mbuf *m0)
sys/arch/octeon/dev/if_ogx.c
126
int (*link_init)(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
128
void (*link_down)(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
130
void (*link_change)(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
132
int (*link_status)(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
1353
struct ogx_softc *sc = ifp->if_softc;
sys/arch/octeon/dev/if_ogx.c
1364
struct ogx_softc *sc = ifp->if_softc;
sys/arch/octeon/dev/if_ogx.c
1376
struct ogx_softc *sc = (struct ogx_softc *)self;
sys/arch/octeon/dev/if_ogx.c
1384
struct ogx_softc *sc = (struct ogx_softc *)self;
sys/arch/octeon/dev/if_ogx.c
1392
struct ogx_softc *sc = (struct ogx_softc *)self;
sys/arch/octeon/dev/if_ogx.c
1402
ogx_sgmii_link_init(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1434
ogx_sgmii_link_down(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1459
ogx_sgmii_link_change(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1766
ogx_kstat_attach(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1813
struct ogx_softc *sc = ks->ks_softc;
sys/arch/octeon/dev/if_ogx.c
1858
ogx_kstat_start(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1885
ogx_kstat_stop(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
1897
struct ogx_softc *sc = arg;
sys/arch/octeon/dev/if_ogx.c
215
int ogx_send_mbuf(struct ogx_softc *, struct mbuf *);
sys/arch/octeon/dev/if_ogx.c
216
u_int ogx_load_mbufs(struct ogx_softc *, unsigned int);
sys/arch/octeon/dev/if_ogx.c
217
u_int ogx_unload_mbufs(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
225
int ogx_init(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
226
void ogx_down(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
227
void ogx_iff(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
235
void ogx_kstat_attach(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
237
void ogx_kstat_start(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
238
void ogx_kstat_stop(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
253
int ogx_sgmii_link_init(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
254
void ogx_sgmii_link_down(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
255
void ogx_sgmii_link_change(struct ogx_softc *);
sys/arch/octeon/dev/if_ogx.c
266
sizeof(struct ogx_softc), ogx_match, ogx_attach
sys/arch/octeon/dev/if_ogx.c
369
struct ogx_softc *sc = (struct ogx_softc *)self;
sys/arch/octeon/dev/if_ogx.c
723
struct ogx_softc *sc = (struct ogx_softc *)dev;
sys/arch/octeon/dev/if_ogx.c
753
struct ogx_softc *sc = ifp->if_softc;
sys/arch/octeon/dev/if_ogx.c
800
ogx_init(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
841
ogx_down(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
895
ogx_iff(struct ogx_softc *sc)
sys/arch/octeon/dev/if_ogx.c
973
ogx_extract_mbuf(struct ogx_softc *sc, paddr_t pktbuf)
sys/arch/octeon/dev/if_ogx.c
990
struct ogx_softc *sc = arg;