Home
last modified time | relevance | path

Searched full:rsc (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,rpmh-rsc.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,rpmh-rsc.yaml#
7 title: Qualcomm RPMH RSC
20 (Resource State Coordinator a.k.a RSC) that can handle multiple sleep and
31 See also:: <dt-bindings/soc/qcom,rpmh-rsc.h>
42 Drivers that want to use the RSC to communicate with RPMH must specify their
43 bindings as child nodes of the RSC controllers they wish to communicate with.
50 - qcom,sc7180-rpmh-apps-rsc
51 - qcom,sdm845-rpmh-apps-rsc
52 - const: qcom,rpmh-rsc
53 - const: qcom,rpmh-rsc
[all …]
H A Drpmh-rsc.txt1 RPMH RSC:
11 (Resource State Coordinator a.k.a RSC) that can handle multiple sleep and
38 Definition: Should be "qcom,rpmh-rsc".
44 DRV(s). The number of DRVs in the dependent on the RSC.
63 Definition: The id of the DRV in the RSC block that will be used by
84 Definition: Name for the RSC. The name would be used in trace logs.
86 Drivers that want to use the RSC to communicate with RPMH must specify their
87 bindings as child nodes of the RSC controllers they wish to communicate with.
91 For a TCS whose RSC base address is is 0x179C0000 and is at a DRV id of 2, the
99 apps_rsc: rsc@179c0000 {
[all …]
/freebsd/sys/dev/thunderbolt/
H A Dhcm.c117 struct router_softc *rsc; in hcm_cfg_task() local
136 rsc = hcm->nsc->root_rsc; in hcm_cfg_task()
137 error = tb_config_router_read(rsc, 0, 5, buf); in hcm_cfg_task()
149 error = tb_config_next_cap(rsc, &cap); in hcm_cfg_task()
169 error = tb_config_get_lc_uuid(rsc, u); in hcm_cfg_task()
178 for (i = 1; i <= rsc->max_adap; i++) { in hcm_cfg_task()
179 error = tb_config_adapter_read(rsc, i, 0, 8, buf); in hcm_cfg_task()
193 error = tb_config_find_adapter_cap(rsc, i, TB_CFG_CAP_LANE, in hcm_cfg_task()
198 error = tb_config_adapter_read(rsc, i, offset, 3, buf); in hcm_cfg_task()
212 newr.hi = rsc->route.hi; in hcm_cfg_task()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,bcm-voter.yaml15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
31 WAKE/SLEEP TCSs are triggered when the RSC transitions between active and
35 ensure resources are available before use. If a specific RSC and its use
48 # as defined in Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml
56 # as defined in Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml
H A Dqcom,rpmh-common.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,qdu1000-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,qcs615-rpmh.yaml15 able to communicate with the BCM through the Resource State Coordinator (RSC)
17 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sdx75-rpmh.yaml15 able to communicate with the BCM through the Resource State Coordinator (RSC)
17 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sdm845.yaml15 able to communicate with the BCM through the Resource State Coordinator (RSC)
17 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,x1e80100-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sc7180.yaml15 able to communicate with the BCM through the Resource State Coordinator (RSC)
17 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sar2130p-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,milos-rpmh.yaml15 able to communicate with the BCM through the Resource State Coordinator (RSC)
17 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sm8550-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sm8650-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
H A Dqcom,sm8750-rpmh.yaml16 able to communicate with the BCM through the Resource State Coordinator (RSC)
18 least one RPMh device child node pertaining to their RSC and each provider
/freebsd/sys/dev/mii/
H A Drdcphy.c112 struct rdcphy_softc *rsc; in rdcphy_service() local
115 rsc = (struct rdcphy_softc *)sc; in rdcphy_service()
140 rsc->mii_link_tick = RDCPHY_MANNEG_TICK; in rdcphy_service()
165 if (rsc->mii_link_tick > 0) { in rdcphy_service()
166 rsc->mii_link_tick--; in rdcphy_service()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h345 struct mlx5_resource rsc; /* This struct must be first */ member
398 struct mlx5_resource rsc; /* This struct must be first */ member
431 struct mlx5_resource rsc; member
534 static inline struct mlx5_qp *rsc_to_mqp(struct mlx5_resource *rsc) in rsc_to_mqp() argument
536 return (struct mlx5_qp *)rsc; in rsc_to_mqp()
539 static inline struct mlx5_srq *rsc_to_msrq(struct mlx5_resource *rsc) in rsc_to_msrq() argument
541 return (struct mlx5_srq *)rsc; in rsc_to_msrq()
544 static inline struct mlx5_rwq *rsc_to_mrwq(struct mlx5_resource *rsc) in rsc_to_mrwq() argument
546 return (struct mlx5_rwq *)rsc; in rsc_to_mrwq()
648 int32_t mlx5_store_uidx(struct mlx5_context *ctx, void *rsc);
H A Dverbs.c707 srq->rsc.rsn = resp.srqn; in mlx5_create_srq()
708 srq->rsc.type = MLX5_RSC_TYPE_SRQ; in mlx5_create_srq()
759 if (ctx->cqe_version && msrq->rsc.type == MLX5_RSC_TYPE_XSRQ) in mlx5_destroy_srq()
760 mlx5_clear_uidx(ctx, msrq->rsc.rsn); in mlx5_destroy_srq()
1401 qp->rsc.type = MLX5_RSC_TYPE_QP; in create_qp()
1402 qp->rsc.rsn = (ctx->cqe_version && !is_xrc_tgt(attr->qp_type)) ? in create_qp()
1520 __mlx5_cq_clean(to_mcq(ibqp->recv_cq), qp->rsc.rsn, in mlx5_destroy_qp()
1523 __mlx5_cq_clean(to_mcq(ibqp->send_cq), qp->rsc.rsn, NULL); in mlx5_destroy_qp()
1534 mlx5_clear_uidx(ctx, qp->rsc.rsn); in mlx5_destroy_qp()
1624 mlx5_cq_clean(to_mcq(qp->recv_cq), mqp->rsc in mlx5_modify_qp()
[all...]
/freebsd/sys/dev/iser/
H A Diser_memory.c153 struct iser_reg_resources *rsc, in iser_fast_reg_mr() argument
158 struct ib_mr *mr = rsc->mr; in iser_fast_reg_mr()
169 if (!rsc->mr_valid) { in iser_fast_reg_mr()
200 rsc->mr_valid = 0; in iser_fast_reg_mr()
239 err = iser_fast_reg_mr(iser_pdu, mem, desc ? &desc->rsc : NULL, in iser_reg_rdma_mem()
/freebsd/sys/net/altq/
H A Daltq_hfsc.c354 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, in hfsc_class_create() argument
404 if (rsc != NULL && rsc->m2 > m2) in hfsc_class_create()
405 m2 = rsc->m2; in hfsc_class_create()
449 if (rsc != NULL && (rsc->m1 != 0 || rsc->m2 != 0)) { in hfsc_class_create()
454 sc2isc(rsc, cl->cl_rsc); in hfsc_class_create()
1562 sp->rsc.m1 = SATU32(sm2m(cl->cl_rsc->sm1)); in get_class_stats_v0()
1563 sp->rsc.d = dx2d(cl->cl_rsc->dx); in get_class_stats_v0()
1564 sp->rsc.m2 = SATU32(sm2m(cl->cl_rsc->sm2)); in get_class_stats_v0()
1566 sp->rsc.m1 = 0; in get_class_stats_v0()
1567 sp->rsc.d = 0; in get_class_stats_v0()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c48 struct iwl_wowlan_rsc_tsc_params_cmd *rsc; member
301 /* The rsc for both gtk keys are stored in gtk[0]->sc->mcast_rsc in iwl_mld_convert_gtk_resume_data()
1367 __le64 *rsc) in iwl_mld_suspend_convert_tkip_ipn() argument
1373 rsc[i] = in iwl_mld_suspend_convert_tkip_ipn()
1404 key_rsc = data->rsc->ucast_rsc; in iwl_mld_suspend_key_data_iter()
1422 ARRAY_SIZE(data->rsc->mcast_key_id_map))) in iwl_mld_suspend_key_data_iter()
1426 key_rsc = data->rsc->mcast_rsc[data->gtks % 2]; in iwl_mld_suspend_key_data_iter()
1427 data->rsc->mcast_key_id_map[key->keyidx] = in iwl_mld_suspend_key_data_iter()
1434 data->rsc->mcast_key_id_map[prev_idx] = in iwl_mld_suspend_key_data_iter()
1503 data.rsc = kzalloc(sizeof(*data.rsc), GFP_KERNEL); in iwl_mld_suspend_send_security_cmds()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dst,stm32-rproc.yaml125 st,syscfg-rsc-tbl:
179 st,syscfg-rsc-tbl = <&tamp 0x144 0xFFFFFFFF>;
192 st,syscfg-rsc-tbl = <&tamp 0x144 0xFFFFFFFF>;
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dd3.h575 struct iwl_wowlan_rsc_tsc_params_cmd_ver_2 rsc; member
588 * @rsc: TSC RSC counters
596 struct iwl_wowlan_rsc_tsc_params_cmd_ver_2 rsc; member
601 * @ucast_rsc: unicast RSC values
602 * @mcast_rsc: multicast RSC values (per key map value)
623 * @sc: RSC/TSC counters
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h57 #define HN_NVS_RSC_MAX 562 /* Max RSC frags in one vmbus packet */
81 struct hn_rx_rsc rsc; member
284 * RSC switch, default off

123456