Searched refs:sk_if_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_sk.c162 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 *);
[all...]
H A Dif_skvar.h181 struct sk_if_softc;
202 struct sk_if_softc *sk_if[2];
208 struct sk_if_softc { struct
H A Dif_mskvar.h179 struct sk_if_softc;
201 struct sk_if_softc *sk_if[2];
213 struct sk_if_softc { struct
H A Dif_msk.c102 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 *);
[all...]

Completed in 197 milliseconds