Home
last modified time | relevance | path

Searched refs:qps (Results 1 – 16 of 16) sorted by relevance

/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_control.c110 struct mlx5_regex_hw_qp *qp_obj = &qp->qps[q_ind]; in regex_ctrl_destroy_hw_qp()
145 struct mlx5_regex_hw_qp *qp_obj = &qp->qps[q_ind]; in regex_ctrl_create_hw_qp()
206 qp = &priv->qps[qp_ind]; in mlx5_regex_qp_setup()
228 qp->qps = rte_malloc(NULL, in mlx5_regex_qp_setup()
230 if (!qp->qps) { in mlx5_regex_qp_setup()
271 rte_free(qp->qps); in mlx5_regex_qp_setup()
283 if (!priv->qps) in mlx5_regex_clean_ctrl()
286 qp = &priv->qps[qp_ind]; in mlx5_regex_clean_ctrl()
H A Dmlx5_rxp.c149 priv->qps = rte_zmalloc(NULL, sizeof(struct mlx5_regex_qp) * in mlx5_regex_configure()
151 if (!priv->qps) { in mlx5_regex_configure()
169 rte_free(priv->qps); in mlx5_regex_configure()
H A Dmlx5_regex.h37 struct mlx5_regex_hw_qp *qps; /* Pointer to qp array. */ member
54 struct mlx5_regex_qp *qps; /* Pointer to the qp array. */ member
H A Dmlx5_regex_fastpath.c374 struct mlx5_regex_qp *queue = &priv->qps[qp_id]; in mlx5_regexdev_enqueue_gga()
380 qp_obj = &queue->qps[hw_qpid]; in mlx5_regexdev_enqueue_gga()
408 struct mlx5_regex_qp *queue = &priv->qps[qp_id]; in mlx5_regexdev_enqueue()
414 qp_obj = &queue->qps[hw_qpid]; in mlx5_regexdev_enqueue()
528 struct mlx5_regex_qp *queue = &priv->qps[qp_id]; in mlx5_regexdev_dequeue()
538 struct mlx5_regex_hw_qp *qp_obj = &queue->qps[hw_qpid]; in mlx5_regexdev_dequeue()
573 struct mlx5_regex_hw_qp *qp_obj = &queue->qps[hw_qpid]; in setup_qps()
689 struct mlx5_regex_qp *qp = &priv->qps[qp_id]; in mlx5_regexdev_setup_fastpath()
750 struct mlx5_regex_qp *qp = &priv->qps[qp_id]; in mlx5_regexdev_teardown_fastpath()
H A Dmlx5_regex.c51 rte_free(priv->qps); in mlx5_regex_stop()
52 priv->qps = NULL; in mlx5_regex_stop()
/dpdk/app/test-regex/
H A Dmain.c403 struct qp_params *qps = NULL; in run_regex() local
423 qps = rte_malloc(NULL, sizeof(*qps) * nb_qps, 0); in run_regex()
424 if (!qps) { in run_regex()
435 qp = &qps[qp_id]; in run_regex()
521 qp = &qps[qp_id]; in run_regex()
531 qp = &qps[qp_id]; in run_regex()
549 qp = &qps[qp_id]; in run_regex()
570 qp = &qps[qp_id]; in run_regex()
584 qp = &qps[qp_id]; in run_regex()
618 qp = &qps[qp_id]; in run_regex()
[all …]
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_nicio.c302 qp = &nic_io->qps[curr_id]; in init_sq_ctxts()
361 qp = &nic_io->qps[curr_id]; in init_rq_ctxts()
702 struct hinic_sq *sq = &nic_io->qps[q_id].sq; in hinic_return_sq_wqe()
715 struct hinic_sq *sq = &nic_io->qps[q_id].sq; in hinic_update_sq_local_ci()
723 struct hinic_rq *rq = &nic_io->qps[q_id].rq; in hinic_get_rq_wqe()
731 struct hinic_rq *rq = &nic_io->qps[q_id].rq; in hinic_return_rq_wqe()
748 struct hinic_rq *rq = &nic_io->qps[q_id].rq; in hinic_update_rq_local_ci()
766 nic_io->qps = kzalloc_aligned(num_qp * sizeof(*nic_io->qps), in hinic_alloc_nicio()
768 if (!nic_io->qps) { in hinic_alloc_nicio()
810 kfree(nic_io->qps); in hinic_alloc_nicio()
[all …]
H A Dhinic_pmd_nicio.h224 struct hinic_qp *qps; member
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_hw_specific.h387 struct caam_jr_qp qps[RTE_CAAM_MAX_NB_SEC_QPS]; /* i/o queue for sec */ member
H A Dcaam_jr.c1507 qp = &internals->qps[qp_id]; in caam_jr_queue_pair_release()
1534 qp = &internals->qps[qp_id]; in caam_jr_queue_pair_setup()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c217 struct hinic_qp *qp = &nic_io->qps[q_id]; in hinic_create_rq()
253 struct hinic_qp *qp = &nic_io->qps[q_id]; in hinic_destroy_rq()
H A Dhinic_pmd_tx.c1304 struct hinic_qp *qp = &nic_io->qps[q_id]; in hinic_create_sq()
1352 qp = &nic_io->qps[q_id]; in hinic_destroy_sq()
H A Dhinic_pmd_ethdev.c456 rxq->pi_virt_addr = hwdev->nic_io->qps[queue_idx].rq.pi_virt_addr; in hinic_rx_queue_setup()
603 txq->sq = &hwdev->nic_io->qps[queue_idx].sq; in hinic_tx_queue_setup()
604 txq->cons_idx_addr = hwdev->nic_io->qps[queue_idx].sq.cons_idx_addr; in hinic_tx_queue_setup()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h224 struct dpaa_sec_qp qps[RTE_DPAA_MAX_NB_SEC_QPS]; /* i/o queue for sec */ member
H A Ddpaa_sec.c2147 qp = &internals->qps[qp_id]; in dpaa_sec_queue_pair_release()
2174 qp = &internals->qps[qp_id]; in dpaa_sec_queue_pair_setup()
3731 qp = &internals->qps[i]; in dpaa_sec_dev_init()
/dpdk/lib/cryptodev/
H A Drte_cryptodev.c1184 void **qps = dev->data->queue_pairs; in rte_cryptodev_get_qp_status() local
1186 if (qps[queue_pair_id]) { in rte_cryptodev_get_qp_status()