Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_tx.c860 boolean_t load_context; in igb_tx_fill_ring() local
875 load_context = B_FALSE; in igb_tx_fill_ring()
892 load_context = igb_check_tx_context(tx_ring, ctx); in igb_tx_fill_ring()
893 if (load_context) { in igb_tx_fill_ring()
959 if (load_context) { in igb_tx_fill_ring()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c976 boolean_t load_context; in ixgbe_tx_fill_ring() local
990 load_context = B_FALSE; in ixgbe_tx_fill_ring()
1007 load_context = ixgbe_check_context(tx_ring, ctx); in ixgbe_tx_fill_ring()
1009 if (load_context) { in ixgbe_tx_fill_ring()
1073 if (load_context) { in ixgbe_tx_fill_ring()
/titanic_50/usr/src/uts/common/io/nge/
H A Dnge_kstats.c186 (knp++)->value.ui64 = sw_stp->load_context; in nge_debuginfo_update()
H A Dnge.h631 uint64_t load_context; member