Home
last modified time | relevance | path

Searched refs:NIX_CQ_COUNT (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/net/octeontx2/
A Dnix.h50 #define NIX_CQ_COUNT 2ULL macro
195 struct qmem cq[NIX_CQ_COUNT];
A Dnix.c293 memset(nix->cq_ctx_base, 0, nix_af->cq_ctx_sz * NIX_CQ_COUNT); in nix_lf_setup()
295 for (idx = 0; idx < NIX_CQ_COUNT; idx++) { in nix_lf_setup()
339 for (idx = 0; idx < NIX_CQ_COUNT; idx++) in nix_lf_setup()
371 for (index = 0; index < NIX_CQ_COUNT; index++) in nix_lf_shutdown()

Completed in 6 milliseconds