sk_if_softc
struct sk_if_softc *sc_if = if_getsoftc(ifp);
struct sk_if_softc *sc_if;
struct sk_if_softc *sc_if = if_getsoftc(ifp);
struct sk_if_softc *sc_if;
struct sk_if_softc *sc_if;
sk_dma_alloc(struct sk_if_softc *sc_if)
static void sk_intr_xmac(struct sk_if_softc *);
static void sk_intr_bcom(struct sk_if_softc *);
static void sk_intr_yukon(struct sk_if_softc *);
static void sk_rxeof(struct sk_if_softc *);
static void sk_jumbo_rxeof(struct sk_if_softc *);
static void sk_txeof(struct sk_if_softc *);
sk_dma_jumbo_alloc(struct sk_if_softc *sc_if)
static int sk_encap(struct sk_if_softc *, struct mbuf **);
static void sk_init_locked(struct sk_if_softc *);
static void sk_init_xmac(struct sk_if_softc *);
static void sk_init_yukon(struct sk_if_softc *);
static void sk_stop(struct sk_if_softc *);
sk_dma_free(struct sk_if_softc *sc_if)
static __inline void sk_discard_rxbuf(struct sk_if_softc *, int);
static __inline void sk_discard_jumbo_rxbuf(struct sk_if_softc *, int);
static int sk_newbuf(struct sk_if_softc *, int);
sk_dma_jumbo_free(struct sk_if_softc *sc_if)
static int sk_jumbo_newbuf(struct sk_if_softc *, int);
static int sk_dma_alloc(struct sk_if_softc *);
static int sk_dma_jumbo_alloc(struct sk_if_softc *);
static void sk_dma_free(struct sk_if_softc *);
static void sk_dma_jumbo_free(struct sk_if_softc *);
static int sk_init_rx_ring(struct sk_if_softc *);
static int sk_init_jumbo_rx_ring(struct sk_if_softc *);
static void sk_init_tx_ring(struct sk_if_softc *);
sk_encap(struct sk_if_softc *sc_if, struct mbuf **m_head)
struct sk_if_softc *sc_if;
struct sk_if_softc *sc_if;
static int sk_xmac_miibus_readreg(struct sk_if_softc *, int, int);
static int sk_xmac_miibus_writereg(struct sk_if_softc *, int, int,
static void sk_xmac_miibus_statchg(struct sk_if_softc *);
struct sk_if_softc *sc_if;
static int sk_marv_miibus_readreg(struct sk_if_softc *, int, int);
static int sk_marv_miibus_writereg(struct sk_if_softc *, int, int,
static void sk_marv_miibus_statchg(struct sk_if_softc *);
struct sk_if_softc *sc_if0, *sc_if1;
static void sk_setfilt(struct sk_if_softc *, u_int16_t *, int);
struct sk_if_softc *sc_if0, *sc_if1;
static void sk_rxfilter(struct sk_if_softc *);
static void sk_rxfilter_genesis(struct sk_if_softc *);
static void sk_rxfilter_yukon(struct sk_if_softc *);
sk_rxeof(struct sk_if_softc *sc_if)
sk_jumbo_rxeof(struct sk_if_softc *sc_if)
sk_txeof(struct sk_if_softc *sc_if)
struct sk_if_softc *sc_if;
struct sk_if_softc *sc_if;
sk_intr_bcom(struct sk_if_softc *sc_if)
sk_intr_xmac(struct sk_if_softc *sc_if)
sk_intr_yukon(struct sk_if_softc *sc_if)
struct sk_if_softc *sc_if0, *sc_if1;
sk_init_xmac(struct sk_if_softc *sc_if)
sizeof(struct sk_if_softc)
sk_init_yukon(struct sk_if_softc *sc_if)
struct sk_if_softc *sc_if = xsc;
sk_init_locked(struct sk_if_softc *sc_if)
sk_stop(struct sk_if_softc *sc_if)
struct sk_if_softc *sc_if;
struct sk_if_softc *sc_if;
struct sk_if_softc *sc_if;
sk_xmac_miibus_readreg(struct sk_if_softc *sc_if, int phy, int reg)
sk_xmac_miibus_writereg(struct sk_if_softc *sc_if, int phy, int reg, int val)
sk_xmac_miibus_statchg(struct sk_if_softc *sc_if)
sk_marv_miibus_readreg(struct sk_if_softc *sc_if, int phy, int reg)
sk_marv_miibus_writereg(struct sk_if_softc *sc_if, int phy, int reg, int val)
sk_marv_miibus_statchg(struct sk_if_softc *sc_if)
sk_setfilt(struct sk_if_softc *sc_if, u_int16_t *addr, int slot)
sk_rxfilter(struct sk_if_softc *sc_if)
struct sk_if_softc *sc_if;
sk_rxfilter_genesis(struct sk_if_softc *sc_if)
sk_rxfilter_yukon(struct sk_if_softc *sc_if)
sk_init_rx_ring(struct sk_if_softc *sc_if)
sk_init_jumbo_rx_ring(struct sk_if_softc *sc_if)
sk_init_tx_ring(struct sk_if_softc *sc_if)
sk_discard_rxbuf(struct sk_if_softc *sc_if, int idx)
sk_discard_jumbo_rxbuf(struct sk_if_softc *sc_if, int idx)
sk_newbuf(struct sk_if_softc *sc_if, int idx)
sk_jumbo_newbuf(struct sk_if_softc *sc_if, int idx)
struct sk_if_softc;
struct sk_if_softc *sk_if[2];