Home
last modified time | relevance | path

Searched refs:next_sqb (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_queue.c811 void *next_sqb; in sq_cn9k_fini() local
813 next_sqb = *(void **)((uintptr_t)sqb_buf + in sq_cn9k_fini()
817 sqb_buf = next_sqb; in sq_cn9k_fini()
822 if (rsp->sq.next_sqb) in sq_cn9k_fini()
823 roc_npa_aura_op_free(sq->aura_handle, 1, rsp->sq.next_sqb); in sq_cn9k_fini()
927 void *next_sqb; in sq_fini() local
929 next_sqb = *(void **)((uintptr_t)sqb_buf + in sq_fini()
933 sqb_buf = next_sqb; in sq_fini()
938 if (rsp->sq.next_sqb) in sq_fini()
939 roc_npa_aura_op_free(sq->aura_handle, 1, rsp->sq.next_sqb); in sq_fini()
H A Droc_nix_irq.c212 (((__io struct nix_sq_ctx_s *)ctx)->next_sqb == in nix_lf_is_sqb_null()
215 ->next_sqb == 0); in nix_lf_is_sqb_null()
H A Dcnxk_telemetry_nix.c564 CNXK_TEL_DICT_PTR(d, ctx, next_sqb, w4_); in nix_sq_ctx_cn9k()
650 CNXK_TEL_DICT_PTR(d, ctx, next_sqb, w4_); in nix_sq_ctx()
H A Droc_nix_debug.c406 nix_dump("W4: next_sqb \t\t\t0x%" PRIx64 "", ctx->next_sqb); in nix_cn9k_lf_sq_dump()
469 nix_dump("W4: next_sqb \t\t\t0x%" PRIx64 "", ctx->next_sqb); in nix_lf_sq_dump()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h1821 uint64_t next_sqb : 64; /* W6 */ member
1884 uint64_t next_sqb : 64; /* W6 */ member
1953 uint64_t next_sqb : 64; /* W4 */ member
2015 uint64_t next_sqb : 64; /* W4 */ member