Searched refs:tx_int_delay (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_ixgb.h244 u_int32_t tx_int_delay; member in struct:ixgb_softc
H A Dif_em.h408 u_int32_t tx_int_delay; member in struct:em_softc
H A Dif_ixgb.c185 sc->tx_int_delay = TIDV;
1221 IXGB_WRITE_REG(&sc->hw, TIDV, sc->tx_int_delay);
1231 if (sc->tx_int_delay > 0)
H A Dif_em.c447 sc->tx_int_delay = EM_TIDV;
2336 E1000_WRITE_REG(&sc->hw, TIDV, sc->tx_int_delay);
2350 } else if (sc->tx_int_delay > 0)

Completed in 93 milliseconds