Searched refs:cqp_qp_context (Results 1 – 1 of 1) sorted by relevance
983 struct nes_hw_cqp_qp_context *cqp_qp_context; in nes_init_cqp() local1086 cqp_qp_context = vmem; in nes_init_cqp()1087 cqp_qp_context->context_words[0] = in nes_init_cqp()1089 cqp_qp_context->context_words[1] = 0; in nes_init_cqp()1090 cqp_qp_context->context_words[2] = cpu_to_le32((u32)nesdev->cqp.sq_pbase); in nes_init_cqp()1091 cqp_qp_context->context_words[3] = cpu_to_le32(((u64)nesdev->cqp.sq_pbase) >> 32); in nes_init_cqp()