Searched refs:pd_id (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.h | 118 u32 pd_id, int addr_check); 122 u32 pd_id, int acc); 124 int entries, int dpp_cq, u16 pd_id);
|
D | ocrdma_verbs.c | 342 static int _ocrdma_pd_mgr_put_bitmap(struct ocrdma_dev *dev, u16 pd_id, in _ocrdma_pd_mgr_put_bitmap() argument 354 pd_bit_index = pd_id - dev->pd_mgr->pd_dpp_start; in _ocrdma_pd_mgr_put_bitmap() 362 pd_bit_index = pd_id - dev->pd_mgr->pd_norm_start; in _ocrdma_pd_mgr_put_bitmap() 374 static u8 ocrdma_put_pd_num(struct ocrdma_dev *dev, u16 pd_id, in ocrdma_put_pd_num() argument 380 status = _ocrdma_pd_mgr_put_bitmap(dev, pd_id, dpp_pool); in ocrdma_put_pd_num() 1077 u16 pd_id = 0; in ocrdma_create_cq() local 1101 pd_id = uctx->cntxt_pd->id; in ocrdma_create_cq() 1104 status = ocrdma_mbx_create_cq(dev, cq, entries, ureq.dpp_cq, pd_id); in ocrdma_create_cq()
|
D | ocrdma_hw.c | 1781 int entries, int dpp_cq, u16 pd_id) in ocrdma_mbx_create_cq() argument 1867 cmd->cmd.pdid_cqecnt |= (pd_id << in ocrdma_mbx_create_cq()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_pd.c | 55 pd->pd_id = obj; in c2_pd_alloc() 69 __clear_bit(pd->pd_id, c2dev->pd_table.table); in c2_pd_free()
|
D | c2_wr.h | 502 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 …]
|
D | c2_mm.c | 230 wr->pd_id = mr->pd->pd_id; in c2_nsmr_register_phys_kern()
|
D | c2_provider.h | 70 u32 pd_id; member
|
D | c2_qp.c | 476 wr.pd_id = pd->pd_id; in c2_alloc_qp()
|
D | c2_provider.c | 174 if (ib_copy_to_udata(udata, &pd->pd_id, sizeof(__u32))) { in c2_alloc_pd()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_user.h | 69 __u32 pd_id; member
|
D | nes_verbs.h | 67 u16 pd_id; member
|
D | nes_verbs.c | 123 …set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_LEN_HIGH_PD_IDX, (nespd->pd_id & 0x00007f… in nes_alloc_mw() 340 cpu_to_le32(nespd->pd_id & 0x00007fff); in alloc_fast_reg_mr() 780 nespd->pd_id = (pd_num << (PAGE_SHIFT-12)) + nesadapter->base_pd; in nes_alloc_pd() 787 nespd->mmap_db_index, nespd->pd_id); in nes_alloc_pd() 795 uresp.pd_id = nespd->pd_id; in nes_alloc_pd() 804 nesucontext->mmap_db_index[nespd->mmap_db_index] = nespd->pd_id; in nes_alloc_pd() 808 nes_debug(NES_DBG_PD, "PD%u structure located @%p.\n", nespd->pd_id, nespd); in nes_alloc_pd() 836 nespd->pd_id, nespd); in nes_dealloc_pd() 838 (nespd->pd_id-nesadapter->base_pd)>>(PAGE_SHIFT-12)); in nes_dealloc_pd() 1297 nesqp->nesqp_context->pd_index_wscale |= cpu_to_le32((u32)nesqp->nespd->pd_id << 16); in nes_create_qp() [all …]
|