Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_proto.c147 dl_qos_cl_sel1_t *selp; in proto_info_req() local
179 selp = &(dlwp->dl_qos_sel1); in proto_info_req()
275 dlp->dl_qos_offset = (uintptr_t)selp - (uintptr_t)dlp; in proto_info_req()
278 selp->dl_qos_type = DL_QOS_CL_SEL1; in proto_info_req()
279 selp->dl_trans_delay = DL_UNKNOWN; in proto_info_req()
280 selp->dl_protection = DL_UNKNOWN; in proto_info_req()
281 selp->dl_residual_error = DL_UNKNOWN; in proto_info_req()
287 selp->dl_priority = dsp->ds_pri; in proto_info_req()
971 dl_qos_cl_sel1_t *selp; in proto_udqos_req() local
984 selp = (dl_qos_cl_sel1_t *)(mp->b_rptr + off); in proto_udqos_req()
[all …]
/titanic_41/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c837 volatile ulong_t *selp; in xen_uppc_setspl() local
843 selp = (volatile ulong_t *)&vci->evtchn_pending_sel; in xen_uppc_setspl()
844 atomic_or_ulong(selp, pending_sels); in xen_uppc_setspl()
H A Dxpv_psm.c609 volatile ulong_t *selp; in xen_psm_setspl() local
615 selp = (volatile ulong_t *)&vci->evtchn_pending_sel; in xen_psm_setspl()
616 atomic_or_ulong(selp, pending_sels); in xen_psm_setspl()
/titanic_41/usr/src/uts/common/io/
H A Dgld.c4095 dl_qos_cl_sel1_t *selp; in gld_udqos() local
4121 selp = (dl_qos_cl_sel1_t *)(mp->b_rptr + off); in gld_udqos()
4122 if (selp->dl_qos_type != DL_QOS_CL_SEL1) in gld_udqos()
4125 if (selp->dl_trans_delay != 0 && in gld_udqos()
4126 selp->dl_trans_delay != DL_QOS_DONT_CARE) in gld_udqos()
4128 if (selp->dl_protection != 0 && in gld_udqos()
4129 selp->dl_protection != DL_QOS_DONT_CARE) in gld_udqos()
4131 if (selp->dl_residual_error != 0 && in gld_udqos()
4132 selp->dl_residual_error != DL_QOS_DONT_CARE) in gld_udqos()
4134 if (selp->dl_priority < 0 || selp->dl_priority > 7) in gld_udqos()
[all …]