Searched refs:mgt_context (Results 1 – 1 of 1) sorted by relevance
868 struct nes_hw_nic_qp_context *mgt_context; in nes_init_mgt_qp() local968 mgt_context = (void *)(&mgtvnic->mgt_cq.cq_vbase[mgtvnic->mgt_cq.cq_size]); in nes_init_mgt_qp()969 mgt_context->context_words[NES_NIC_CTX_MISC_IDX] = in nes_init_mgt_qp()976 mgt_context->context_words[NES_NIC_CTX_MISC_IDX] |= cpu_to_le32(NES_NIC_BACK_STORE); in nes_init_mgt_qp()979 mgt_context->context_words[NES_NIC_CTX_SQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_mgt_qp()980 mgt_context->context_words[NES_NIC_CTX_SQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_mgt_qp()982 mgt_context->context_words[NES_NIC_CTX_RQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_mgt_qp()983 mgt_context->context_words[NES_NIC_CTX_RQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_mgt_qp()