Lines Matching refs:sk_if_softc

102 static void msk_reset(struct sk_if_softc *);
105 static void msk_intr_yukon(struct sk_if_softc *);
106 static void msk_rxeof(struct sk_if_softc *, uint16_t, uint32_t);
107 static void msk_txeof(struct sk_if_softc *);
108 static int msk_encap(struct sk_if_softc *, struct mbuf *, uint32_t *);
112 static void msk_init_yukon(struct sk_if_softc *);
115 static int msk_newbuf(struct sk_if_softc *);
116 static int msk_alloc_jumbo_mem(struct sk_if_softc *);
117 static void *msk_jalloc(struct sk_if_softc *);
119 static int msk_init_rx_ring(struct sk_if_softc *);
120 static int msk_init_tx_ring(struct sk_if_softc *);
121 static void msk_fill_rx_ring(struct sk_if_softc *);
129 static void msk_setmulti(struct sk_if_softc *);
130 static void msk_setpromisc(struct sk_if_softc *);
283 struct sk_if_softc *sc_if = device_private(dev);
315 struct sk_if_softc *sc_if = device_private(dev);
342 struct sk_if_softc *sc_if = ifp->if_softc;
383 msk_setmulti(struct sk_if_softc *sc_if)
443 msk_setpromisc(struct sk_if_softc *sc_if)
456 msk_init_rx_ring(struct sk_if_softc *sc_if)
486 msk_init_tx_ring(struct sk_if_softc *sc_if)
515 msk_newbuf(struct sk_if_softc *sc_if)
643 msk_alloc_jumbo_mem(struct sk_if_softc *sc_if)
736 msk_free_jumbo_mem(struct sk_if_softc *sc_if)
751 msk_jalloc(struct sk_if_softc *sc_if)
776 struct sk_if_softc *sc;
780 sc = (struct sk_if_softc *)arg;
813 struct sk_if_softc *sc = ifp->if_softc;
1151 msk_reset(struct sk_if_softc *sc_if)
1165 struct sk_if_softc *sc_if = device_private(dv);
1178 struct sk_if_softc *sc_if = device_private(self);
1386 struct sk_if_softc *sc_if = device_private(self);
1879 msk_encap(struct sk_if_softc *sc_if, struct mbuf *m_head, uint32_t *txidx)
2010 struct sk_if_softc *sc_if = ifp->if_softc;
2058 struct sk_if_softc *sc_if = ifp->if_softc;
2117 msk_rxeof(struct sk_if_softc *sc_if, uint16_t len, uint32_t rxstat)
2173 msk_txeof(struct sk_if_softc *sc_if)
2230 msk_fill_rx_ring(struct sk_if_softc *sc_if)
2249 struct sk_if_softc *sc_if = xsc_if;
2267 struct sk_if_softc *sc_if = xsc_if;
2279 msk_intr_yukon(struct sk_if_softc *sc_if)
2302 struct sk_if_softc *sc_if;
2303 struct sk_if_softc *sc_if0 = sc->sk_if[SK_PORT_A];
2304 struct sk_if_softc *sc_if1 = sc->sk_if[SK_PORT_B];
2393 msk_init_yukon(struct sk_if_softc *sc_if)
2537 struct sk_if_softc *sc_if = ifp->if_softc;
2700 struct sk_if_softc *sc_if = ifp->if_softc;
2778 CFATTACH_DECL3_NEW(msk, sizeof(struct sk_if_softc), msk_probe, msk_attach,