Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/tap/
H A Dtap_flow.c245 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 Dicp_qat_hw.h254 #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 Dtest_acl.c788 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 Ddpdk-graph-crypto-perf.py158 pdf_file.write(img2pdf.convert(graphs))
/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst342 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 Dcryptodev_lib.rst676 For more details, e.g. how to convert an mbuf to an SGL, please refer to an
H A Drte_flow.rst3195 in host byte order. PMD should convert them into network byte order when
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst530 …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); }