Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c116 &devi_node->pending_rx_count); in e1000g_rxfree_func()
126 &Adapter->pending_rx_count); in e1000g_rxfree_func()
H A De1000g_sw.h493 uint32_t pending_rx_count; member
847 uint32_t pending_rx_count; member
H A De1000g_main.c578 devi_node->pending_rx_count = 0; in e1000g_attach()
1174 if (devi_node->pending_rx_count == 0) { in e1000g_unattach()
2095 atomic_inc_32(&devi_node->pending_rx_count); in e1000g_stop()
2097 atomic_inc_32(&Adapter->pending_rx_count); in e1000g_stop()
2217 done = (Adapter->pending_rx_count == 0); in e1000g_rx_drain()