Home
last modified time | relevance | path

Searched refs:e82545_softc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c247 struct e82545_softc { struct
356 static void e82545_reset(struct e82545_softc *sc, int dev); argument
357 static void e82545_rx_enable(struct e82545_softc *sc);
358 static void e82545_rx_disable(struct e82545_softc *sc);
360 static void e82545_tx_start(struct e82545_softc *sc);
361 static void e82545_tx_enable(struct e82545_softc *sc);
362 static void e82545_tx_disable(struct e82545_softc *sc);
378 e82545_init_eeprom(struct e82545_softc *sc) in e82545_init_eeprom()
407 e82545_write_mdi(struct e82545_softc *sc __unused, uint8_t reg_addr, in e82545_write_mdi()
414 e82545_read_mdi(struct e82545_softc *sc __unused, uint8_t reg_addr, in e82545_read_mdi()
[all …]