Home
last modified time | relevance | path

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
H A Dsfe_util.c844 dp->rx_active_head = (seqnum_t)0; in gem_init_rx_ring()
1738 dp->name, __func__, dp->rx_active_head, dp->rx_active_tail)); in gem_append_rxbuf()
1826 for (active_head = dp->rx_active_head; in gem_receive()
1927 if ((cnt = active_head - dp->rx_active_head) > 0) { in gem_receive()
1931 dp->rx_active_head = active_head; in gem_receive()
3138 SLOT(dp->rx_active_head, dp->gc.gc_rx_ring_size), in gem_mac_start()
3139 dp->rx_active_tail - dp->rx_active_head); in gem_mac_start()
H A Dsfe.c1489 isr, INTR_BITS, dp->rx_active_head)); in sfe_interrupt()
1524 SLOT(dp->rx_active_head, rx_ring_size)); in sfe_interrupt()