Home
last modified time | relevance | path

Searched refs:tcs (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Drpmh-rsc.c228 struct tcs_group *tcs = &drv->tcs[type]; in tcs_invalidate() local
231 if (bitmap_empty(tcs->slots, MAX_TCS_SLOTS)) in tcs_invalidate()
234 for (m = tcs->offset; m < tcs->offset + tcs->num_tcs; m++) { in tcs_invalidate()
238 bitmap_zero(tcs->slots, MAX_TCS_SLOTS); in tcs_invalidate()
269 struct tcs_group *tcs; in get_tcs_for_msg() local
292 tcs = &drv->tcs[type]; in get_tcs_for_msg()
293 if (msg->state == RPMH_ACTIVE_ONLY_STATE && !tcs->num_tcs) in get_tcs_for_msg()
294 tcs = &drv->tcs[WAKE_TCS]; in get_tcs_for_msg()
296 return tcs; in get_tcs_for_msg()
318 struct tcs_group *tcs; in get_req_from_tcs() local
[all …]
H A Drpmh-internal.h121 struct tcs_group tcs[TCS_TYPE_NR]; member
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c47 #define DECLARE_TCS(tcs) \ argument
48 struct tasklet_completion_status tcs = { \
59 struct tasklet_completion_status *tcs = ascb->uldd_task; in asd_clear_nexus_tasklet_complete() local
66 tcs->dl_opcode = dl->opcode; in asd_clear_nexus_tasklet_complete()
74 struct tasklet_completion_status *tcs = ascb->uldd_task; in asd_clear_nexus_timedout() local
77 tcs->dl_opcode = TMF_RESP_FUNC_FAILED; in asd_clear_nexus_timedout()
86 DECLARE_TCS(tcs); \
95 ascb->uldd_task = &tcs; \
107 res = tcs.dl_opcode; \
248 struct tasklet_completion_status *tcs = ascb->uldd_task; in asd_tmf_timedout() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c25 u8 tcs = adapter->hw_tcs; in ixgbe_cache_ring_dcb_sriov() local
28 if (tcs <= 1) in ixgbe_cache_ring_dcb_sriov()
39 if ((reg_idx & ~vmdq->mask) >= tcs) { in ixgbe_cache_ring_dcb_sriov()
50 if ((reg_idx & ~vmdq->mask) >= tcs) in ixgbe_cache_ring_dcb_sriov()
61 if (fcoe->offset < tcs) in ixgbe_cache_ring_dcb_sriov()
329 u8 tcs = adapter->hw_tcs; in ixgbe_set_dcb_sriov_queues() local
332 if (tcs <= 1) in ixgbe_set_dcb_sriov_queues()
340 vmdq_i = min_t(u16, vmdq_i, MAX_TX_QUEUES / tcs); in ixgbe_set_dcb_sriov_queues()
346 if (tcs > 4) { in ixgbe_set_dcb_sriov_queues()
378 adapter->num_rx_queues_per_pool = tcs; in ixgbe_set_dcb_sriov_queues()
[all …]
H A Dixgbe_main.c3565 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mtqc() local
3578 if (tcs > 4) in ixgbe_setup_mtqc()
3580 else if (tcs > 1) in ixgbe_setup_mtqc()
3588 if (tcs > 4) { in ixgbe_setup_mtqc()
3590 } else if (tcs > 1) { in ixgbe_setup_mtqc()
3605 if (tcs) { in ixgbe_setup_mtqc()
3942 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mrqc() local
3945 if (tcs > 4) in ixgbe_setup_mrqc()
3947 else if (tcs > 1) in ixgbe_setup_mrqc()
3961 if (tcs > 4) in ixgbe_setup_mrqc()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Drpmh-rsc.txt45 The tcs-offset specifies the start address of the
52 "drv-0", "drv-1", "drv-2" etc and "tcs-offset". The
66 - qcom,tcs-config:
109 qcom,tcs-offset = <0xd00>;
111 qcom,tcs-config = <ACTIVE_TCS 2>,
131 qcom,tcs-offset = <0x1c00>;
133 qcom,tcs-config = <ACTIVE_TCS 0>,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c115 unsigned int tcs, q_per_tc; in hw_atl2_hw_queue_to_tc_map_set() local
124 tcs = 8; in hw_atl2_hw_queue_to_tc_map_set()
128 tcs = 4; in hw_atl2_hw_queue_to_tc_map_set()
135 for (tc = 0; tc != tcs; tc++) { in hw_atl2_hw_queue_to_tc_map_set()
177 tx_buff_size /= cfg->tcs; in hw_atl2_hw_qos_set()
178 rx_buff_size /= cfg->tcs; in hw_atl2_hw_qos_set()
179 for (tc = 0; tc < cfg->tcs; tc++) { in hw_atl2_hw_qos_set()
263 (BIT(nic_cfg->tcs) - 1); in hw_atl2_hw_init_tx_tc_rate_limit()
269 for (tc = 0; tc != nic_cfg->tcs; tc++) { in hw_atl2_hw_init_tx_tc_rate_limit()
295 for (tc = 0; tc != nic_cfg->tcs; tc++) { in hw_atl2_hw_init_tx_tc_rate_limit()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c81 if (cfg->tcs > 2) in aq_nic_cfg_update_num_vecs()
101 cfg->tcs = AQ_CFG_TCS_DEF; in aq_nic_cfg_start()
153 cfg->prio_tc_map[i] = cfg->tcs * i / 8; in aq_nic_cfg_start()
544 self->aq_vecs * cfg->tcs); in aq_nic_start()
549 self->aq_vecs * cfg->tcs); in aq_nic_start()
553 for (i = 0; i < cfg->tcs; i++) { in aq_nic_start()
921 for (tc = 0U; tc < self->aq_nic_cfg.tcs; tc++) { in aq_nic_get_stats()
1451 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map) in aq_nic_setup_tc_mqprio() argument
1462 if (tcs == cfg->tcs || (tcs == 0 && !cfg->is_qos)) in aq_nic_setup_tc_mqprio()
1469 cfg->tcs = tcs; in aq_nic_setup_tc_mqprio()
[all …]
H A Daq_nic.h69 u8 tcs; member
209 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map);
H A Daq_filters.c175 if (fsp->ring_cookie > cfg->num_rss_queues * cfg->tcs) { in aq_check_approve_fvlan()
178 cfg->num_rss_queues * cfg->tcs - 1); in aq_check_approve_fvlan()
280 if (fsp->ring_cookie >= cfg->num_rss_queues * cfg->tcs) { in aq_rule_is_not_correct()
284 cfg->num_rss_queues * cfg->tcs - 1); in aq_rule_is_not_correct()
H A Daq_ethtool.c179 (rx_stat_cnt + tx_stat_cnt) * cfg->vecs * cfg->tcs; in aq_ethtool_n_stats()
266 for (tc = 0; tc < cfg->tcs; tc++) { in aq_ethtool_get_strings()
H A Daq_vec.c141 for (i = 0; i < aq_nic_cfg->tcs; ++i) { in aq_vec_ring_alloc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c172 tx_buff_size /= cfg->tcs; in hw_atl_b0_hw_qos_set()
173 rx_buff_size /= cfg->tcs; in hw_atl_b0_hw_qos_set()
174 for (tc = 0; tc < cfg->tcs; tc++) { in hw_atl_b0_hw_qos_set()
353 (BIT(nic_cfg->tcs) - 1); in hw_atl_b0_hw_init_tx_tc_rate_limit()
359 for (tc = 0; tc != nic_cfg->tcs; tc++) { in hw_atl_b0_hw_init_tx_tc_rate_limit()
390 for (tc = 0; tc != nic_cfg->tcs; tc++) { in hw_atl_b0_hw_init_tx_tc_rate_limit()
404 (nic_cfg->tcs - num_min_rated_tcs); in hw_atl_b0_hw_init_tx_tc_rate_limit()
438 for (tc = nic_cfg->tcs; tc != AQ_CFG_TCS_MAX; tc++) { in hw_atl_b0_hw_init_tx_tc_rate_limit()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py201 tcs = []
205 tcs.append(line)
206 return " ".join(tcs)
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399pro-npu-evb-v10.dts76 compatible = "tcs,tcs4525";
H A Drk3568-nvr.dtsi262 compatible = "tcs,tcs4525";
H A Drk3399pro-evb-v11.dts632 compatible = "tcs,tcs4525";
652 compatible = "tcs,tcs4526";
H A Drk3399pro-evb-lp4-v11-linux.dts717 compatible = "tcs,tcs4525";
737 compatible = "tcs,tcs4526";
H A Drk3399pro-evb-v11-linux.dts638 compatible = "tcs,tcs4525";
658 compatible = "tcs,tcs4526";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c804 int max_rx_rings, max_tx_rings, tcs; in bnxt_get_channels() local
816 tcs = netdev_get_num_tc(dev); in bnxt_get_channels()
817 tx_grps = max(tcs, 1); in bnxt_get_channels()
830 if (tcs > 1) in bnxt_get_channels()
831 max_tx_rings /= tcs; in bnxt_get_channels()
852 int req_tx_rings, req_rx_rings, tcs; in bnxt_set_channels() local
875 tcs = netdev_get_num_tc(dev); in bnxt_set_channels()
886 rc = bnxt_check_rings(bp, req_tx_rings, req_rx_rings, sh, tcs, tx_xdp); in bnxt_set_channels()
924 if (tcs > 1) in bnxt_set_channels()
925 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs + tx_xdp; in bnxt_set_channels()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c1102 u8 tcs = netdev_get_num_tc(dev); in fm10k_max_channels() local
1105 if (tcs > 1) in fm10k_max_channels()
1106 max_combined = BIT((fls(max_combined / tcs) - 1)); in fm10k_max_channels()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst158 Example: Sets up two tcs, tc0 and tc1, with 16 queues each and max tx rate set
167 map: priority mapping for up to 16 priorities to tcs (e.g. map 0 0 0 0 1 1 1 1
172 number of queues for all tcs is 64 or number of cores, whichever is lower.)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dte_IN15 % Updated by Sunil Mohan Adapa <sunil AT atc tcs co in>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dte_IN15 % Updated by Sunil Mohan Adapa <sunil AT atc tcs co in>
/OK3568_Linux_fs/buildroot/package/trousers/
H A D0001-Check-if-the-compiler-understands-pie-and-relro-options.patch209 …tcsd_LDADD=${top_builddir}/src/tcs/libtcs.a ${top_builddir}/src/tddl/libtddl.a -lpthread @CRYPTOLI…

12