Searched refs:roc_nix_sq (Results 1 – 16 of 16) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_priv.h | 131 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 D | roc_nix.h | 324 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 D | roc_nix_queue.c | 622 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 D | cnxk_telemetry_nix.c | 17 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 D | roc_nix_tm_ops.c | 9 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 D | roc_nix_tm.c | 524 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 D | roc_nix.c | 199 nix->sqs = plt_zmalloc(sizeof(struct roc_nix_sq *) * nb_txq, 0); in roc_nix_lf_alloc()
|
| H A D | roc_nix_debug.c | 847 roc_nix_sq_dump(struct roc_nix_sq *sq) in roc_nix_sq_dump()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev_adptr.c | 336 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 D | cn10k_eventdev.c | 797 struct roc_nix_sq *sq; in cn10k_sso_txq_fc_update()
|
| H A D | cn9k_eventdev.c | 1029 struct roc_nix_sq *sq; in cn9k_sso_txq_fc_update()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev.c | 420 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 D | cnxk_ethdev.h | 349 struct roc_nix_sq *sqs;
|
| H A D | cn9k_ethdev.c | 177 struct roc_nix_sq *sq; in cn9k_nix_tx_queue_setup()
|
| H A D | cn10k_ethdev.c | 178 struct roc_nix_sq *sq; in cn10k_nix_tx_queue_setup()
|
| H A D | cnxk_ethdev_ops.c | 1045 struct roc_nix_sq *sq; in nix_priority_flow_ctrl_configure()
|