Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c527 port->p_tx_cnt = 0; in yge_init_tx_ring()
1682 if (port->p_tx_cnt + 1 >= in yge_send()
1697 port->p_tx_cnt++; in yge_send()
1888 if (port->p_tx_cnt <= 0) in yge_txeof_locked()
1891 port->p_tx_cnt--; in yge_txeof_locked()
1977 if (port->p_tx_cnt) { in yge_tick()
H A Dyge.h2255 int16_t p_tx_cnt; member