Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixgbe.h524 #define IXGBE_TX_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->tx_mtx)) macro
H A Dixgbe.c917 IXGBE_TX_LOCK_ASSERT(txr); in ixgbe_start_locked()