Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dds_pri.c112 void *ds_pri; member
354 sp->ds_pri = NULL; in ds_pri_attach()
379 if (sp->ds_pri) in ds_pri_attach()
380 kmem_free(sp->ds_pri, sp->ds_pri_len); in ds_pri_attach()
418 kmem_free(sp->ds_pri, sp->ds_pri_len); in ds_pri_detach()
572 bcopy(((caddr_t)sp->ds_pri), tmpbufp, len); in ds_pri_read()
692 ASSERT(sp->ds_pri != NULL); in request_pri()
695 kmem_free(sp->ds_pri, sp->ds_pri_len); in request_pri()
697 sp->ds_pri = NULL; in request_pri()
700 ASSERT(sp->ds_pri == NULL); in request_pri()
[all …]
/titanic_41/usr/src/uts/sun4v/ds_pri/
H A DMakefile41 MODULE = ds_pri
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-ldoms.mf60 driver name=ds_pri
79 file path=platform/sun4v/kernel/drv/$(ARCH64)/ds_pri group=sys
89 file path=platform/sun4v/kernel/drv/ds_pri.conf group=sys
H A Dsystem-header.mf1807 $(sparc_ONLY)file path=usr/platform/sun4v/include/sys/ds_pri.h
/titanic_41/usr/src/uts/sun4v/sys/
H A DMakefile69 ds_pri.h \
/titanic_41/usr/src/uts/common/sys/
H A Ddld_impl.h144 uint_t ds_pri; /* SL */ member
/titanic_41/usr/src/uts/sun4v/
H A DMakefile.files159 DS_PRI_OBJS = ds_pri.o ds_pri_hcall.o
H A DMakefile.sun4v334 DRV_KMODS += ds_pri
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_str.c873 pri = (VLAN_MBLKPRI(mp) == 0) ? dsp->ds_pri : VLAN_MBLKPRI(mp); in str_mdata_fastpath_put()
975 pri = (pri == 0) ? dsp->ds_pri : 0; in str_mdata_raw_put()
1046 dsp->ds_pri = 0; in dld_str_attach()
H A Ddld_proto.c287 selp->dl_priority = dsp->ds_pri; in proto_info_req()
996 dsp->ds_pri = selp->dl_priority; in proto_udqos_req()