Home
last modified time | relevance | path

Searched refs:in_len (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_pdcp_sdap_test_vectors.h25 uint32_t in_len; member
55 .in_len = 16,
84 .in_len = 16,
113 .in_len = 16,
143 .in_len = 16,
172 .in_len = 16,
202 .in_len = 16,
231 .in_len = 16,
260 .in_len = 16,
302 .in_len = 66,
[all …]
H A Dtest_cryptodev_security_pdcp_test_vectors.h41 uint32_t in_len; member
58 .in_len = 7,
75 .in_len = 7,
92 .in_len = 8,
109 .in_len = 7,
127 .in_len = 7,
H A Dtest_cryptodev.c9017 cur_test->in_len, cur_test->data_out, in test_PDCP_SDAP_PROTO_encap_all()
9018 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_SDAP_PROTO_encap_all()
9059 cur_test->in_len, cur_test->data_out, in test_PDCP_PROTO_short_mac()
9060 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_PROTO_short_mac()
9076 cur_test->data_out + cur_test->in_len + 2, in test_PDCP_PROTO_short_mac()
9104 cur_test->in_len + ((cur_test->auth_key) ? 4 : 0), in test_PDCP_SDAP_PROTO_decap_all()
9105 cur_test->data_in, cur_test->in_len, in test_PDCP_SDAP_PROTO_decap_all()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cfg.c173 u16 in_len, out_len; in get_cap_from_fw() local
177 in_len = sizeof(dev_cap); in get_cap_from_fw()
178 out_len = in_len; in get_cap_from_fw()
181 &dev_cap, in_len, &dev_cap, &out_len, 0); in get_cap_from_fw()
195 u16 in_len, out_len; in get_cap_from_pf() local
199 in_len = sizeof(dev_cap); in get_cap_from_pf()
200 out_len = in_len; in get_cap_from_pf()
202 &dev_cap, in_len, &dev_cap, &out_len, in get_cap_from_pf()
/dpdk/drivers/baseband/la12xx/
H A Dbbdev_la12xx_ipc.h207 uint32_t in_len; member
H A Dbbdev_la12xx.c493 bbdev_ipc_op->in_len = in_op_data->length; in enqueue_single_op()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c670 uint32_t in_len = 0, out_len = 0; in build_dpaa_raw_proto_sg() local
738 in_len = sgl->vec[0].len; in build_dpaa_raw_proto_sg()
755 in_len += sg->length; in build_dpaa_raw_proto_sg()
760 in_sg->length = in_len; in build_dpaa_raw_proto_sg()
H A Ddpaa_sec.c1802 uint32_t in_len = 0, out_len = 0; in build_proto_sg() local
1854 in_len = mbuf->data_len; in build_proto_sg()
1872 in_len += sg->length; in build_proto_sg()
1878 in_sg->length = in_len; in build_proto_sg()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c468 uint32_t in_len = 0, out_len = 0, i; in build_raw_dp_proto_fd() local
550 in_len += sge->length; in build_raw_dp_proto_fd()
557 in_len += sge->length; in build_raw_dp_proto_fd()
560 ip_fle->length = in_len; in build_raw_dp_proto_fd()
H A Ddpaa2_sec_dpseci.c97 uint32_t in_len = 0, out_len = 0; in build_proto_compound_sg_fd() local
173 in_len += sge->length; in build_proto_compound_sg_fd()
182 in_len += sge->length; in build_proto_compound_sg_fd()
185 ip_fle->length = in_len; in build_proto_compound_sg_fd()
/dpdk/drivers/event/dsw/
H A Ddsw_event.c983 uint16_t in_len; in dsw_port_forward_emigrated_flow() local
986 in_len = rte_event_ring_dequeue_burst(source_port->in_ring, in dsw_port_forward_emigrated_flow()
994 for (i = 0; i < in_len; i++) { in dsw_port_forward_emigrated_flow()
1009 events_left -= in_len; in dsw_port_forward_emigrated_flow()
/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c176 uint16_t in_len; member
469 (uint16_t)desc->dec_req.in_len, in print_dma_dec_desc_debug_info()
1309 desc->in_len = in_length; in fpga_dma_desc_td_fill()