Symbol: se_softc
sys/dev/pci/if_se.c
1024
struct se_softc *sc = xsc;
sys/dev/pci/if_se.c
1046
struct se_softc *sc = arg;
sys/dev/pci/if_se.c
1094
se_encap(struct se_softc *sc, struct mbuf *m_head, uint32_t *txidx)
sys/dev/pci/if_se.c
1189
struct se_softc *sc = ifp->if_softc;
sys/dev/pci/if_se.c
1242
struct se_softc *sc = ifp->if_softc;
sys/dev/pci/if_se.c
1312
struct se_softc *sc = ifp->if_softc;
sys/dev/pci/if_se.c
1331
struct se_softc *sc = ifp->if_softc;
sys/dev/pci/if_se.c
1343
struct se_softc *sc = ifp->if_softc;
sys/dev/pci/if_se.c
1388
struct se_softc *sc = ifp->if_softc;
sys/dev/pci/if_se.c
140
sizeof(struct se_softc),
sys/dev/pci/if_se.c
1406
se_stop(struct se_softc *sc)
sys/dev/pci/if_se.c
149
se_miibus_cmd(struct se_softc *, uint32_t);
sys/dev/pci/if_se.c
154
int se_newbuf(struct se_softc *, uint);
sys/dev/pci/if_se.c
155
void se_discard_rxbuf(struct se_softc *, uint);
sys/dev/pci/if_se.c
156
int se_encap(struct se_softc *, struct mbuf *, uint *);
sys/dev/pci/if_se.c
157
void se_rxeof(struct se_softc *);
sys/dev/pci/if_se.c
158
void se_txeof(struct se_softc *);
sys/dev/pci/if_se.c
164
void se_stop(struct se_softc *);
sys/dev/pci/if_se.c
170
int se_get_mac_addr_apc(struct se_softc *, uint8_t *);
sys/dev/pci/if_se.c
171
int se_get_mac_addr_eeprom(struct se_softc *, uint8_t *);
sys/dev/pci/if_se.c
173
se_read_eeprom(struct se_softc *, int);
sys/dev/pci/if_se.c
175
void se_iff(struct se_softc *);
sys/dev/pci/if_se.c
176
void se_reset(struct se_softc *);
sys/dev/pci/if_se.c
177
int se_list_rx_init(struct se_softc *);
sys/dev/pci/if_se.c
178
int se_list_rx_free(struct se_softc *);
sys/dev/pci/if_se.c
179
int se_list_tx_init(struct se_softc *);
sys/dev/pci/if_se.c
180
int se_list_tx_free(struct se_softc *);
sys/dev/pci/if_se.c
204
se_read_eeprom(struct se_softc *sc, int offset)
sys/dev/pci/if_se.c
230
se_get_mac_addr_eeprom(struct se_softc *sc, uint8_t *dest)
sys/dev/pci/if_se.c
272
se_get_mac_addr_apc(struct se_softc *sc, uint8_t *dest)
sys/dev/pci/if_se.c
316
se_miibus_cmd(struct se_softc *sc, uint32_t ctrl)
sys/dev/pci/if_se.c
336
struct se_softc *sc = (struct se_softc *)self;
sys/dev/pci/if_se.c
353
struct se_softc *sc = (struct se_softc *)self;
sys/dev/pci/if_se.c
368
struct se_softc *sc = (struct se_softc *)self;
sys/dev/pci/if_se.c
439
se_iff(struct se_softc *sc)
sys/dev/pci/if_se.c
484
se_reset(struct se_softc *sc)
sys/dev/pci/if_se.c
522
struct se_softc *sc = (struct se_softc *)self;
sys/dev/pci/if_se.c
733
struct se_softc *sc = (struct se_softc *)self;
sys/dev/pci/if_se.c
753
se_list_tx_init(struct se_softc *sc)
sys/dev/pci/if_se.c
770
se_list_tx_free(struct se_softc *sc)
sys/dev/pci/if_se.c
790
se_list_rx_init(struct se_softc *sc)
sys/dev/pci/if_se.c
810
se_list_rx_free(struct se_softc *sc)
sys/dev/pci/if_se.c
830
se_newbuf(struct se_softc *sc, uint i)
sys/dev/pci/if_se.c
877
se_discard_rxbuf(struct se_softc *sc, uint i)
sys/dev/pci/if_se.c
897
se_rxeof(struct se_softc *sc)
sys/dev/pci/if_se.c
966
se_txeof(struct se_softc *sc)