Searched refs:sq_ctx_base (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/net/octeontx2/
H A Dnix.c282 nix->sq_ctx_base = nix_memalloc(nix->sq_cnt, nix_af->sq_ctx_sz,
284 if (!nix->sq_ctx_base)
286 memset(nix->sq_ctx_base, 0, nix_af->sq_ctx_sz);
332 if (nix->sq_ctx_base)
333 free(nix->sq_ctx_base);
334 nix->sq_ctx_base = NULL;
364 if (nix->sq_ctx_base)
365 free(nix->sq_ctx_base);
366 nix->sq_ctx_base = NULL;
H A Dnix.h192 union nix_sq_ctx_s *sq_ctx_base; member in struct:nix
H A Dnix_af.c662 (u64)nix->sq_ctx_base);

Completed in 81 milliseconds