Searched refs:convert (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/tap/ |
| H A D | tap_flow.c | 245 int (*convert)(const struct rte_flow_item *item, void *data); member 267 .convert = tap_flow_create_eth, 283 .convert = tap_flow_create_vlan, 297 .convert = tap_flow_create_ipv4, 317 .convert = tap_flow_create_ipv6, 328 .convert = tap_flow_create_udp, 339 .convert = tap_flow_create_tcp, 1113 if (flow && cur_item->convert) { in priv_flow_process() 1114 err = cur_item->convert(items, &data); in priv_flow_process()
|
| /dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_hw.h | 254 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument 257 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
|
| /dpdk/app/test/ |
| H A D | test_acl.c | 788 void (*convert)(const struct rte_acl_ipv4vlan_rule *, in convert_rules() 797 convert(rules + i, &r); in convert_rules() 911 void (*convert)(const struct rte_acl_ipv4vlan_rule *, in test_convert_rules() 927 rc = convert_rules(acx, convert, acl_test_rules, in test_convert_rules() 958 void (*convert)(const struct rte_acl_ipv4vlan_rule *, in test_convert() member 996 convert_param[i].convert); in test_convert()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 158 pdf_file.write(img2pdf.convert(graphs))
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 342 and the next pointers in mbuf-chain will convert to physical address. 346 and next pointers must convert back to virtual address if exists before put in the free_q FIFO.
|
| H A D | cryptodev_lib.rst | 676 For more details, e.g. how to convert an mbuf to an SGL, please refer to an
|
| H A D | rte_flow.rst | 3195 in host byte order. PMD should convert them into network byte order when
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 530 …tr) {endPtr=NULL; if (kstrtoul((str), (base), (num))) printk("Error strtoull convert %s\n", str); } 533 …dPtr=NULL; if (strict_strtoull((str), (base), (num))) printk("Error strtoull convert %s\n", str); }
|