Home
last modified time | relevance | path

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

/f-stack/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
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c167 struct mlx5_regex_qp *queue = &priv->qps[qp_id]; in mlx5_regexdev_enqueue()
264 struct mlx5_regex_qp *queue = &priv->qps[qp_id]; in mlx5_regexdev_dequeue()
383 struct mlx5_regex_qp *qp = &priv->qps[qp_id]; in mlx5_regexdev_setup_fastpath()
414 struct mlx5_regex_qp *qp = &priv->qps[qp_id]; in mlx5_regexdev_teardown_fastpath()
H A Dmlx5_regex.h72 struct mlx5_regex_qp *qps; /* Pointer to the qp array. */ member
H A Dmlx5_rxp.c991 priv->qps = rte_zmalloc(NULL, sizeof(struct mlx5_regex_qp) * in mlx5_regex_configure()
1017 if (priv->qps) in mlx5_regex_configure()
1018 rte_free(priv->qps); in mlx5_regex_configure()
H A Dmlx5_regex_control.c343 qp = &priv->qps[qp_ind]; in mlx5_regex_qp_setup()
/f-stack/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()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h195 struct dpaa_sec_qp qps[RTE_DPAA_MAX_NB_SEC_QPS]; /* i/o queue for sec */ member
H A Ddpaa_sec.c1948 qp = &internals->qps[qp_id]; in dpaa_sec_queue_pair_release()
1975 qp = &internals->qps[qp_id]; in dpaa_sec_queue_pair_setup()
3392 qp = &internals->qps[i]; in dpaa_sec_dev_init()
/f-stack/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.c462 rxq->pi_virt_addr = hwdev->nic_io->qps[queue_idx].rq.pi_virt_addr; in hinic_rx_queue_setup()
609 txq->sq = &hwdev->nic_io->qps[queue_idx].sq; in hinic_tx_queue_setup()
610 txq->cons_idx_addr = hwdev->nic_io->qps[queue_idx].sq.cons_idx_addr; in hinic_tx_queue_setup()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.c1058 void **qps = dev->data->queue_pairs; in rte_cryptodev_get_qp_status() local
1060 if (qps[queue_pair_id]) { in rte_cryptodev_get_qp_status()