Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c526 port->p_tx_cons = 0; in yge_init_tx_ring()
1885 cons = port->p_tx_cons; in yge_txeof_locked()
1895 port->p_tx_cons = cons; in yge_txeof_locked()
1987 if (port->p_tx_cons != idx) { in yge_tick()
3194 if (port->p_tx_cons != idx) in yge_m_tx()
H A Dyge.h2254 int16_t p_tx_cons; member