/dflybsd-src/sys/dev/netif/msk/ |
H A D | if_msk.c | 362 struct msk_if_softc *sc_if; in msk_miibus_readreg() local 373 msk_phy_readreg(struct msk_if_softc *sc_if, int phy, int reg) in msk_phy_readreg() 403 struct msk_if_softc *sc_if; in msk_miibus_writereg() local 414 msk_phy_writereg(struct msk_if_softc *sc_if, int phy, int reg, int val) in msk_phy_writereg() 439 struct msk_if_softc *sc_if; in msk_miibus_statchg() local 531 msk_rxfilter(struct msk_if_softc *sc_if) in msk_rxfilter() 579 msk_setvlan(struct msk_if_softc *sc_if, struct ifnet *ifp) in msk_setvlan() 598 msk_init_rx_ring(struct msk_if_softc *sc_if) in msk_init_rx_ring() 631 msk_init_jumbo_rx_ring(struct msk_if_softc *sc_if) in msk_init_jumbo_rx_ring() 670 msk_init_tx_ring(struct msk_if_softc *sc_if) in msk_init_tx_ring() [all …]
|
H A D | if_mskreg.h | 2144 #define MSK_IF_READ_4(sc_if, reg) \ argument 2146 #define MSK_IF_READ_2(sc_if, reg) \ argument 2148 #define MSK_IF_READ_1(sc_if, reg) \ argument 2151 #define MSK_IF_WRITE_4(sc_if, reg, val) \ argument 2153 #define MSK_IF_WRITE_2(sc_if, reg, val) \ argument 2155 #define MSK_IF_WRITE_1(sc_if, reg, val) \ argument 2538 #define MSK_IS_OACTIVE(sc_if) \ argument
|
/dflybsd-src/sys/dev/netif/sk/ |
H A D | if_sk.c | 343 sk_newbuf(struct sk_if_softc *sc_if, int idx, int wait) in sk_newbuf() 357 struct sk_if_softc *sc_if = device_get_softc(dev); in sk_miibus_readreg() local 368 struct sk_if_softc *sc_if = device_get_softc(dev); in sk_miibus_writereg() local 379 struct sk_if_softc *sc_if = device_get_softc(dev); in sk_miibus_statchg() local 388 sk_xmac_miibus_readreg(struct sk_if_softc *sc_if, int phy, int reg) in sk_xmac_miibus_readreg() 418 sk_xmac_miibus_writereg(struct sk_if_softc *sc_if, int phy, int reg, int val) in sk_xmac_miibus_writereg() 448 sk_xmac_miibus_statchg(struct sk_if_softc *sc_if) in sk_xmac_miibus_statchg() 468 sk_marv_miibus_readreg(struct sk_if_softc *sc_if, int phy, int reg) in sk_marv_miibus_readreg() 508 sk_marv_miibus_writereg(struct sk_if_softc *sc_if, int phy, int reg, int val) in sk_marv_miibus_writereg() 532 sk_marv_miibus_statchg(struct sk_if_softc *sc_if) in sk_marv_miibus_statchg() [all …]
|
H A D | if_skvar.h | 91 struct sk_if_softc *sc_if; member 211 #define SK_IS_OACTIVE(sc_if) \ argument
|
H A D | if_skreg.h | 105 #define SK_IF_READ_4(sc_if, skip, reg) \ argument 108 #define SK_IF_READ_2(sc_if, skip, reg) \ argument 111 #define SK_IF_READ_1(sc_if, skip, reg) \ argument 115 #define SK_IF_WRITE_4(sc_if, skip, reg, val) \ argument 118 #define SK_IF_WRITE_2(sc_if, skip, reg, val) \ argument 121 #define SK_IF_WRITE_1(sc_if, skip, reg, val) \ argument
|
/dflybsd-src/sys/net/sl/ |
H A D | if_slvar.h | 49 struct ifnet sc_if; /* network-visible interface */ member
|
/dflybsd-src/sys/net/pf/ |
H A D | if_pflog.h | 37 struct ifnet sc_if; /* the interface */ member
|
H A D | if_pfsync.h | 137 struct ifnet sc_if; member
|
/dflybsd-src/sys/net/gre/ |
H A D | if_gre.h | 49 struct ifnet sc_if; member
|
/dflybsd-src/sys/dev/netif/lnc/ |
H A D | lancevar.h | 124 #define sc_if sc_arp.ac_if macro
|
/dflybsd-src/sys/net/stf/ |
H A D | if_stf.c | 124 struct ifnet sc_if; /* common area */ member
|
/dflybsd-src/sys/dev/netif/tx/ |
H A D | if_txvar.h | 103 #define sc_if arpcom.ac_if macro
|
/dflybsd-src/sys/dev/netif/plip/ |
H A D | if_plip.c | 150 struct ifnet sc_if; member
|
/dflybsd-src/sys/net/lagg/ |
H A D | if_lagg.h | 247 #define sc_if sc_arp.ac_if macro
|
/dflybsd-src/sys/net/bridge/ |
H A D | if_bridgevar.h | 382 #define sc_if sc_arp.ac_if macro
|
/dflybsd-src/sys/netinet/ |
H A D | ip_carp.c | 320 #define sc_if arpcom.ac_if macro
|