| /linux/tools/testing/selftests/sgx/ |
| H A D | test_encl.c | 76 void *tcs = (void *)op->tcs_page; in do_encl_init_tcs_page() local 79 memset(tcs, 0, 16); /* STATE and FLAGS */ in do_encl_init_tcs_page() 80 memcpy(tcs + 16, &op->ssa, 8); /* OSSA */ in do_encl_init_tcs_page() 81 memset(tcs + 24, 0, 4); /* CSSA */ in do_encl_init_tcs_page() 83 memcpy(tcs + 28, &val_32, 4); /* NSSA */ in do_encl_init_tcs_page() 84 memcpy(tcs + 32, &op->entry, 8); /* OENTRY */ in do_encl_init_tcs_page() 85 memset(tcs + 40, 0, 24); /* AEP, OFSBASE, OGSBASE */ in do_encl_init_tcs_page() 87 memcpy(tcs + 64, &val_32, 4); /* FSLIMIT */ in do_encl_init_tcs_page() 88 memcpy(tcs + 68, &val_32, 4); /* GSLIMIT */ in do_encl_init_tcs_page() 89 memset(tcs + 72, 0, 4024); /* Reserved */ in do_encl_init_tcs_page()
|
| H A D | test_encl.lds | 5 tcs PT_LOAD; 14 .tcs : { 15 *(.tcs*) 16 } : tcs
|
| H A D | main.c | 290 self->run.tcs = self->encl.encl_base; in TEST_F() 363 self->run.tcs = self->encl.encl_base; in TEST_F() 429 self->run.tcs = self->encl.encl_base; 512 self->run.tcs = self->encl.encl_base; in TEST_F() 548 self->run.tcs = self->encl.encl_base; in TEST_F() 581 self->run.tcs = self->encl.encl_base; in TEST_F() 593 self->run.tcs = self->encl.encl_base + PAGE_SIZE; in TEST_F() 626 self->run.tcs = self->encl.encl_base; in TEST_F() 728 self->run.tcs = self->encl.encl_base; in TEST_F() 791 self->run.tcs = self->encl.encl_base; in TEST_F() [all …]
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_tmf.c | 47 #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 …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_nic.h | 73 u8 tcs; member 216 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map);
|
| H A D | aq_vec.c | 135 for (i = 0; i < aq_nic_cfg->tcs; ++i) { in aq_vec_ring_alloc()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_resc.c | 17 u16 tcs = bd->num_tc; in bnge_num_tx_to_cp() local 19 if (!tcs) in bnge_num_tx_to_cp() 20 tcs = 1; in bnge_num_tx_to_cp() 22 return tx / tcs; in bnge_num_tx_to_cp()
|
| /linux/drivers/soc/qcom/ |
| H A D | rpmh-internal.h | 129 struct tcs_group tcs[TCS_TYPE_NR]; member
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-powkiddy-rk2023.dts | 42 compatible = "tcs,tcs4525";
|
| H A D | rk3566-powkiddy-rgb30.dts | 43 compatible = "tcs,tcs4525";
|
| H A D | rk3399-evb-ind.dts | 84 compatible = "tcs,tcs4525"; 104 compatible = "tcs,tcs4525";
|
| H A D | rk3566-lubancat-1.dts | 175 compatible = "tcs,tcs4525";
|
| H A D | rk3568-photonicat.dts | 317 compatible = "tcs,tcs4525";
|
| H A D | rk3568-nanopi-r5s.dtsi | 209 compatible = "tcs,tcs4525";
|
| H A D | rk3566-odroid-m1s.dts | 225 compatible = "tcs,tcs4525";
|
| H A D | rk3568-easepi-r1.dts | 225 compatible = "tcs,tcs4525";
|
| H A D | rk3568-evb1-v10.dts | 300 compatible = "tcs,tcs4525";
|
| H A D | rk3566-quartz64-b.dts | 233 compatible = "tcs,tcs4525";
|
| H A D | rk3568-odroid-m1.dts | 248 compatible = "tcs,tcs4525";
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | iavf.rst | 158 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.)
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-sdx65.dtsi | 743 qcom,tcs-offset = <0xd00>; 745 qcom,tcs-config = <ACTIVE_TCS 2>,
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 912 int max_rx_rings, max_tx_rings, tcs; in bnxt_get_channels() local 924 tcs = bp->num_tc; in bnxt_get_channels() 925 tx_grps = max(tcs, 1); in bnxt_get_channels() 938 if (tcs > 1) in bnxt_get_channels() 939 max_tx_rings /= tcs; in bnxt_get_channels() 960 int req_tx_rings, req_rx_rings, tcs; in bnxt_set_channels() local 984 tcs = bp->num_tc; in bnxt_set_channels() 996 rc = bnxt_check_rings(bp, req_tx_rings, req_rx_rings, sh, tcs, tx_xdp); in bnxt_set_channels() 1049 if (tcs > 1) in bnxt_set_channels() 1050 bp->tx_nr_rings = bp->tx_nr_rings_per_tc * tcs + tx_xdp; in bnxt_set_channels()
|
| H A D | bnxt.c | 4288 int tcs = bp->num_tc; in bnxt_alloc_cp_rings() local 4290 if (!tcs) in bnxt_alloc_cp_rings() 4291 tcs = 1; in bnxt_alloc_cp_rings() 4325 cp_count += tcs; in bnxt_alloc_cp_rings() 11402 int tcs = bp->num_tc; in bnxt_num_tx_to_cp() local 11404 if (!tcs) in bnxt_num_tx_to_cp() 11405 tcs = 1; in bnxt_num_tx_to_cp() 11406 return __bnxt_num_tx_to_cp(bp, tx, tcs, bp->tx_nr_rings_xdp); in bnxt_num_tx_to_cp() 11411 int tcs = bp->num_tc; in bnxt_num_cp_to_tx() local 11413 return (tx_cp - bp->tx_nr_rings_xdp) * tcs + in bnxt_num_cp_to_tx() [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 3998 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mtqc() local 4011 if (tcs > 4) in ixgbe_setup_mtqc() 4013 else if (tcs > 1) in ixgbe_setup_mtqc() 4021 if (tcs > 4) { in ixgbe_setup_mtqc() 4023 } else if (tcs > 1) { in ixgbe_setup_mtqc() 4038 if (tcs) { in ixgbe_setup_mtqc() 4382 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mrqc() local 4385 if (tcs > 4) in ixgbe_setup_mrqc() 4387 else if (tcs > 1) in ixgbe_setup_mrqc() 4401 if (tcs > 4) in ixgbe_setup_mrqc() [all …]
|
| H A D | ixgbe_sriov.c | 978 u8 tcs = adapter->hw_tcs; in ixgbe_set_vf_vlan_msg() local 980 if (adapter->vfinfo[vf].pf_vlan || tcs) { in ixgbe_set_vf_vlan_msg()
|