HomeSort by: relevance | last modified time | path
    Searched defs:tx_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 359 kmutex_t tx_mtx; member in struct:tx_ring
536 * holding rx_mtx or tx_mtx, and
658 #define IXGBE_TX_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->tx_mtx)
661 #define IXGBE_TX_LOCK(_sc) mutex_enter(&(_sc)->tx_mtx)
662 #define IXGBE_TX_TRYLOCK(_sc) mutex_tryenter(&(_sc)->tx_mtx)
665 #define IXGBE_TX_UNLOCK(_sc) mutex_exit(&(_sc)->tx_mtx)
668 #define IXGBE_TX_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->tx_mtx))
ixgbe.h 359 kmutex_t tx_mtx; member in struct:tx_ring
536 * holding rx_mtx or tx_mtx, and
658 #define IXGBE_TX_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->tx_mtx)
661 #define IXGBE_TX_LOCK(_sc) mutex_enter(&(_sc)->tx_mtx)
662 #define IXGBE_TX_TRYLOCK(_sc) mutex_tryenter(&(_sc)->tx_mtx)
665 #define IXGBE_TX_UNLOCK(_sc) mutex_exit(&(_sc)->tx_mtx)
668 #define IXGBE_TX_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->tx_mtx))

Completed in 24 milliseconds