Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c107 TPI_UNLOCK(adapter); in t1_tpi_write()
140 TPI_UNLOCK(adapter); in t1_tpi_read()
371 TPI_UNLOCK(adapter); in mi1_mdio_read()
389 TPI_UNLOCK(adapter); in mi1_mdio_write()
425 TPI_UNLOCK(adapter);
451 TPI_UNLOCK(adapter); in mi1_mdio_ext_read()
474 TPI_UNLOCK(adapter); in mi1_mdio_ext_write()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h91 #define TPI_UNLOCK(obj) mutex_exit(&obj->ch_lock); macro