xl_softc
struct xl_softc *sc = &csc->sc_softc;
struct xl_softc *sc = &csc->sc_softc;
xl_cardbus_intr_ack(struct xl_softc *sc)
void xl_cardbus_intr_ack(struct xl_softc *);
struct xl_softc sc_softc;
xl_list_rx_init(struct xl_softc *sc)
xl_fill_rx_ring(struct xl_softc *sc)
xl_newbuf(struct xl_softc *sc, struct xl_chain_onefrag *c)
xl_rxeof(struct xl_softc *sc)
xl_txeof(struct xl_softc *sc)
xl_txeof_90xB(struct xl_softc *sc)
xl_txeoc(struct xl_softc *sc)
int xl_newbuf(struct xl_softc *, struct xl_chain_onefrag *);
struct xl_softc *sc;
int xl_encap(struct xl_softc *, struct xl_chain *,
void xl_rxeof(struct xl_softc *);
void xl_txeof(struct xl_softc *);
void xl_txeof_90xB(struct xl_softc *);
struct xl_softc *sc;
void xl_txeoc(struct xl_softc *);
xl_encap(struct xl_softc *sc, struct xl_chain *c, struct mbuf *m_head)
void xl_freetxrx(struct xl_softc *);
int xl_eeprom_wait(struct xl_softc *);
int xl_read_eeprom(struct xl_softc *, caddr_t, int, int, int);
void xl_mii_sync(struct xl_softc *);
void xl_mii_send(struct xl_softc *, u_int32_t, int);
int xl_mii_readreg(struct xl_softc *, struct xl_mii_frame *);
int xl_mii_writereg(struct xl_softc *, struct xl_mii_frame *);
struct xl_softc *sc;
void xl_setcfg(struct xl_softc *);
void xl_setmode(struct xl_softc *, uint64_t);
void xl_iff(struct xl_softc *);
void xl_iff_90x(struct xl_softc *);
void xl_iff_905b(struct xl_softc *);
int xl_list_rx_init(struct xl_softc *);
void xl_fill_rx_ring(struct xl_softc *);
int xl_list_tx_init(struct xl_softc *);
int xl_list_tx_init_90xB(struct xl_softc *);
void xl_wait(struct xl_softc *);
void xl_mediacheck(struct xl_softc *);
void xl_choose_xcvr(struct xl_softc *, int);
struct xl_softc *sc;
void xl_wol_power(struct xl_softc *);
struct xl_softc *sc = xsc;
struct xl_softc *sc = (struct xl_softc *)self;
struct xl_softc *sc;
struct xl_softc *sc;
struct xl_softc *sc = ifp->if_softc;
xl_wait(struct xl_softc *sc)
struct xl_softc *sc;
xl_freetxrx(struct xl_softc *sc)
xl_stop(struct xl_softc *sc)
xl_wol_power(struct xl_softc *sc)
xl_attach(struct xl_softc *sc)
xl_mii_sync(struct xl_softc *sc)
xl_detach(struct xl_softc *sc)
extern void xl_freetxrx(struct xl_softc *);
struct xl_softc *sc = ifp->if_softc;
xl_mii_send(struct xl_softc *sc, u_int32_t bits, int cnt)
xl_mii_readreg(struct xl_softc *sc, struct xl_mii_frame *frame)
xl_mii_writereg(struct xl_softc *sc, struct xl_mii_frame *frame)
struct xl_softc *sc = (struct xl_softc *)self;
struct xl_softc *sc = (struct xl_softc *)self;
struct xl_softc *sc = (struct xl_softc *)self;
xl_eeprom_wait(struct xl_softc *sc)
xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap)
xl_iff(struct xl_softc *sc)
xl_iff_90x(struct xl_softc *sc)
xl_iff_905b(struct xl_softc *sc)
xl_setcfg(struct xl_softc *sc)
xl_setmode(struct xl_softc *sc, uint64_t media)
xl_reset(struct xl_softc *sc)
xl_mediacheck(struct xl_softc *sc)
xl_choose_xcvr(struct xl_softc *sc, int verbose)
xl_list_tx_init(struct xl_softc *sc)
xl_list_tx_init_90xB(struct xl_softc *sc)
void (*intr_ack)(struct xl_softc *);
extern void xl_attach(struct xl_softc *);
extern int xl_detach(struct xl_softc *);
void xl_stop(struct xl_softc *);
void xl_reset(struct xl_softc *);
struct xl_softc *sc = &psc->psc_softc;
struct xl_softc *sc = &psc->psc_softc;
xl_pci_intr_ack(struct xl_softc *sc)
void xl_pci_intr_ack(struct xl_softc *);
struct xl_softc psc_softc;