Searched refs:qps (Results 1 – 14 of 14) sorted by relevance
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
167 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()
72 struct mlx5_regex_qp *qps; /* Pointer to the qp array. */ member
991 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()
343 qp = &priv->qps[qp_ind]; in mlx5_regex_qp_setup()
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()
195 struct dpaa_sec_qp qps[RTE_DPAA_MAX_NB_SEC_QPS]; /* i/o queue for sec */ member
1948 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()
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()
462 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()
1058 void **qps = dev->data->queue_pairs; in rte_cryptodev_get_qp_status() local1060 if (qps[queue_pair_id]) { in rte_cryptodev_get_qp_status()