Home
last modified time | relevance | path

Searched refs:nb_sqb_bufs (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_adptr.c425 sso_sqb_aura_limit_edit(struct rte_mempool *mp, uint16_t nb_sqb_bufs) in sso_sqb_aura_limit_edit() argument
435 aura_req->aura.limit = nb_sqb_bufs; in sso_sqb_aura_limit_edit()
557 txq->nb_sqb_bufs); in otx2_sso_tx_adapter_queue_del()
561 sso_sqb_aura_limit_edit(txq->sqb_pool, txq->nb_sqb_bufs); in otx2_sso_tx_adapter_queue_del()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c1068 nix_sqb_aura_limit_cfg(struct rte_mempool *mp, uint16_t nb_sqb_bufs) in nix_sqb_aura_limit_cfg() argument
1078 aura_req->aura.limit = nb_sqb_bufs; in nix_sqb_aura_limit_cfg()
1088 uint16_t sqes_per_sqb, nb_sqb_bufs; in nix_alloc_sqb_pool() local
1103 nb_sqb_bufs = nb_desc / sqes_per_sqb; in nix_alloc_sqb_pool()
1105 nb_sqb_bufs = RTE_MIN(dev->max_sqb_count, RTE_MAX(NIX_DEF_SQB, in nix_alloc_sqb_pool()
1106 nb_sqb_bufs + NIX_SQB_LIST_SPACE)); in nix_alloc_sqb_pool()
1111 txq->nb_sqb_bufs = nb_sqb_bufs; in nix_alloc_sqb_pool()
1113 txq->nb_sqb_bufs_adj = nb_sqb_bufs - in nix_alloc_sqb_pool()
1114 RTE_ALIGN_MUL_CEIL(nb_sqb_bufs, sqes_per_sqb) / sqes_per_sqb; in nix_alloc_sqb_pool()
1143 nix_sqb_aura_limit_cfg(txq->sqb_pool, txq->nb_sqb_bufs); in nix_alloc_sqb_pool()
[all …]
H A Dotx2_ethdev.h356 uint16_t nb_sqb_bufs; member
H A Dotx2_tm.c980 *(volatile uint64_t *)txq->fc_mem = txq->nb_sqb_bufs; in otx2_nix_sq_sqb_aura_fc()
1028 (*txq->fc_mem == txq->nb_sqb_bufs)) { in nix_txq_flush_sq_spin()
1849 (*txq->fc_mem != txq->nb_sqb_bufs)) in nix_xmit_disable()