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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 409 kmutex_t rx_mtx; member in struct:rx_ring
536 * holding rx_mtx or tx_mtx, and
659 #define IXGBE_RX_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->rx_mtx)
663 #define IXGBE_RX_LOCK(_sc) mutex_enter(&(_sc)->rx_mtx)
666 #define IXGBE_RX_UNLOCK(_sc) mutex_exit(&(_sc)->rx_mtx)
ixgbe.h 409 kmutex_t rx_mtx; member in struct:rx_ring
536 * holding rx_mtx or tx_mtx, and
659 #define IXGBE_RX_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->rx_mtx)
663 #define IXGBE_RX_LOCK(_sc) mutex_enter(&(_sc)->rx_mtx)
666 #define IXGBE_RX_UNLOCK(_sc) mutex_exit(&(_sc)->rx_mtx)
ixgbe.h 409 kmutex_t rx_mtx; member in struct:rx_ring
536 * holding rx_mtx or tx_mtx, and
659 #define IXGBE_RX_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->rx_mtx)
663 #define IXGBE_RX_LOCK(_sc) mutex_enter(&(_sc)->rx_mtx)
666 #define IXGBE_RX_UNLOCK(_sc) mutex_exit(&(_sc)->rx_mtx)
ixgbe.h 409 kmutex_t rx_mtx; member in struct:rx_ring
536 * holding rx_mtx or tx_mtx, and
659 #define IXGBE_RX_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->rx_mtx)
663 #define IXGBE_RX_LOCK(_sc) mutex_enter(&(_sc)->rx_mtx)
666 #define IXGBE_RX_UNLOCK(_sc) mutex_exit(&(_sc)->rx_mtx)

Completed in 48 milliseconds