Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_priv.h131 struct roc_nix_sq **sqs;
373 int nix_tm_sq_flush_pre(struct roc_nix_sq *sq);
374 int nix_tm_sq_flush_post(struct roc_nix_sq *sq);
471 int nix_tel_node_add_sq(struct roc_nix_sq *sq);
H A Droc_nix.h324 struct roc_nix_sq { struct
476 void __roc_api roc_nix_sq_dump(struct roc_nix_sq *sq);
519 int __roc_api roc_nix_tm_sq_aura_fc(struct roc_nix_sq *sq, bool enable);
520 int __roc_api roc_nix_tm_sq_flush_spin(struct roc_nix_sq *sq);
853 int __roc_api roc_nix_sq_init(struct roc_nix *roc_nix, struct roc_nix_sq *sq);
854 int __roc_api roc_nix_sq_fini(struct roc_nix_sq *sq);
H A Droc_nix_queue.c622 sqb_pool_populate(struct roc_nix *roc_nix, struct roc_nix_sq *sq) in sqb_pool_populate()
706 sq_cn9k_init(struct nix *nix, struct roc_nix_sq *sq, uint32_t rr_quantum, in sq_cn9k_init()
753 sq_cn9k_fini(struct nix *nix, struct roc_nix_sq *sq) in sq_cn9k_fini()
828 sq_init(struct nix *nix, struct roc_nix_sq *sq, uint32_t rr_quantum, in sq_init()
869 sq_fini(struct nix *nix, struct roc_nix_sq *sq) in sq_fini()
944 roc_nix_sq_init(struct roc_nix *roc_nix, struct roc_nix_sq *sq) in roc_nix_sq_init()
1011 roc_nix_sq_fini(struct roc_nix_sq *sq) in roc_nix_sq_fini()
1084 struct roc_nix_sq *sq = nix->sqs[qid]; in roc_nix_sq_head_tail_get()
H A Dcnxk_telemetry_nix.c17 struct roc_nix_sq **sqs;
63 plt_zmalloc(nix->nb_tx_queues * sizeof(struct roc_nix_sq *), 0); in nix_tel_node_add()
131 nix_tel_node_add_sq(struct roc_nix_sq *sq) in nix_tel_node_add_sq()
249 cnxk_tel_nix_sq(struct roc_nix_sq *sq, struct plt_tel_data *d) in cnxk_tel_nix_sq()
H A Droc_nix_tm_ops.c9 roc_nix_tm_sq_aura_fc(struct roc_nix_sq *sq, bool enable) in roc_nix_tm_sq_aura_fc()
427 struct roc_nix_sq *sq; in roc_nix_tm_hierarchy_disable()
558 struct roc_nix_sq *sq; in roc_nix_tm_hierarchy_enable()
H A Droc_nix_tm.c524 roc_nix_tm_sq_flush_spin(struct roc_nix_sq *sq) in roc_nix_tm_sq_flush_spin()
587 nix_tm_sq_flush_pre(struct roc_nix_sq *sq) in nix_tm_sq_flush_pre()
700 nix_tm_sq_flush_post(struct roc_nix_sq *sq) in nix_tm_sq_flush_post()
706 struct roc_nix_sq *s_sq; in nix_tm_sq_flush_post()
H A Droc_nix.c199 nix->sqs = plt_zmalloc(sizeof(struct roc_nix_sq *) * nb_txq, 0); in roc_nix_lf_alloc()
H A Droc_nix_debug.c847 roc_nix_sq_dump(struct roc_nix_sq *sq) in roc_nix_sq_dump()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_adptr.c336 cnxk_sso_sqb_aura_limit_edit(struct roc_nix_sq *sq, uint16_t nb_sqb_bufs) in cnxk_sso_sqb_aura_limit_edit()
534 struct roc_nix_sq *sq; in cnxk_sso_tx_adapter_queue_add()
567 struct roc_nix_sq *sq; in cnxk_sso_tx_adapter_queue_del()
H A Dcn10k_eventdev.c797 struct roc_nix_sq *sq; in cn10k_sso_txq_fc_update()
H A Dcn9k_eventdev.c1029 struct roc_nix_sq *sq; in cn9k_sso_txq_fc_update()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c420 struct roc_nix_sq *sq; in cnxk_nix_tx_queue_setup()
482 struct roc_nix_sq *sq; in cnxk_nix_tx_queue_release()
1160 qs = plt_zmalloc(sizeof(struct roc_nix_sq) * nb_txq, 0); in cnxk_nix_configure()
1333 struct roc_nix_sq *sq = &dev->sqs[qid]; in cnxk_nix_tx_queue_start()
1355 struct roc_nix_sq *sq = &dev->sqs[qid]; in cnxk_nix_tx_queue_stop()
H A Dcnxk_ethdev.h349 struct roc_nix_sq *sqs;
H A Dcn9k_ethdev.c177 struct roc_nix_sq *sq; in cn9k_nix_tx_queue_setup()
H A Dcn10k_ethdev.c178 struct roc_nix_sq *sq; in cn10k_nix_tx_queue_setup()
H A Dcnxk_ethdev_ops.c1045 struct roc_nix_sq *sq; in nix_priority_flow_ctrl_configure()