Home
last modified time | relevance | path

Searched refs:nic_context (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c1638 struct nes_hw_nic_qp_context *nic_context; in nes_init_nic_qp() local
1764 nic_context = (void *)(&nesvnic->nic_cq.cq_vbase[nesvnic->nic_cq.cq_size]); in nes_init_nic_qp()
1765 nic_context->context_words[NES_NIC_CTX_MISC_IDX] = in nes_init_nic_qp()
1772 nic_context->context_words[NES_NIC_CTX_MISC_IDX] |= cpu_to_le32(NES_NIC_BACK_STORE); in nes_init_nic_qp()
1776 nic_context->context_words[NES_NIC_CTX_SQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_nic_qp()
1777 nic_context->context_words[NES_NIC_CTX_SQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_nic_qp()
1779 nic_context->context_words[NES_NIC_CTX_RQ_LOW_IDX] = cpu_to_le32((u32)u64temp); in nes_init_nic_qp()
1780 nic_context->context_words[NES_NIC_CTX_RQ_HIGH_IDX] = cpu_to_le32((u32)(u64temp >> 32)); in nes_init_nic_qp()