Lines Matching defs:sc

188 #define	AE_READ_4(sc, reg) \  argument
190 #define AE_READ_2(sc, reg) \ argument
192 #define AE_READ_1(sc, reg) \ argument
194 #define AE_WRITE_4(sc, reg, val) \ argument
196 #define AE_WRITE_2(sc, reg, val) \ argument
198 #define AE_WRITE_1(sc, reg, val) \ argument
200 #define AE_PHY_READ(sc, reg) \ argument
202 #define AE_PHY_WRITE(sc, reg, val) \ argument
237 ae_softc_t *sc; in ae_attach() local
404 ae_init_tunables(ae_softc_t *sc) in ae_init_tunables()
474 ae_pcie_init(ae_softc_t *sc) in ae_pcie_init()
482 ae_phy_reset(ae_softc_t *sc) in ae_phy_reset()
490 ae_reset(ae_softc_t *sc) in ae_reset()
532 ae_softc_t *sc; in ae_init() local
541 ae_phy_init(ae_softc_t *sc) in ae_phy_init()
554 ae_init_locked(ae_softc_t *sc) in ae_init_locked()
755 struct ae_softc *sc; in ae_detach() local
804 ae_softc_t *sc; in ae_miibus_readreg() local
839 ae_softc_t *sc; in ae_miibus_writereg() local
874 ae_softc_t *sc; in ae_miibus_statchg() local
883 ae_softc_t *sc; in ae_mediastatus() local
900 ae_softc_t *sc; in ae_mediachange() local
919 ae_check_eeprom_present(ae_softc_t *sc, int *vpdc) in ae_check_eeprom_present()
939 ae_vpd_read_word(ae_softc_t *sc, int reg, uint32_t *word) in ae_vpd_read_word()
968 ae_get_vpd_eaddr(ae_softc_t *sc, uint32_t *eaddr) in ae_get_vpd_eaddr()
1031 ae_get_reg_eaddr(ae_softc_t *sc, uint32_t *eaddr) in ae_get_reg_eaddr()
1051 ae_retrieve_address(ae_softc_t *sc) in ae_retrieve_address()
1100 ae_alloc_rings(ae_softc_t *sc) in ae_alloc_rings()
1223 ae_dma_free(ae_softc_t *sc) in ae_dma_free()
1268 ae_softc_t *sc; in ae_shutdown() local
1282 ae_powersave_disable(ae_softc_t *sc) in ae_powersave_disable()
1298 ae_powersave_enable(ae_softc_t *sc) in ae_powersave_enable()
1317 ae_pm_init(ae_softc_t *sc) in ae_pm_init()
1394 ae_softc_t *sc; in ae_suspend() local
1409 ae_softc_t *sc; in ae_resume() local
1424 ae_tx_avail_size(ae_softc_t *sc) in ae_tx_avail_size()
1437 ae_encap(ae_softc_t *sc, struct mbuf **m_head) in ae_encap()
1513 ae_softc_t *sc; in ae_start() local
1524 ae_softc_t *sc; in ae_start_locked() local
1580 ae_softc_t *sc; in ae_link_task() local
1636 ae_stop_rxmac(ae_softc_t *sc) in ae_stop_rxmac()
1672 ae_stop_txmac(ae_softc_t *sc) in ae_stop_txmac()
1708 ae_mac_config(ae_softc_t *sc) in ae_mac_config()
1729 ae_softc_t *sc; in ae_intr() local
1751 ae_softc_t *sc; in ae_int_task() local
1803 ae_tx_intr(ae_softc_t *sc) in ae_tx_intr()
1880 ae_rxeof(ae_softc_t *sc, ae_rxd_t *rxd) in ae_rxeof()
1924 ae_rx_intr(ae_softc_t *sc) in ae_rx_intr()
1974 ae_watchdog(ae_softc_t *sc) in ae_watchdog()
2000 ae_softc_t *sc; in ae_tick() local
2014 ae_rxvlan(ae_softc_t *sc) in ae_rxvlan()
2040 ae_rxfilter(ae_softc_t *sc) in ae_rxfilter()
2087 struct ae_softc *sc; in ae_ioctl() local
2159 ae_stop(ae_softc_t *sc) in ae_stop()