Searched refs:next_sqb (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_queue.c | 811 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 D | roc_nix_irq.c | 212 (((__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 D | cnxk_telemetry_nix.c | 564 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 D | roc_nix_debug.c | 406 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 D | nix.h | 1821 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
|