Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h230 kcondvar_t *ch_tx_overflow_cv; member
H A Dch.c1841 chp->ch_tx_overflow_cv = toe_of_cv; in ch_register()
1891 chp->ch_tx_overflow_cv = NULL; in ch_unregister()
H A Dsge.c716 if (adapter->ch_tx_overflow_cv) in sge_data_in()
717 cv_broadcast(adapter->ch_tx_overflow_cv); in sge_data_in()