Searched refs:rx_active_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h215 seqnum_t rx_active_head; member in struct:gem_dev
H A Dsfe_util.c844 dp->rx_active_head = (seqnum_t)0;
1738 dp->name, __func__, dp->rx_active_head, dp->rx_active_tail));
1826 for (active_head = dp->rx_active_head;
1926 /* advance rx_active_head */
1927 if ((cnt = active_head - dp->rx_active_head) > 0) {
1931 dp->rx_active_head = active_head;
3138 SLOT(dp->rx_active_head, dp->gc.gc_rx_ring_size),
3139 dp->rx_active_tail - dp->rx_active_head);
H A Dsfe.c1564 CONS "%s: time:%ld %s:called: isr:0x%b rx_active_head: %d",
1566 isr, INTR_BITS, dp->rx_active_head));
1601 SLOT(dp->rx_active_head, rx_ring_size));

Completed in 59 milliseconds