Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h148 clock_t txb_stime; member
H A Dsfe_util.c1135 if (now - tbp->txb_stime >= 50) { in gem_reclaim_txbuf()
1137 dp->name, (now - tbp->txb_stime)*10); in gem_reclaim_txbuf()
1241 tbp->txb_stime = now; in gem_tx_load_descs_oo()
1691 if (now - tbp->txb_stime < dp->gc.gc_tx_timeout) { in gem_tx_timeout()
H A Dsfe.c1250 delay = (ddi_get_lbolt() - dp->tx_buf_head->txb_stime) * 10; in sfe_tx_desc_stat()