Searched refs:mgt_context (Results 1 – 1 of 1) sorted by relevance
871 struct nes_hw_nic_qp_context *mgt_context; in nes_init_mgt_qp() local972 mgt_context = (void *)(&mgtvnic->mgt_cq.cq_vbase[mgtvnic->mgt_cq.cq_size]); in nes_init_mgt_qp()973 mgt_context->context_words[NES_NIC_CTX_MISC_IDX] = in nes_init_mgt_qp()980 mgt_context->context_words[NES_NIC_CTX_MISC_IDX] |= cpu_to_le32(NES_NIC_BACK_STORE); in nes_init_mgt_qp()983 mgt_context->context_words[NES_NIC_CTX_SQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_mgt_qp()984 mgt_context->context_words[NES_NIC_CTX_SQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_mgt_qp()986 mgt_context->context_words[NES_NIC_CTX_RQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_mgt_qp()987 mgt_context->context_words[NES_NIC_CTX_RQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_mgt_qp()