Home
last modified time | relevance | path

Searched refs:pending_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c107 atomic_dec_32(&rx_data->pending_count); in e1000g_rxfree_func()
110 if ((rx_data->pending_count == 0) && in e1000g_rxfree_func()
H A De1000g_sw.h781 uint32_t pending_count; member
H A De1000g_alloc.c1449 atomic_inc_32(&rx_data->pending_count); in e1000g_free_rx_packets()
H A De1000g_main.c2126 if (rx_data->pending_count == 0) { in e1000g_stop()