Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c817 mutex_init(&porta->sp_mtx, NULL, MUTEX_DRIVER, socalp->iblkc); in socal_attach()
819 mutex_init(&portb->sp_mtx, NULL, MUTEX_DRIVER, socalp->iblkc); in socal_attach()
1013 mutex_destroy(&portp->sp_mtx); in socal_dodetach()
1153 mutex_enter(&socalp->port_state[port].sp_mtx); in socal_bus_ctl()
1156 mutex_exit(&socalp->port_state[port].sp_mtx); in socal_bus_ctl()
1162 mutex_exit(&socalp->port_state[port].sp_mtx); in socal_bus_ctl()
1190 mutex_enter(&socalp->port_state[port].sp_mtx); in socal_bus_ctl()
1193 mutex_exit(&socalp->port_state[port].sp_mtx); in socal_bus_ctl()
1303 mutex_enter(&port_statep->sp_mtx); in socal_open()
1305 mutex_exit(&port_statep->sp_mtx); in socal_open()
[all …]
/titanic_50/usr/src/uts/sun/sys/
H A Dsocalvar.h155 kmutex_t sp_mtx; /* Per port mutex */ member