Searched refs:qps (Results 1 – 16 of 16) sorted by relevance
110 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()
149 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()
37 struct mlx5_regex_hw_qp *qps; /* Pointer to qp array. */ member54 struct mlx5_regex_qp *qps; /* Pointer to the qp array. */ member
374 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()
51 rte_free(priv->qps); in mlx5_regex_stop()52 priv->qps = NULL; in mlx5_regex_stop()
403 struct qp_params *qps = NULL; in run_regex() local423 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 …]
302 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 …]
224 struct hinic_qp *qps; member
387 struct caam_jr_qp qps[RTE_CAAM_MAX_NB_SEC_QPS]; /* i/o queue for sec */ member
1507 qp = &internals->qps[qp_id]; in caam_jr_queue_pair_release()1534 qp = &internals->qps[qp_id]; in caam_jr_queue_pair_setup()
217 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()
1304 struct hinic_qp *qp = &nic_io->qps[q_id]; in hinic_create_sq()1352 qp = &nic_io->qps[q_id]; in hinic_destroy_sq()
456 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()
224 struct dpaa_sec_qp qps[RTE_DPAA_MAX_NB_SEC_QPS]; /* i/o queue for sec */ member
2147 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()
1184 void **qps = dev->data->queue_pairs; in rte_cryptodev_get_qp_status() local1186 if (qps[queue_pair_id]) { in rte_cryptodev_get_qp_status()