Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/et/
H A Dif_et.c677 uint16_t ack_latency, replay_timer; in et_bus_config() local
706 replay_timer = ET_PCIV_REPLAY_TIMER_128; in et_bus_config()
711 replay_timer = ET_PCIV_REPLAY_TIMER_256; in et_bus_config()
716 replay_timer = pci_read_config(sc->dev, in et_bus_config()
719 ack_latency, replay_timer); in et_bus_config()
724 pci_write_config(sc->dev, ET_PCIR_REPLAY_TIMER, replay_timer, in et_bus_config()