Searched refs:xmem (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/bus/ |
| H A D | qcom,ebi2.txt | 65 - reg-names: should be "ebi2", "xmem" 82 - qcom,xmem-write-hold-cycles: write hold cycles, these are extra cycles 96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we 102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a 120 reg-names = "ebi2", "xmem"; 131 qcom,xmem-recovery-cycles = <0>; 132 qcom,xmem-write-hold-cycles = <3>; 133 qcom,xmem-write-delta-cycles = <31>; 134 qcom,xmem-read-delta-cycles = <28>; 135 qcom,xmem-write-wait-cycles = <9>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | qcom-apq8060-dragonboard.dts | 611 qcom,xmem-recovery-cycles = <0>; 612 qcom,xmem-write-hold-cycles = <3>; 613 qcom,xmem-write-delta-cycles = <31>; 614 qcom,xmem-read-delta-cycles = <28>; 615 qcom,xmem-write-wait-cycles = <9>; 616 qcom,xmem-read-wait-cycles = <9>;
|
| H A D | qcom-msm8660.dtsi | 272 reg-names = "ebi2", "xmem";
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 912 struct rte_pktmbuf_extmem *xmem; in setup_extbuf() local 920 xmem = malloc(sizeof(struct rte_pktmbuf_extmem) * zone_num); in setup_extbuf() 921 if (xmem == NULL) { in setup_extbuf() 928 struct rte_pktmbuf_extmem *xseg = xmem + ext_num; in setup_extbuf() 960 if (ext_num == 0 && xmem != NULL) { in setup_extbuf() 961 free(xmem); in setup_extbuf() 962 xmem = NULL; in setup_extbuf() 964 *ext_mem = xmem; in setup_extbuf()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 461 * ``--mp-alloc <native|anon|xmem|xmemhuge>`` 468 * xmem: create and populate mempool using externally and anonymously
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 377 * mempool: The following xmem functions have been deprecated:
|