| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_cfg.c | 173 u16 in_len, out_len; in get_cap_from_fw() local 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() 182 if (err || dev_cap.mgmt_msg_head.status || !out_len) { in get_cap_from_fw() 184 err, dev_cap.mgmt_msg_head.status, out_len); in get_cap_from_fw() 195 u16 in_len, out_len; in get_cap_from_pf() local 200 out_len = in_len; in get_cap_from_pf() 202 &dev_cap, in_len, &dev_cap, &out_len, in get_cap_from_pf() 204 if (err || dev_cap.mgmt_msg_head.status || !out_len) { in get_cap_from_pf() 206 err, dev_cap.mgmt_msg_head.status, out_len); in get_cap_from_pf()
|
| /dpdk/drivers/baseband/la12xx/ |
| H A D | bbdev_la12xx_ipc.h | 197 uint32_t out_len; member 211 uint32_t out_len; member
|
| H A D | bbdev_la12xx.c | 501 bbdev_ipc_op->out_len = rte_cpu_to_be_32(out_op_data->length); in enqueue_single_op()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec_raw_dp.c | 670 uint32_t in_len = 0, out_len = 0; in build_dpaa_raw_proto_sg() local 695 out_len += sg->length; in build_dpaa_raw_proto_sg() 704 out_len += sg->length; in build_dpaa_raw_proto_sg() 713 out_len += sg->length; in build_dpaa_raw_proto_sg() 722 out_len += sg->length; in build_dpaa_raw_proto_sg() 727 out_len += sg->length; in build_dpaa_raw_proto_sg() 731 out_sg->length = out_len; in build_dpaa_raw_proto_sg()
|
| H A D | dpaa_sec.c | 1802 uint32_t in_len = 0, out_len = 0; in build_proto_sg() local 1834 out_len += sg->length; in build_proto_sg() 1842 out_len += sg->length; in build_proto_sg() 1846 out_sg->length = out_len; in build_proto_sg()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_raw_dp.c | 468 uint32_t in_len = 0, out_len = 0, i; in build_raw_dp_proto_fd() local 507 out_len += sge->length; in build_raw_dp_proto_fd() 514 out_len += sge->length; in build_raw_dp_proto_fd() 523 out_len += sge->length; in build_raw_dp_proto_fd() 530 out_len += sge->length; in build_raw_dp_proto_fd() 534 out_len += sge->length; in build_raw_dp_proto_fd() 537 op_fle->length = out_len; in build_raw_dp_proto_fd()
|
| H A D | dpaa2_sec_dpseci.c | 97 uint32_t in_len = 0, out_len = 0; in build_proto_compound_sg_fd() local 148 out_len += sge->length; in build_proto_compound_sg_fd() 156 out_len += sge->length; in build_proto_compound_sg_fd() 159 op_fle->length = out_len; in build_proto_compound_sg_fd()
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 727 uint16_t out_len = (e + 7) >> 3; in process_enc_cb() local 734 rm_out = (uint8_t *)mbuf_append(m_out_head, m_out, out_len); in process_enc_cb() 774 rm_resp.OutputLen = out_len; in process_enc_cb() 797 rm_out[out_len - 1] &= mask_out[mask_id]; in process_enc_cb() 857 uint16_t msgLen, puntBits, parity_offset, out_len; in process_ldpc_enc_cb() local 924 out_len = (e + 7) >> 3; in process_ldpc_enc_cb() 926 rm_out = (uint8_t *)mbuf_append(m_out_head, m_out, out_len); in process_ldpc_enc_cb() 959 q->deint_output[out_len-1] &= (1 << (e % 8)) - 1; in process_ldpc_enc_cb() 961 bblib_bit_reverse((int8_t *) q->deint_output, out_len << 3); in process_ldpc_enc_cb() 963 rte_memcpy(rm_out, q->deint_output, out_len); in process_ldpc_enc_cb() [all …]
|
| /dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 1030 dst->pkt_len = results[i].out_len; in mrvl_crypto_pmd_dequeue_burst() 1031 dst->data_len = results[i].out_len; in mrvl_crypto_pmd_dequeue_burst()
|
| /dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_utils.h | 45 u32 out_len:16; member
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.c | 251 int out_len = MLX5_ST_SZ_BYTES(query_flow_counter_out) + in mlx5_devx_cmd_flow_counter_query() local 253 uint32_t out[out_len]; in mlx5_devx_cmd_flow_counter_query() 274 out_len); in mlx5_devx_cmd_flow_counter_query() 277 out_len, async_id, in mlx5_devx_cmd_flow_counter_query()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_mapper.c | 426 uint16_t *out_len) in ulp_mapper_dyn_tbl_type_get() argument 442 *out_len = size_map[i].slab_size; in ulp_mapper_dyn_tbl_type_get() 454 *out_len = size_map[i].slab_size; in ulp_mapper_dyn_tbl_type_get()
|