Symbol: lge_softc
sys/dev/lge/if_lge.c
1028
struct lge_softc *sc;
sys/dev/lge/if_lge.c
1085
lge_encap(struct lge_softc *sc, struct mbuf *m_head, u_int32_t *txidx)
sys/dev/lge/if_lge.c
1135
struct lge_softc *sc;
sys/dev/lge/if_lge.c
1146
struct lge_softc *sc;
sys/dev/lge/if_lge.c
1194
struct lge_softc *sc = xsc;
sys/dev/lge/if_lge.c
1202
lge_init_locked(struct lge_softc *sc)
sys/dev/lge/if_lge.c
123
static int lge_alloc_jumbo_mem(struct lge_softc *);
sys/dev/lge/if_lge.c
124
static void lge_free_jumbo_mem(struct lge_softc *);
sys/dev/lge/if_lge.c
125
static void *lge_jalloc(struct lge_softc *);
sys/dev/lge/if_lge.c
128
static int lge_newbuf(struct lge_softc *, struct lge_rx_desc *, struct mbuf *);
sys/dev/lge/if_lge.c
129
static int lge_encap(struct lge_softc *, struct mbuf *, u_int32_t *);
sys/dev/lge/if_lge.c
130
static void lge_rxeof(struct lge_softc *, int);
sys/dev/lge/if_lge.c
131
static void lge_rxeoc(struct lge_softc *);
sys/dev/lge/if_lge.c
132
static void lge_txeof(struct lge_softc *);
sys/dev/lge/if_lge.c
1332
struct lge_softc *sc;
sys/dev/lge/if_lge.c
1345
struct lge_softc *sc;
sys/dev/lge/if_lge.c
1365
struct lge_softc *sc;
sys/dev/lge/if_lge.c
1383
struct lge_softc *sc = if_getsoftc(ifp);
sys/dev/lge/if_lge.c
139
static void lge_init_locked(struct lge_softc *);
sys/dev/lge/if_lge.c
140
static void lge_stop(struct lge_softc *);
sys/dev/lge/if_lge.c
141
static void lge_watchdog(struct lge_softc *);
sys/dev/lge/if_lge.c
1444
lge_watchdog(struct lge_softc *sc)
sys/dev/lge/if_lge.c
1468
lge_stop(struct lge_softc *sc)
sys/dev/lge/if_lge.c
147
static void lge_eeprom_getword(struct lge_softc *, int, u_int16_t *);
sys/dev/lge/if_lge.c
148
static void lge_read_eeprom(struct lge_softc *, caddr_t, int, int, int);
sys/dev/lge/if_lge.c
1520
struct lge_softc *sc;
sys/dev/lge/if_lge.c
154
static void lge_setmulti(struct lge_softc *);
sys/dev/lge/if_lge.c
155
static void lge_reset(struct lge_softc *);
sys/dev/lge/if_lge.c
156
static int lge_list_rx_init(struct lge_softc *);
sys/dev/lge/if_lge.c
157
static int lge_list_tx_init(struct lge_softc *);
sys/dev/lge/if_lge.c
185
sizeof(struct lge_softc)
sys/dev/lge/if_lge.c
212
lge_eeprom_getword(struct lge_softc *sc, int addr, u_int16_t *dest)
sys/dev/lge/if_lge.c
243
lge_read_eeprom(struct lge_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/lge/if_lge.c
263
struct lge_softc *sc;
sys/dev/lge/if_lge.c
293
struct lge_softc *sc;
sys/dev/lge/if_lge.c
316
struct lge_softc *sc;
sys/dev/lge/if_lge.c
367
lge_setmulti(struct lge_softc *sc)
sys/dev/lge/if_lge.c
398
lge_reset(struct lge_softc *sc)
sys/dev/lge/if_lge.c
449
struct lge_softc *sc;
sys/dev/lge/if_lge.c
572
struct lge_softc *sc;
sys/dev/lge/if_lge.c
603
lge_list_tx_init(struct lge_softc *sc)
sys/dev/lge/if_lge.c
628
lge_list_rx_init(struct lge_softc *sc)
sys/dev/lge/if_lge.c
658
lge_newbuf(struct lge_softc *sc, struct lge_rx_desc *c, struct mbuf *m)
sys/dev/lge/if_lge.c
723
lge_alloc_jumbo_mem(struct lge_softc *sc)
sys/dev/lge/if_lge.c
765
lge_free_jumbo_mem(struct lge_softc *sc)
sys/dev/lge/if_lge.c
794
lge_jalloc(struct lge_softc *sc)
sys/dev/lge/if_lge.c
818
struct lge_softc *sc;
sys/dev/lge/if_lge.c
848
lge_rxeof(struct lge_softc *sc, int cnt)
sys/dev/lge/if_lge.c
930
lge_rxeoc(struct lge_softc *sc)
sys/dev/lge/if_lge.c
946
lge_txeof(struct lge_softc *sc)
sys/dev/lge/if_lge.c
990
struct lge_softc *sc;