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 */
219 struct nes_hw_qp_wqe *wqe; in nes_bind_mw()678 ((sizeof(struct nes_hw_qp_wqe) * uresp.max_qps * 2) + PAGE_SIZE-1) / in nes_alloc_ucontext()727 index /= ((sizeof(struct nes_hw_qp_wqe) * nesdev->nesadapter->max_qp_wr * 2) + in nes_mmap()929 rq_pbl_entries = (rq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()930 sq_pbl_entries = (sq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()1035 nesqp->qp_mem_size = (sizeof(struct nes_hw_qp_wqe) * sq_size) + in nes_setup_mmap_qp()1036 (sizeof(struct nes_hw_qp_wqe) * rq_size) + in nes_setup_mmap_qp()1054 mem += sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()1058 sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()1059 mem += sizeof(struct nes_hw_qp_wqe) * rq_size; in nes_setup_mmap_qp()[all …]
335 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
777 struct nes_hw_qp_wqe *wqe = &nesqp->hwqp.sq_vbase[0]; in build_rdma0_msg()3222 struct nes_hw_qp_wqe *wqe; in nes_accept()