Searched refs:af_const3 (Results 1 – 1 of 1) sorted by relevance
987 union nixx_af_const3 af_const3; in nix_af_setup() local1067 af_const3.u = nix_af_reg_read(nix_af, NIXX_AF_CONST3()); in nix_af_setup()1070 nix_af->rq_ctx_sz = 1ULL << af_const3.s.rq_ctx_log2bytes; in nix_af_setup()1071 nix_af->sq_ctx_sz = 1ULL << af_const3.s.sq_ctx_log2bytes; in nix_af_setup()1072 nix_af->cq_ctx_sz = 1ULL << af_const3.s.cq_ctx_log2bytes; in nix_af_setup()1073 nix_af->rsse_ctx_sz = 1ULL << af_const3.s.rsse_log2bytes; in nix_af_setup()1076 nix_af->cint_ctx_sz = 1ULL << af_const3.s.cint_log2bytes; in nix_af_setup()1077 nix_af->qint_ctx_sz = 1ULL << af_const3.s.qint_log2bytes; in nix_af_setup()
Completed in 3 milliseconds