Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1899 port->p_tx_wdog = 0; in yge_txeof_locked()
1993 port->p_tx_wdog++; in yge_tick()
1994 if (port->p_tx_wdog > YGE_TX_TIMEOUT) { in yge_tick()
1995 port->p_tx_wdog = 0; in yge_tick()
2627 port->p_tx_wdog = 0; in yge_start_port()
2719 port->p_tx_wdog = 0; in yge_stop_port()
H A Dyge.h2259 int p_tx_wdog; member