Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c85 static ibdma_mod_state_t *ibdma = NULL; variable
114 ASSERT(ibdma == NULL); in _init()
116 ibdma = kmem_zalloc(sizeof (*ibdma), KM_SLEEP); in _init()
117 ASSERT(ibdma != NULL); in _init()
121 kmem_free(ibdma, sizeof (*ibdma)); in _init()
122 ibdma = NULL; in _init()
130 kmem_free(ibdma, sizeof (*ibdma)); in _init()
131 ibdma = NULL; in _init()
165 mutex_enter(&ibdma->ms_hca_list_lock); in _fini()
166 hca = list_head(&ibdma->ms_hca_list); in _fini()
[all …]
/titanic_50/usr/src/uts/intel/ibdma/
H A DMakefile39 MODULE = ibdma
123 %.ll: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c \
124 $(UTSBASE)/common/sys/ib/mgt/ibdma/ibdma_impl.h \
125 $(UTSBASE)/common/sys/ib/mgt/ibdma/ibdma.h
/titanic_50/usr/src/uts/sparc/ibdma/
H A DMakefile39 MODULE = ibdma
123 %.ll: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c \
124 $(UTSBASE)/common/sys/ib/mgt/ibdma/ibdma_impl.h \
125 $(UTSBASE)/common/sys/ib/mgt/ibdma/ibdma.h
/titanic_50/usr/src/pkg/manifests/
H A Ddriver-network-ibdma.mf32 set name=pkg.fmri value=pkg:/driver/network/ibdma@$(PKGVERS)
43 file path=kernel/misc/$(ARCH64)/ibdma group=sys mode=0755
44 file path=usr/share/man/man7d/ibdma.7d
H A DSUNWibdma.mf29 depend fmri=pkg:/driver/network/ibdma@0.5.11,5.11-0.133 type=require
/titanic_50/usr/src/man/man7d/
H A DMakefile67 ibdma.7d \
/titanic_50/usr/src/uts/sparc/
H A DMakefile.sparc396 MISC_KMODS += ibdma
/titanic_50/usr/src/uts/intel/
H A DMakefile.intel589 MISC_KMODS += ibdma
/titanic_50/usr/src/uts/common/
H A DMakefile.rules847 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
2178 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
H A DMakefile.files691 IBDMA_OBJS += ibdma.o