Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c554 boolean_t context_reload; in e1000g_check_context() local
558 context_reload = B_FALSE; in e1000g_check_context()
575 context_reload = B_TRUE; in e1000g_check_context()
587 context_reload = B_TRUE; in e1000g_check_context()
597 context_reload = B_TRUE; in e1000g_check_context()
601 return (context_reload); in e1000g_check_context()
613 boolean_t context_reload; in e1000g_fill_tx_ring() local
637 context_reload = e1000g_check_context(tx_ring, cur_context); in e1000g_fill_tx_ring()
639 if (context_reload) { in e1000g_fill_tx_ring()
884 if (context_reload) in e1000g_fill_tx_ring()