Searched refs:nic_context (Results 1 – 1 of 1) sorted by relevance
1671 struct nes_hw_nic_qp_context *nic_context; in nes_init_nic_qp() local1797 nic_context = (void *)(&nesvnic->nic_cq.cq_vbase[nesvnic->nic_cq.cq_size]); in nes_init_nic_qp()1798 nic_context->context_words[NES_NIC_CTX_MISC_IDX] = in nes_init_nic_qp()1805 nic_context->context_words[NES_NIC_CTX_MISC_IDX] |= cpu_to_le32(NES_NIC_BACK_STORE); in nes_init_nic_qp()1809 nic_context->context_words[NES_NIC_CTX_SQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_nic_qp()1810 nic_context->context_words[NES_NIC_CTX_SQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_nic_qp()1812 nic_context->context_words[NES_NIC_CTX_RQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_nic_qp()1813 nic_context->context_words[NES_NIC_CTX_RQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_nic_qp()