Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_hw.h102 u32 pd_id, int addr_check);
106 u32 pd_id, int acc);
108 int entries, int dpp_cq, u16 pd_id);
Docrdma_verbs.c282 static int _ocrdma_pd_mgr_put_bitmap(struct ocrdma_dev *dev, u16 pd_id, in _ocrdma_pd_mgr_put_bitmap() argument
294 pd_bit_index = pd_id - dev->pd_mgr->pd_dpp_start; in _ocrdma_pd_mgr_put_bitmap()
302 pd_bit_index = pd_id - dev->pd_mgr->pd_norm_start; in _ocrdma_pd_mgr_put_bitmap()
314 static u8 ocrdma_put_pd_num(struct ocrdma_dev *dev, u16 pd_id, in ocrdma_put_pd_num() argument
320 status = _ocrdma_pd_mgr_put_bitmap(dev, pd_id, dpp_pool); in ocrdma_put_pd_num()
1009 u16 pd_id = 0; in ocrdma_create_cq() local
1030 pd_id = uctx->cntxt_pd->id; in ocrdma_create_cq()
1033 status = ocrdma_mbx_create_cq(dev, cq, entries, ureq.dpp_cq, pd_id); in ocrdma_create_cq()
Docrdma_hw.c1715 int entries, int dpp_cq, u16 pd_id) in ocrdma_mbx_create_cq() argument
1801 cmd->cmd.pdid_cqecnt |= (pd_id << in ocrdma_mbx_create_cq()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_pd.c55 pd->pd_id = obj; in c2_pd_alloc()
69 __clear_bit(pd->pd_id, c2dev->pd_table.table); in c2_pd_free()
Dc2_wr.h502 u32 pd_id; member
517 u32 pd_id; member
540 u32 pd_id; member
604 u32 pd_id; member
745 u32 pd_id; member
767 u32 pd_id; member
817 u32 pd_id; member
837 u32 pd_id; member
870 u32 pd_id; member
900 u32 pd_id; member
[all …]
Dc2_mm.c230 wr->pd_id = mr->pd->pd_id; in c2_nsmr_register_phys_kern()
Dc2_provider.h70 u32 pd_id; member
Dc2_qp.c476 wr.pd_id = pd->pd_id; in c2_alloc_qp()
Dc2_provider.c171 if (ib_copy_to_udata(udata, &pd->pd_id, sizeof(__u32))) { in c2_alloc_pd()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_user.h69 __u32 pd_id; member
Dnes_verbs.h67 u16 pd_id; member
Dnes_verbs.c122 …set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_LEN_HIGH_PD_IDX, (nespd->pd_id & 0x00007f… in nes_alloc_mw()
339 cpu_to_le32(nespd->pd_id & 0x00007fff); in alloc_fast_reg_mr()
800 nespd->pd_id = (pd_num << (PAGE_SHIFT-12)) + nesadapter->base_pd; in nes_alloc_pd()
807 nespd->mmap_db_index, nespd->pd_id); in nes_alloc_pd()
815 uresp.pd_id = nespd->pd_id; in nes_alloc_pd()
824 nesucontext->mmap_db_index[nespd->mmap_db_index] = nespd->pd_id; in nes_alloc_pd()
828 nes_debug(NES_DBG_PD, "PD%u structure located @%p.\n", nespd->pd_id, nespd); in nes_alloc_pd()
856 nespd->pd_id, nespd); in nes_dealloc_pd()
858 (nespd->pd_id-nesadapter->base_pd)>>(PAGE_SHIFT-12)); in nes_dealloc_pd()
1317 nesqp->nesqp_context->pd_index_wscale |= cpu_to_le32((u32)nesqp->nespd->pd_id << 16); in nes_create_qp()
[all …]