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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 661 #define IXGBE_TX_LOCK(_sc) mutex_enter(&(_sc)->tx_mtx)
ix_txrx.c 201 IXGBE_TX_LOCK(txr);
362 IXGBE_TX_LOCK(txr);
397 IXGBE_TX_LOCK(txr);
671 IXGBE_TX_LOCK(txr);
ixv.c 901 IXGBE_TX_LOCK(txr);
3310 IXGBE_TX_LOCK(txr);
ixgbe.c 2837 IXGBE_TX_LOCK(txr);
4411 * IXGBE_TX_LOCK and IXGBE_RX_LOCK are not required.
5334 IXGBE_TX_LOCK(txr);
6701 IXGBE_TX_LOCK(txr);

Completed in 20 milliseconds