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 */
220 struct nes_hw_qp_wqe *wqe; in nes_bind_mw()658 ((sizeof(struct nes_hw_qp_wqe) * uresp.max_qps * 2) + PAGE_SIZE-1) / in nes_alloc_ucontext()707 index /= ((sizeof(struct nes_hw_qp_wqe) * nesdev->nesadapter->max_qp_wr * 2) + in nes_mmap()909 rq_pbl_entries = (rq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()910 sq_pbl_entries = (sq_size * sizeof(struct nes_hw_qp_wqe)) >> 12; in nes_setup_virt_qp()1015 nesqp->qp_mem_size = (sizeof(struct nes_hw_qp_wqe) * sq_size) + in nes_setup_mmap_qp()1016 (sizeof(struct nes_hw_qp_wqe) * rq_size) + in nes_setup_mmap_qp()1034 mem += sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()1038 sizeof(struct nes_hw_qp_wqe) * sq_size; in nes_setup_mmap_qp()1039 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()3228 struct nes_hw_qp_wqe *wqe; in nes_accept()