Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/sk/
H A Dif_sk.c432 struct sk_if_softc *sc_if; sk_miibus_readreg() local
459 struct sk_if_softc *sc_if; sk_miibus_writereg() local
486 struct sk_if_softc *sc_if; sk_miibus_statchg() local
507 sk_xmac_miibus_readreg(struct sk_if_softc * sc_if,int phy,int reg) sk_xmac_miibus_readreg() argument
533 sk_xmac_miibus_writereg(struct sk_if_softc * sc_if,int phy,int reg,int val) sk_xmac_miibus_writereg() argument
561 sk_xmac_miibus_statchg(struct sk_if_softc * sc_if) sk_xmac_miibus_statchg() argument
581 sk_marv_miibus_readreg(struct sk_if_softc * sc_if,int phy,int reg) sk_marv_miibus_readreg() argument
612 sk_marv_miibus_writereg(struct sk_if_softc * sc_if,int phy,int reg,int val) sk_marv_miibus_writereg() argument
632 sk_marv_miibus_statchg(struct sk_if_softc * sc_if) sk_marv_miibus_statchg() argument
651 sk_setfilt(struct sk_if_softc * sc_if,u_int16_t * addr,int slot) sk_setfilt() argument
665 sk_rxfilter(struct sk_if_softc * sc_if) sk_rxfilter() argument
679 struct sk_if_softc *sc_if; global() member
710 sk_rxfilter_genesis(struct sk_if_softc * sc_if) sk_rxfilter_genesis() argument
758 sk_rxfilter_yukon(struct sk_if_softc * sc_if) sk_rxfilter_yukon() argument
788 sk_init_rx_ring(struct sk_if_softc * sc_if) sk_init_rx_ring() argument
820 sk_init_jumbo_rx_ring(struct sk_if_softc * sc_if) sk_init_jumbo_rx_ring() argument
853 sk_init_tx_ring(struct sk_if_softc * sc_if) sk_init_tx_ring() argument
885 sk_discard_rxbuf(struct sk_if_softc * sc_if,int idx) sk_discard_rxbuf() argument
898 sk_discard_jumbo_rxbuf(struct sk_if_softc * sc_if,int idx) sk_discard_jumbo_rxbuf() argument
911 sk_newbuf(struct sk_if_softc * sc_if,int idx) sk_newbuf() argument
954 sk_jumbo_newbuf(struct sk_if_softc * sc_if,int idx) sk_jumbo_newbuf() argument
1008 struct sk_if_softc *sc_if = if_getsoftc(ifp); sk_ifmedia_upd() local
1024 struct sk_if_softc *sc_if; sk_ifmedia_sts() local
1040 struct sk_if_softc *sc_if = if_getsoftc(ifp); sk_ioctl() local
1248 struct sk_if_softc *sc_if; sk_attach() local
1751 struct sk_if_softc *sc_if; sk_detach() local
1852 sk_dma_alloc(struct sk_if_softc * sc_if) sk_dma_alloc() argument
2039 sk_dma_jumbo_alloc(struct sk_if_softc * sc_if) sk_dma_jumbo_alloc() argument
2140 sk_dma_free(struct sk_if_softc * sc_if) sk_dma_free() argument
2213 sk_dma_jumbo_free(struct sk_if_softc * sc_if) sk_dma_jumbo_free() argument
2298 sk_encap(struct sk_if_softc * sc_if,struct mbuf ** m_head) sk_encap() argument
2390 struct sk_if_softc *sc_if; sk_start() local
2405 struct sk_if_softc *sc_if; sk_start_locked() local
2453 struct sk_if_softc *sc_if; sk_watchdog() local
2643 sk_rxeof(struct sk_if_softc * sc_if) sk_rxeof() argument
2709 sk_jumbo_rxeof(struct sk_if_softc * sc_if) sk_jumbo_rxeof() argument
2776 sk_txeof(struct sk_if_softc * sc_if) sk_txeof() argument
2827 struct sk_if_softc *sc_if; sk_tick() local
2871 struct sk_if_softc *sc_if; sk_yukon_tick() local
2882 sk_intr_bcom(struct sk_if_softc * sc_if) sk_intr_bcom() argument
2935 sk_intr_xmac(struct sk_if_softc * sc_if) sk_intr_xmac() argument
2968 sk_intr_yukon(struct sk_if_softc * sc_if) sk_intr_yukon() argument
3076 sk_init_xmac(struct sk_if_softc * sc_if) sk_init_xmac() argument
3237 sk_init_yukon(struct sk_if_softc * sc_if) sk_init_yukon() argument
3372 struct sk_if_softc *sc_if = xsc; sk_init() local
3382 sk_init_locked(struct sk_if_softc * sc_if) sk_init_locked() argument
3581 sk_stop(struct sk_if_softc * sc_if) sk_stop() argument
[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-src/sys/dev/msk/
H A Dif_msk.c397 struct msk_if_softc *sc_if; msk_miibus_readreg() local
405 msk_phy_readreg(struct msk_if_softc * sc_if,int phy,int reg) msk_phy_readreg() argument
435 struct msk_if_softc *sc_if; msk_miibus_writereg() local
443 msk_phy_writereg(struct msk_if_softc * sc_if,int phy,int reg,int val) msk_phy_writereg() argument
469 struct msk_if_softc *sc_if; msk_miibus_statchg() local
585 msk_rxfilter(struct msk_if_softc * sc_if) msk_rxfilter() argument
625 msk_setvlan(struct msk_if_softc * sc_if,if_t ifp) msk_setvlan() argument
644 msk_rx_fill(struct msk_if_softc * sc_if,int jumbo) msk_rx_fill() argument
692 msk_init_rx_ring(struct msk_if_softc * sc_if) msk_init_rx_ring() argument
759 msk_init_jumbo_rx_ring(struct msk_if_softc * sc_if) msk_init_jumbo_rx_ring() argument
827 msk_init_tx_ring(struct msk_if_softc * sc_if) msk_init_tx_ring() argument
854 msk_discard_rxbuf(struct msk_if_softc * sc_if,int idx) msk_discard_rxbuf() argument
873 msk_discard_jumbo_rxbuf(struct msk_if_softc * sc_if,int idx) msk_discard_jumbo_rxbuf() argument
892 msk_newbuf(struct msk_if_softc * sc_if,int idx) msk_newbuf() argument
950 msk_jumbo_newbuf(struct msk_if_softc * sc_if,int idx) msk_jumbo_newbuf() argument
1013 struct msk_if_softc *sc_if; msk_mediachange() local
1033 struct msk_if_softc *sc_if; msk_mediastatus() local
1053 struct msk_if_softc *sc_if; msk_ioctl() local
1587 struct msk_if_softc *sc_if; msk_attach() local
2004 struct msk_if_softc *sc_if; msk_detach() local
2201 msk_txrx_dma_alloc(struct msk_if_softc * sc_if) msk_txrx_dma_alloc() argument
2386 msk_rx_dma_jalloc(struct msk_if_softc * sc_if) msk_rx_dma_jalloc() argument
2496 msk_txrx_dma_free(struct msk_if_softc * sc_if) msk_txrx_dma_free() argument
2568 msk_rx_dma_jfree(struct msk_if_softc * sc_if) msk_rx_dma_jfree() argument
2609 msk_encap(struct msk_if_softc * sc_if,struct mbuf ** m_head) msk_encap() argument
2890 struct msk_if_softc *sc_if; msk_start() local
2901 struct msk_if_softc *sc_if; msk_start_locked() local
2951 msk_watchdog(struct msk_if_softc * sc_if) msk_watchdog() argument
3078 msk_rxcsum(struct msk_if_softc * sc_if,uint32_t control,struct mbuf * m) msk_rxcsum() argument
3168 msk_rxeof(struct msk_if_softc * sc_if,uint32_t status,uint32_t control,int len) msk_rxeof() argument
3244 msk_jumbo_rxeof(struct msk_if_softc * sc_if,uint32_t status,uint32_t control,int len) msk_jumbo_rxeof() argument
3309 msk_txeof(struct msk_if_softc * sc_if,int idx) msk_txeof() argument
3364 struct msk_if_softc *sc_if; msk_tick() local
3384 msk_intr_phy(struct msk_if_softc * sc_if) msk_intr_phy() argument
3397 msk_intr_gmac(struct msk_if_softc * sc_if) msk_intr_gmac() argument
3428 msk_handle_hwerr(struct msk_if_softc * sc_if,uint32_t status) msk_handle_hwerr() argument
3551 msk_rxput(struct msk_if_softc * sc_if) msk_rxput() argument
3573 struct msk_if_softc *sc_if; msk_handle_events() local
3741 msk_set_tx_stfwd(struct msk_if_softc * sc_if) msk_set_tx_stfwd() argument
3772 struct msk_if_softc *sc_if = xsc; msk_init() local
3780 msk_init_locked(struct msk_if_softc * sc_if) msk_init_locked() argument
4055 msk_set_rambuffer(struct msk_if_softc * sc_if) msk_set_rambuffer() argument
4130 msk_stop(struct msk_if_softc * sc_if) msk_stop() argument
4296 msk_stats_clear(struct msk_if_softc * sc_if) msk_stats_clear() argument
4317 msk_stats_update(struct msk_if_softc * sc_if) msk_stats_update() argument
4421 struct msk_if_softc *sc_if; msk_sysctl_stat32() local
4442 struct msk_if_softc *sc_if; msk_sysctl_stat64() local
4474 msk_sysctl_node(struct msk_if_softc * sc_if) msk_sysctl_node() argument
[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