Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/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>,
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c504 sgx_tcs_validate(struct tcs *tcs) in sgx_tcs_validate() argument
508 if ((tcs->flags) || in sgx_tcs_validate()
509 (tcs->ossa & (PAGE_SIZE - 1)) || in sgx_tcs_validate()
510 (tcs->ofsbasgx & (PAGE_SIZE - 1)) || in sgx_tcs_validate()
511 (tcs->ogsbasgx & (PAGE_SIZE - 1)) || in sgx_tcs_validate()
512 ((tcs->fslimit & 0xfff) != 0xfff) || in sgx_tcs_validate()
513 ((tcs->gslimit & 0xfff) != 0xfff)) in sgx_tcs_validate()
516 for (i = 0; i < nitems(tcs->reserved3); i++) in sgx_tcs_validate()
517 if (tcs->reserved3[i]) in sgx_tcs_validate()
789 struct tcs *t; in sgx_ioctl_add_page()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c753 const struct blockcipher_test_case *tcs = NULL; in test_blockcipher_all_tests() local
759 tcs = aes_chain_test_cases; in test_blockcipher_all_tests()
764 tcs = aes_cipheronly_test_cases; in test_blockcipher_all_tests()
769 tcs = aes_docsis_test_cases; in test_blockcipher_all_tests()
774 tcs = triple_des_chain_test_cases; in test_blockcipher_all_tests()
779 tcs = triple_des_cipheronly_test_cases; in test_blockcipher_all_tests()
784 tcs = des_cipheronly_test_cases; in test_blockcipher_all_tests()
789 tcs = des_docsis_test_cases; in test_blockcipher_all_tests()
794 tcs = hash_test_cases; in test_blockcipher_all_tests()
801 const struct blockcipher_test_case *tc = &tcs[i]; in test_blockcipher_all_tests()
/f-stack/freebsd/amd64/include/
H A Dsgxreg.h140 struct tcs { struct
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_dcb_forwarding.rst31 The nb-pools, nb-tcs and enable-rss parameters can be passed on the command line, after the EAL par…
35 …./<build_dir>/examples/dpdk-vmdq_dcb [EAL options] -- -p PORTMASK --nb-pools NP --nb-tcs TC --enab…
75 … user@target:~$ ./<build_dir>/examples/dpdk-vmdq_dcb -l 0-3 -n 4 -- -p 0x3 --nb-pools 32 --nb-tcs 4
149 With Intel® X710/XL710 NICs, if number of tcs is 4, and number of queues in pool is 8,
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsm8150.dtsi1035 qcom,tcs-offset = <0xd00>;
1037 qcom,tcs-config = <ACTIVE_TCS 2>,
H A Dsm8250.dtsi2008 qcom,tcs-offset = <0xd00>;
2010 qcom,tcs-config = <ACTIVE_TCS 2>, <SLEEP_TCS 3>,
H A Dsc7180.dtsi3199 qcom,tcs-offset = <0xd00>;
3201 qcom,tcs-config = <ACTIVE_TCS 2>,
H A Dsdm845.dtsi4353 qcom,tcs-offset = <0xd00>;
4355 qcom,tcs-config = <ACTIVE_TCS 2>,
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c1529 uint32_t tc, tcs; in eth_ixgbevf_dev_init() local
1629 ixgbevf_get_queues(hw, &tcs, &tc); in eth_ixgbevf_dev_init()