OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
))
ix_txrx.c
1121
KASSERT(mutex_owned(&txr->
tx_mtx
));
2401
mutex_init(&txr->
tx_mtx
, MUTEX_DEFAULT, IPL_NET);
Completed in 46 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025