Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c129 instance = TAVOR_DEV_INSTANCE(dev); in tavor_devmap()
429 instance = TAVOR_DEV_INSTANCE(dev); in tavor_devmap_umem_map()
826 instance = TAVOR_DEV_INSTANCE(dev); in tavor_devmap_devmem_map()
1855 instance = TAVOR_DEV_INSTANCE(dev); in tavor_umap_db_set_onclose_cb()
1931 instance = TAVOR_DEV_INSTANCE(dev); in tavor_umap_db_clear_onclose_cb()
H A Dtavor.c284 instance = TAVOR_DEV_INSTANCE(dev); in tavor_getinfo()
297 instance = TAVOR_DEV_INSTANCE(dev); in tavor_getinfo()
329 instance = TAVOR_DEV_INSTANCE(*devp); in tavor_open()
496 instance = TAVOR_DEV_INSTANCE(dev); in tavor_close()
H A Dtavor_ioctl.c149 instance = TAVOR_DEV_INSTANCE(dev); in tavor_ioctl()
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h110 #define TAVOR_DEV_INSTANCE(dev) (getminor((dev)) & \ macro