Searched refs:nespd (Results 1 - 3 of 3) sorted by path

/drivers/infiniband/hw/nes/
H A Dnes_cm.c3199 struct nes_pd *nespd; local
3281 nespd = nesqp->nespd;
3285 ibmr = nesibdev->ibdev.reg_phys_mr((struct ib_pd *)nespd,
3299 ibmr->pd = &nespd->ibpd;
3300 ibmr->device = nespd->ibpd.device;
H A Dnes_verbs.c60 struct nes_pd *nespd = to_nespd(ibpd); local
122 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_LEN_HIGH_PD_IDX, (nespd->pd_id & 0x00007fff));
285 static int alloc_fast_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, argument
339 cpu_to_le32(nespd->pd_id & 0x00007fff);
382 struct nes_pd *nespd = to_nespd(ibpd); local
427 ret = alloc_fast_reg_mr(nesdev, nespd, stag, max_page_list_len);
772 struct nes_pd *nespd; local
791 nespd = kzalloc(sizeof (struct nes_pd), GFP_KERNEL);
792 if (!nespd) {
798 nespd, nesvni
839 struct nes_pd *nespd = to_nespd(ibpd); local
1108 struct nes_pd *nespd = to_nespd(ibpd); local
1925 nes_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, u32 stag, u64 region_length, struct nes_root_vpbl *root_vpbl, dma_addr_t single_buffer, u16 pbl_count_4k, u16 residual_page_count_4k, int acc, u64 *iova_start, u16 *actual_pbl_cnt, u8 *used_4k_pbls) argument
2097 struct nes_pd *nespd = to_nespd(ib_pd); local
2306 struct nes_pd *nespd = to_nespd(pd); local
[all...]
H A Dnes_verbs.h140 struct nes_pd *nespd; member in struct:nes_qp

Completed in 89 milliseconds