Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c251 cma_device_t *rem_device; in sol_cma_rem_dev() local
256 rem_device = (cma_device_t *)ib_get_client_data(dev, sol_cma_ib_client); in sol_cma_rem_dev()
257 if (!rem_device) { in sol_cma_rem_dev()
263 mutex_enter(&rem_device->cma_mutex); in sol_cma_rem_dev()
264 rem_device->cma_dev_state = SOL_CMA_DEV_REM_IN_PROGRESS; in sol_cma_rem_dev()
265 if (rem_device->cma_ref_count) { in sol_cma_rem_dev()
266 mutex_exit(&rem_device->cma_mutex); in sol_cma_rem_dev()
271 entry = remove_genlist_head(&rem_device->cma_epchan_list); in sol_cma_rem_dev()
291 entry = remove_genlist_head(&rem_device->cma_epchan_list); in sol_cma_rem_dev()
293 mutex_exit(&rem_device->cma_mutex); in sol_cma_rem_dev()
[all …]