Searched refs:smq (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_tm.c | 474 uint16_t smq; in nix_tm_smq_xoff() local 477 smq = node->hw_id; in nix_tm_smq_xoff() 499 uint16_t *smq) in nix_tm_leaf_data_get() argument 513 *smq = node->parent->hw_id; in nix_tm_leaf_data_get() 781 uint16_t qid = node->id, smq; in nix_tm_sq_sched_conf() local 785 smq = node->parent->hw_id; in nix_tm_sq_sched_conf() 793 qid, smq, rr_quantum); in nix_tm_sq_sched_conf() 811 aq->sq.smq = smq; in nix_tm_sq_sched_conf() 812 aq->sq_mask.smq = ~aq->sq_mask.smq; in nix_tm_sq_sched_conf() 829 aq->sq.smq = smq; in nix_tm_sq_sched_conf() [all …]
|
| H A D | roc_nix_queue.c | 707 uint16_t smq) in sq_cn9k_init() argument 723 aq->sq.smq = smq; in sq_cn9k_init() 829 uint16_t smq) in sq_init() argument 844 aq->sq.smq = smq; in sq_init() 948 uint16_t qid, smq = UINT16_MAX; in roc_nix_sq_init() local 974 rc = nix_tm_leaf_data_get(nix, sq->qid, &rr_quantum, &smq); in roc_nix_sq_init() 982 rc = sq_cn9k_init(nix, sq, rr_quantum, smq); in roc_nix_sq_init() 984 rc = sq_init(nix, sq, rr_quantum, smq); in roc_nix_sq_init()
|
| H A D | roc_nix_priv.h | 372 uint16_t *smq);
|
| H A D | cnxk_telemetry_nix.c | 540 CNXK_TEL_DICT_INT(d, ctx, smq, w1_); in nix_sq_ctx_cn9k() 625 CNXK_TEL_DICT_INT(d, ctx, smq, w1_); in nix_sq_ctx()
|
| H A D | roc_nix_debug.c | 385 ctx->xoff, ctx->cq_ena, ctx->smq); in nix_cn9k_lf_sq_dump() 447 ctx->xoff, ctx->cq_ena, ctx->smq); in nix_lf_sq_dump()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | nix.h | 1822 uint64_t smq : 10; member 1886 uint64_t smq : 9; member 1925 uint64_t smq : 10; member 1989 uint64_t smq : 9; member
|