Searched refs:nes_hw_qp_wqe (Results 1 – 4 of 4) sorted by relevance
861 struct nes_hw_qp_wqe { struct949 struct nes_hw_qp_wqe *sq_vbase; /* PCI memory for host rings */950 struct nes_hw_qp_wqe *rq_vbase; /* PCI memory for host rings */
215 struct nes_hw_qp_wqe *wqe; in nes_bind_mw()675 ((sizeof(struct nes_hw_qp_wqe) * uresp.max_qps * 2) + PAGE_SIZE-1) / in nes_alloc_ucontext()724 index /= ((sizeof(struct nes_hw_qp_wqe) * nesdev->nesadapter->max_qp_wr * 2) + in nes_mmap()926 rq_pbl_entries = (rq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()927 sq_pbl_entries = (sq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()1032 nesqp->qp_mem_size = (sizeof(struct nes_hw_qp_wqe) * sq_size) + in nes_setup_mmap_qp()1033 (sizeof(struct nes_hw_qp_wqe) * rq_size) + in nes_setup_mmap_qp()1051 mem += sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()1055 sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()1056 mem += sizeof(struct nes_hw_qp_wqe) * rq_size; in nes_setup_mmap_qp()[all …]
333 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
609 struct nes_hw_qp_wqe *wqe = &nesqp->hwqp.sq_vbase[0]; in build_rdma0_msg()3000 struct nes_hw_qp_wqe *wqe; in nes_accept()