Home
last modified time | relevance | path

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

/freebsd/sys/dev/sk/
H A Dif_sk.c434 struct sk_if_softc *sc_if; in sk_miibus_readreg() local
461 struct sk_if_softc *sc_if; in sk_miibus_writereg() local
488 struct sk_if_softc *sc_if; in sk_miibus_statchg() local
509 sk_xmac_miibus_readreg(struct sk_if_softc *sc_if, int phy, int reg) in sk_xmac_miibus_readreg()
535 sk_xmac_miibus_writereg(struct sk_if_softc *sc_if, int phy, int reg, int val) in sk_xmac_miibus_writereg()
563 sk_xmac_miibus_statchg(struct sk_if_softc *sc_if) in sk_xmac_miibus_statchg()
583 sk_marv_miibus_readreg(struct sk_if_softc *sc_if, int phy, int reg) in sk_marv_miibus_readreg()
614 sk_marv_miibus_writereg(struct sk_if_softc *sc_if, int phy, int reg, int val) in sk_marv_miibus_writereg()
634 sk_marv_miibus_statchg(struct sk_if_softc *sc_if) in sk_marv_miibus_statchg()
653 sk_setfilt(struct sk_if_softc *sc_if, u_int16_t *addr, int slot) in sk_setfilt()
[all …]
H A Dif_skreg.h174 #define SK_IF_READ_4(sc_if, skip, reg) \ argument
177 #define SK_IF_READ_2(sc_if, skip, reg) \ argument
180 #define SK_IF_READ_1(sc_if, skip, reg) \ argument
184 #define SK_IF_WRITE_4(sc_if, skip, reg, val) \ argument
187 #define SK_IF_WRITE_2(sc_if, skip, reg, val) \ argument
190 #define SK_IF_WRITE_1(sc_if, skip, reg, val) \ argument
/freebsd/sys/dev/msk/
H A Dif_msk.c399 struct msk_if_softc *sc_if; in msk_miibus_readreg() local
407 msk_phy_readreg(struct msk_if_softc *sc_if, int phy, int reg) in msk_phy_readreg()
437 struct msk_if_softc *sc_if; in msk_miibus_writereg() local
445 msk_phy_writereg(struct msk_if_softc *sc_if, int phy, int reg, int val) in msk_phy_writereg()
471 struct msk_if_softc *sc_if; in msk_miibus_statchg() local
587 msk_rxfilter(struct msk_if_softc *sc_if) in msk_rxfilter()
627 msk_setvlan(struct msk_if_softc *sc_if, if_t ifp) in msk_setvlan()
646 msk_rx_fill(struct msk_if_softc *sc_if, int jumbo) in msk_rx_fill()
694 msk_init_rx_ring(struct msk_if_softc *sc_if) in msk_init_rx_ring()
761 msk_init_jumbo_rx_ring(struct msk_if_softc *sc_if) in msk_init_jumbo_rx_ring()
[all …]
H A Dif_mskreg.h2152 #define MSK_IF_READ_4(sc_if, reg) \ argument
2154 #define MSK_IF_READ_2(sc_if, reg) \ argument
2156 #define MSK_IF_READ_1(sc_if, reg) \ argument
2159 #define MSK_IF_WRITE_4(sc_if, reg, val) \ argument
2161 #define MSK_IF_WRITE_2(sc_if, reg, val) \ argument
2163 #define MSK_IF_WRITE_1(sc_if, reg, val) \ argument
/freebsd/sys/dev/usb/net/
H A Dif_umbreg.h391 struct ifnet *sc_if; member