Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h740 uint32_t op_offset; member
H A Drte_table_action.c1926 RTE_MBUF_METADATA_UINT8_PTR(mbuf, cfg->op_offset); in pkt_work_sym_crypto()
1934 op->phys_addr = mbuf->buf_iova + cfg->op_offset - sizeof(*mbuf); in pkt_work_sym_crypto()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h90 uint32_t op_offset; member
H A Dpipeline.c591 pp.sym_crypto.crypto_op_offset = params->cryptodev.op_offset; in pipeline_port_out_create()
598 params->cryptodev.op_offset; in pipeline_port_out_create()
H A Dcli.c1442 if (parser_read_uint32(&p.sym_crypto.op_offset, in cmd_table_action_profile()
1952 if (parser_read_uint32(&p.cryptodev.op_offset, tokens[11]) in cmd_pipeline_port_out()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c613 pp.cryptodev.crypto_op_offset = params->cryptodev.op_offset; in softnic_pipeline_port_out_create()
620 params->cryptodev.op_offset; in softnic_pipeline_port_out_create()
H A Drte_eth_softnic_internals.h438 uint32_t op_offset; member
H A Drte_eth_softnic_cli.c2166 if (softnic_parser_read_uint32(&p.sym_crypto.op_offset, in cmd_table_action_profile()
2642 if (softnic_parser_read_uint32(&p.cryptodev.op_offset, in cmd_pipeline_port_out()