Home
last modified time | relevance | path

Searched defs:sc_if (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/sys/dev/pci/
H A Dif_sk.c241 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; in sk_xmac_miibus_readreg() local
272 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; in sk_xmac_miibus_writereg() local
303 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; sk_xmac_miibus_statchg() local
323 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; sk_marv_miibus_readreg() local
365 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; sk_marv_miibus_writereg() local
393 sk_setfilt(struct sk_if_softc * sc_if,caddr_t addr,int slot) sk_setfilt() argument
403 sk_iff(struct sk_if_softc * sc_if) sk_iff() argument
414 sk_iff_xmac(struct sk_if_softc * sc_if) sk_iff_xmac() argument
470 sk_iff_yukon(struct sk_if_softc * sc_if) sk_iff_yukon() argument
523 sk_init_rx_ring(struct sk_if_softc * sc_if) sk_init_rx_ring() argument
553 sk_fill_rx_ring(struct sk_if_softc * sc_if) sk_fill_rx_ring() argument
566 sk_init_tx_ring(struct sk_if_softc * sc_if) sk_init_tx_ring() argument
613 sk_newbuf(struct sk_if_softc * sc_if) sk_newbuf() argument
666 struct sk_if_softc *sc_if = ifp->if_softc; sk_ifmedia_upd() local
678 struct sk_if_softc *sc_if = ifp->if_softc; sk_ifmedia_sts() local
688 struct sk_if_softc *sc_if = ifp->if_softc; sk_ioctl() local
849 struct sk_if_softc *sc_if = (struct sk_if_softc *) self; sk_attach() local
1072 sk_reset(struct sk_if_softc * sc_if) sk_reset() argument
1095 struct sk_if_softc *sc_if = (struct sk_if_softc *)self; sk_detach() local
1127 struct sk_if_softc *sc_if = (void *)self; sk_activate() local
1390 sk_encap(struct sk_if_softc * sc_if,struct mbuf * m_head,u_int32_t * txidx) sk_encap() argument
1484 struct sk_if_softc *sc_if = ifp->if_softc; sk_start() local
1541 struct sk_if_softc *sc_if = ifp->if_softc; sk_watchdog() local
1577 sk_rxeof(struct sk_if_softc * sc_if) sk_rxeof() argument
1646 sk_txeof(struct sk_if_softc * sc_if) sk_txeof() argument
1703 struct sk_if_softc *sc_if = xsc_if; sk_tick() local
1745 struct sk_if_softc *sc_if = xsc_if; sk_yukon_tick() local
1756 sk_intr_bcom(struct sk_if_softc * sc_if) sk_intr_bcom() argument
1808 sk_intr_xmac(struct sk_if_softc * sc_if) sk_intr_xmac() argument
1833 sk_intr_yukon(struct sk_if_softc * sc_if) sk_intr_yukon() argument
1939 sk_init_xmac(struct sk_if_softc * sc_if) sk_init_xmac() argument
2087 sk_init_yukon(struct sk_if_softc * sc_if) sk_init_yukon() argument
2243 struct sk_if_softc *sc_if = xsc_if; sk_init() local
2406 sk_stop(struct sk_if_softc * sc_if,int softonly) sk_stop() argument
[all...]
H A Dif_msk.c383 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; in msk_miibus_readreg() local
417 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; in msk_miibus_writereg() local
440 struct sk_if_softc *sc_if = (struct sk_if_softc *)dev; msk_miibus_statchg() local
481 msk_iff(struct sk_if_softc * sc_if) msk_iff() argument
534 msk_init_rx_ring(struct sk_if_softc * sc_if) msk_init_rx_ring() argument
560 msk_init_tx_ring(struct sk_if_softc * sc_if) msk_init_tx_ring() argument
591 msk_newbuf(struct sk_if_softc * sc_if) msk_newbuf() argument
660 struct sk_if_softc *sc_if = ifp->if_softc; msk_ifmedia_upd() local
672 struct sk_if_softc *sc_if = ifp->if_softc; msk_ifmedia_sts() local
682 struct sk_if_softc *sc_if = ifp->if_softc; msk_ioctl() local
945 msk_reset(struct sk_if_softc * sc_if) msk_reset() argument
963 struct sk_if_softc *sc_if = (struct sk_if_softc *)self; msk_attach() local
1138 struct sk_if_softc *sc_if = (struct sk_if_softc *)self; msk_detach() local
1174 struct sk_if_softc *sc_if = (void *)self; msk_activate() local
1562 msk_encap(struct sk_if_softc * sc_if,struct mbuf * m,uint32_t prod) msk_encap() argument
1636 struct sk_if_softc *sc_if = ifp->if_softc; msk_start() local
1692 struct sk_if_softc *sc_if = ifp->if_softc; msk_watchdog() local
1720 msk_rxeof(struct sk_if_softc * sc_if,struct mbuf_list * ml,uint16_t len,uint32_t rxstat) msk_rxeof() argument
1771 msk_txeof(struct sk_if_softc * sc_if,unsigned int prod) msk_txeof() argument
1813 msk_fill_rx_ring(struct sk_if_softc * sc_if) msk_fill_rx_ring() argument
1837 struct sk_if_softc *sc_if = xsc_if; msk_fill_rx_tick() local
1852 struct sk_if_softc *sc_if = xsc_if; msk_tick() local
1863 msk_intr_yukon(struct sk_if_softc * sc_if) msk_intr_yukon() argument
1986 msk_init_yukon(struct sk_if_softc * sc_if) msk_init_yukon() argument
2102 struct sk_if_softc *sc_if = xsc_if; msk_init() local
2222 msk_stop(struct sk_if_softc * sc_if,int softonly) msk_stop() argument
2322 msk_mib_read32(struct sk_if_softc * sc_if,uint32_t r) msk_mib_read32() argument
2342 msk_mib_read64(struct sk_if_softc * sc_if,uint32_t r) msk_mib_read64() argument
2361 msk_kstat_attach(struct sk_if_softc * sc_if) msk_kstat_attach() argument
2398 msk_kstat_detach(struct sk_if_softc * sc_if) msk_kstat_detach() argument
2420 struct sk_if_softc *sc_if = ks->ks_softc; msk_kstat_read() local
[all...]
H A Dif_skreg.h106 #define SK_IF_READ_4(sc_if, skip, reg) \ argument
109 #define SK_IF_READ_2(sc_if, skip, reg) \ argument
112 #define SK_IF_READ_1(sc_if, skip, reg) \ argument
116 #define SK_IF_WRITE_4(sc_if, ski argument
119 SK_IF_WRITE_2(sc_if,skip,reg,val) global() argument
122 SK_IF_WRITE_1(sc_if,skip,reg,val) global() argument
[all...]
/openbsd-src/sys/net/
H A Dif_enc.h33 struct ifnet sc_if; /* virtual interface */ member
H A Dif_pflog.h67 struct ifnet sc_if; /* the interface */ member
H A Dif_mpe.c56 struct ifnet sc_if; /* the interface */ member
H A Dif_sec.c70 struct ifnet sc_if; member
H A Dif_pppvar.h101 struct ifnet sc_if; /* network-visible interface */ member
H A Dif_mpip.c54 struct ifnet sc_if; member
H A Dif_mpw.c49 #define sc_if sc_ac.ac_if macro
H A Dif_gif.c105 struct ifnet sc_if; member
H A Dif_tpmr.c92 struct ifnet sc_if; member
H A Dif_tun.c81 #define sc_if sc_ac.ac_if macro
[all...]
H A Dif_vlan.c88 #define sc_if sc_ac.ac_if macro
H A Dif_pflow.h186 struct ifnet sc_if; member
H A Dif_pppx.c961 struct ifnet sc_if; global() member
H A Dif_gre.c249 struct ifnet sc_if; global() member
323 struct ifnet sc_if; global() member
[all...]
H A Dif_veb.c151 struct ifnet sc_if; member
[all...]
H A Dif_bridge.h473 struct ifnet sc_if; /* the interface */ member
/openbsd-src/sys/dev/ic/
H A Dlemacvar.h77 #define sc_if sc_arpcom.ac_if macro
H A Datwvar.h285 #define sc_if sc_ic.ic_if macro
H A Drtwvar.h431 #define sc_if sc_ic.ic_if macro
/openbsd-src/sys/dev/usb/
H A Dif_upl.c117 struct ifnet sc_if; member
H A Dif_umb.h335 struct ifnet sc_if; member
/openbsd-src/sys/dev/
H A Dipmivar.h106 struct ipmi_if *sc_if; /* Interface layer */ member

12