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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 668 #define IXGBE_TX_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->tx_mtx))
ix_txrx.c 149 IXGBE_TX_LOCK_ASSERT(txr);
584 IXGBE_TX_LOCK_ASSERT(txr);

Completed in 13 milliseconds