Home
last modified time | relevance | path

Searched refs:ch_tx_overflow_mutex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h231 kmutex_t *ch_tx_overflow_mutex; member
H A Dsge.c710 if (adapter->ch_tx_overflow_mutex) in sge_data_in()
711 mutex_enter(adapter->ch_tx_overflow_mutex); in sge_data_in()
720 if (adapter->ch_tx_overflow_mutex) in sge_data_in()
721 mutex_exit(adapter->ch_tx_overflow_mutex); in sge_data_in()
H A Dch.c1840 chp->ch_tx_overflow_mutex = toe_tx_mx; in ch_register()
1890 chp->ch_tx_overflow_mutex = NULL; in ch_unregister()