| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_aso.c | 904 sq->elts[sq->head & mask].ct = ct; in mlx5_aso_ct_sq_enqueue_single() 906 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_sq_enqueue_single() 909 ct->offset); in mlx5_aso_ct_sq_enqueue_single() 1016 ct = sq->elts[idx].ct; in mlx5_aso_ct_status_update() 1017 MLX5_ASSERT(ct); in mlx5_aso_ct_status_update() 1072 sq->elts[wqe_idx].ct = ct; in mlx5_aso_ct_sq_query_single() 1074 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_sq_query_single() 1077 ct->offset); in mlx5_aso_ct_sq_query_single() 1184 MLX5_ASSERT(ct); in mlx5_aso_ct_update_by_wqe() 1192 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_update_by_wqe() [all …]
|
| H A D | mlx5_flow_dv.c | 12773 if (ct) { in flow_dv_aso_ct_alloc() 12782 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in flow_dv_aso_ct_alloc() 12791 ct->offset, in flow_dv_aso_ct_alloc() 12809 ct->offset, in flow_dv_aso_ct_alloc() 13506 if (!ct) in flow_dv_translate() 13516 if (ct->is_original) in flow_dv_translate() 13522 if (flow->ct == 0) { in flow_dv_translate() 15418 if (!ct->refcnt) in __flow_dv_action_ct_update() 16178 MLX5_ASSERT(ct); in flow_dv_action_query() 16179 if (!ct->refcnt) in flow_dv_action_query() [all …]
|
| H A D | mlx5_flow.h | 1017 uint32_t ct; /**< Holds ASO CT index. */ member 1694 struct mlx5_aso_ct_action *ct; in flow_aso_ct_get_by_idx() local 1699 ct = flow_aso_ct_get_by_dev_idx(dev, idx); in flow_aso_ct_get_by_idx() 1706 ct = flow_aso_ct_get_by_dev_idx(owndev, idx); in flow_aso_ct_get_by_idx() 1707 if (ct->peer != PORT_ID(priv)) in flow_aso_ct_get_by_idx() 1710 return ct; in flow_aso_ct_get_by_idx()
|
| H A D | mlx5.h | 555 struct mlx5_aso_ct_action *ct; member 1933 struct mlx5_aso_ct_action *ct, 1936 struct mlx5_aso_ct_action *ct); 1938 struct mlx5_aso_ct_action *ct, 1941 struct mlx5_aso_ct_action *ct);
|
| H A D | mlx5.c | 775 struct mlx5_aso_ct_action *ct; in mlx5_flow_aso_ct_mng_close() local 787 ct = &ct_pool->actions[i]; in mlx5_flow_aso_ct_mng_close() 788 val = __atomic_fetch_sub(&ct->refcnt, 1, in mlx5_flow_aso_ct_mng_close() 794 if (ct->dr_action_orig) in mlx5_flow_aso_ct_mng_close() 796 (ct->dr_action_orig)); in mlx5_flow_aso_ct_mng_close() 797 if (ct->dr_action_rply) in mlx5_flow_aso_ct_mng_close() 799 (ct->dr_action_rply)); in mlx5_flow_aso_ct_mng_close()
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation_xts.c | 45 {CT_STR, parse_uint8_hex_str, &vec.ct}, 61 {CT_STR, writeback_hex_str, &vec.ct}, 82 data = &vec.ct; in rsp_test_xts_check()
|
| H A D | fips_validation_aes.c | 75 {CT_STR, parse_uint8_hex_str, &vec.ct}, 91 {CT_STR, writeback_hex_str, &vec.ct}, 114 data = &vec.ct; in rsp_test_aes_check()
|
| H A D | main.c | 619 ret = prepare_data_mbufs(&vec.ct); in prepare_cipher_op() 623 sym->cipher.data.length = vec.ct.len; in prepare_cipher_op() 715 ret = prepare_data_mbufs(&vec.ct); in prepare_aead_op() 719 sym->aead.data.length = vec.ct.len; in prepare_aead_op() 1320 memcpy(vec.ct.val, val.val, in fips_mct_tdes_test() 1323 memcpy(vec.iv.val, vec.ct.val, in fips_mct_tdes_test() 1325 memcpy(vec.ct.val, val.val, in fips_mct_tdes_test() 1344 memcpy(vec.ct.val, val.val, in fips_mct_tdes_test() 1347 memcpy(vec.iv.val, vec.ct.val, in fips_mct_tdes_test() 1349 memcpy(vec.ct.val, val.val, in fips_mct_tdes_test() [all …]
|
| H A D | fips_validation_tdes.c | 71 {CT_STR, parse_uint8_hex_str, &vec.ct}, 91 {CT_STR, writeback_hex_str, &vec.ct}, 229 data = &vec.ct; in rsp_test_tdes_check()
|
| H A D | fips_validation_gcm.c | 110 {CT_STR, parse_gcm_pt_ct_str, &vec.ct}, 121 {PTLEN_STR, parser_read_uint32_bit_val, &vec.ct},
|
| H A D | fips_validation.h | 74 struct fips_val ct; member
|
| H A D | fips_validation_ccm.c | 177 {CT_STR, parse_dvpt_ct_hex_str, &vec.ct},
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_rsa_test_vectors.h | 25 } ct; member 98 .ct = {
|
| H A D | test_cryptodev_asym.c | 274 data_expected = data_tc->rsa_data.ct.data; in test_cryptodev_asym_ver() 427 asym_op->rsa.cipher.data = data_tc->rsa_data.ct.data; in test_cryptodev_asym_op() 428 asym_op->rsa.cipher.length = data_tc->rsa_data.ct.len; in test_cryptodev_asym_op()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 1844 memcpy(ct, &conntrack_context, sizeof(*ct)); in port_action_handle_create() 2009 query.ct.peer_port, in port_action_handle_query() 2011 query.ct.enable, query.ct.live_connection, in port_action_handle_query() 2012 query.ct.selective_ack, query.ct.challenge_ack_passed, in port_action_handle_query() 2014 query.ct.liberal_mode, query.ct.state, in port_action_handle_query() 2015 query.ct.max_ack_window, query.ct.retransmission_limit, in port_action_handle_query() 2016 query.ct.last_index, query.ct.last_seq, in port_action_handle_query() 2017 query.ct.last_ack, query.ct.last_window, in port_action_handle_query() 2018 query.ct.last_end); in port_action_handle_query() 2035 query.ct.reply_dir.scale, in port_action_handle_query() [all …]
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_debug.c | 544 uint8_t ct; member 571 p->ct = command_type; in qbman_cgr_statistics_query()
|