Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c115 &devi_node->pending_rx_count); in e1000g_rxfree_func()
125 &Adapter->pending_rx_count); in e1000g_rxfree_func()
H A De1000g_sw.h492 uint32_t pending_rx_count; member
846 uint32_t pending_rx_count; member
H A De1000g_main.c578 devi_node->pending_rx_count = 0; in e1000g_attach()
1156 if (devi_node->pending_rx_count == 0) { in e1000g_unattach()
2021 atomic_inc_32(&devi_node->pending_rx_count); in e1000g_stop()
2023 atomic_inc_32(&Adapter->pending_rx_count); in e1000g_stop()
2143 done = (Adapter->pending_rx_count == 0); in e1000g_rx_drain()