Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.h859 struct nes_hw_qp_wqe { struct
947 struct nes_hw_qp_wqe *sq_vbase; /* PCI memory for host rings */
948 struct nes_hw_qp_wqe *rq_vbase; /* PCI memory for host rings */
Dnes_verbs.c570 ((sizeof(struct nes_hw_qp_wqe) * uresp.max_qps * 2) + PAGE_SIZE-1) / in nes_alloc_ucontext()
619 index /= ((sizeof(struct nes_hw_qp_wqe) * nesdev->nesadapter->max_qp_wr * 2) + in nes_mmap()
803 rq_pbl_entries = (rq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()
804 sq_pbl_entries = (sq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()
909 nesqp->qp_mem_size = (sizeof(struct nes_hw_qp_wqe) * sq_size) + in nes_setup_mmap_qp()
910 (sizeof(struct nes_hw_qp_wqe) * rq_size) + in nes_setup_mmap_qp()
928 mem += sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()
932 sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()
933 mem += sizeof(struct nes_hw_qp_wqe) * rq_size; in nes_setup_mmap_qp()
937 sizeof(struct nes_hw_qp_wqe) * rq_size; in nes_setup_mmap_qp()
[all …]
Dnes.h336 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
Dnes_cm.c658 struct nes_hw_qp_wqe *wqe = &nesqp->hwqp.sq_vbase[0]; in build_rdma0_msg()
3068 struct nes_hw_qp_wqe *wqe; in nes_accept()