Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_et.c676 uint16_t ack_latency, replay_timer; in et_bus_config() local
705 replay_timer = ET_PCIV_REPLAY_TIMER_128; in et_bus_config()
710 replay_timer = ET_PCIV_REPLAY_TIMER_256; in et_bus_config()
715 replay_timer = pci_read_config(sc->dev, in et_bus_config()
718 ack_latency, replay_timer); in et_bus_config()
723 pci_write_config(sc->dev, ET_PCIR_REPLAY_TIMER, replay_timer, in et_bus_config()