Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/et/
H A Dif_et.c687 uint16_t ack_latency, replay_timer; in et_bus_config() local
716 replay_timer = ET_PCIV_REPLAY_TIMER_128; in et_bus_config()
721 replay_timer = ET_PCIV_REPLAY_TIMER_256; in et_bus_config()
726 replay_timer = pci_read_config(sc->dev, in et_bus_config()
729 ack_latency, replay_timer); in et_bus_config()
734 pci_write_config(sc->dev, ET_PCIR_REPLAY_TIMER, replay_timer, in et_bus_config()