Lines Matching refs:sk_if_softc

162 static void sk_intr_bcom(struct sk_if_softc *);
163 static void sk_intr_xmac(struct sk_if_softc *);
164 static void sk_intr_yukon(struct sk_if_softc *);
165 static void sk_rxeof(struct sk_if_softc *);
166 static void sk_txeof(struct sk_if_softc *);
167 static int sk_encap(struct sk_if_softc *, struct mbuf *, uint32_t *);
171 static void sk_unreset_xmac(struct sk_if_softc *);
172 static void sk_init_xmac(struct sk_if_softc *);
173 static void sk_unreset_yukon(struct sk_if_softc *);
174 static void sk_init_yukon(struct sk_if_softc *);
179 static int sk_newbuf(struct sk_if_softc *, int, struct mbuf *, bus_dmamap_t);
180 static int sk_alloc_jumbo_mem(struct sk_if_softc *);
181 static void *sk_jalloc(struct sk_if_softc *);
183 static int sk_init_rx_ring(struct sk_if_softc *);
184 static int sk_init_tx_ring(struct sk_if_softc *);
201 static void sk_setfilt(struct sk_if_softc *, void *, int);
202 static void sk_setmulti(struct sk_if_softc *);
412 struct sk_if_softc *sc_if = device_private(dev);
444 struct sk_if_softc *sc_if = device_private(dev);
478 struct sk_if_softc *sc_if = ifp->if_softc;
498 struct sk_if_softc *sc_if = device_private(dev);
539 struct sk_if_softc *sc_if = device_private(dev);
568 SK_YU_READ_2(((struct sk_if_softc *)ifp->if_softc),
595 sk_setfilt(struct sk_if_softc *sc_if, void *addrv, int slot)
606 sk_setmulti(struct sk_if_softc *sc_if)
705 sk_init_rx_ring(struct sk_if_softc *sc_if)
742 sk_init_tx_ring(struct sk_if_softc *sc_if)
775 sk_newbuf(struct sk_if_softc *sc_if, int i, struct mbuf *m,
835 sk_alloc_jumbo_mem(struct sk_if_softc *sc_if)
933 sk_jalloc(struct sk_if_softc *sc_if)
958 struct sk_if_softc *sc;
962 sc = (struct sk_if_softc *)arg;
994 struct sk_if_softc *sc_if = ifp->if_softc;
1004 sk_promisc(struct sk_if_softc *sc_if, int on)
1034 struct sk_if_softc *sc_if = ifp->if_softc;
1202 struct sk_if_softc *sc_if = device_private(self);
1848 sk_encap(struct sk_if_softc *sc_if, struct mbuf *m_head, uint32_t *txidx)
1949 struct sk_if_softc *sc_if = ifp->if_softc;
2000 struct sk_if_softc *sc_if = ifp->if_softc;
2020 struct sk_if_softc *sc_if = (struct sk_if_softc *)v;
2039 sk_rxeof(struct sk_if_softc *sc_if)
2121 sk_txeof(struct sk_if_softc *sc_if)
2183 struct sk_if_softc *sc_if = xsc_if;
2226 sk_intr_bcom(struct sk_if_softc *sc_if)
2280 sk_intr_xmac(struct sk_if_softc *sc_if)
2305 sk_intr_yukon(struct sk_if_softc *sc_if)
2321 struct sk_if_softc *sc_if0 = sc->sk_if[SK_PORT_A];
2322 struct sk_if_softc *sc_if1 = sc->sk_if[SK_PORT_B];
2411 sk_unreset_xmac(struct sk_if_softc *sc_if)
2479 sk_init_xmac(struct sk_if_softc *sc_if)
2584 sk_unreset_yukon(struct sk_if_softc *sc_if)
2643 sk_init_yukon(struct sk_if_softc *sc_if)
2729 struct sk_if_softc *sc_if = ifp->if_softc;
2902 struct sk_if_softc *sc_if = ifp->if_softc;
3009 struct sk_if_softc *sc_if = device_private(dv);
3018 CFATTACH_DECL_NEW(sk, sizeof(struct sk_if_softc),