Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_tx.c859 boolean_t load_context; in igb_tx_fill_ring() local
874 load_context = B_FALSE; in igb_tx_fill_ring()
891 load_context = igb_check_tx_context(tx_ring, ctx); in igb_tx_fill_ring()
892 if (load_context) { in igb_tx_fill_ring()
958 if (load_context) { in igb_tx_fill_ring()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c974 boolean_t load_context; in ixgbe_tx_fill_ring() local
988 load_context = B_FALSE; in ixgbe_tx_fill_ring()
1005 load_context = ixgbe_check_context(tx_ring, ctx); in ixgbe_tx_fill_ring()
1007 if (load_context) { in ixgbe_tx_fill_ring()
1071 if (load_context) { in ixgbe_tx_fill_ring()
/titanic_41/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