Home
last modified time | relevance | path

Searched refs:TPI_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c109 TPI_UNLOCK(adapter); in t1_tpi_write()
142 TPI_UNLOCK(adapter); in t1_tpi_read()
373 TPI_UNLOCK(adapter); in mi1_mdio_read()
391 TPI_UNLOCK(adapter); in mi1_mdio_write()
427 TPI_UNLOCK(adapter);
453 TPI_UNLOCK(adapter); in mi1_mdio_ext_read()
476 TPI_UNLOCK(adapter); in mi1_mdio_ext_write()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dosdep.h93 #define TPI_UNLOCK(obj) mutex_exit(&obj->ch_lock); macro