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

/drivers/infiniband/hw/nes/
H A Dnes_verbs.h140 struct nes_pd *nespd; member in struct:nes_qp
H A Dnes_verbs.c59 struct nes_pd *nespd = to_nespd(ibpd); local
118 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_LEN_HIGH_PD_IDX, (nespd->pd_id & 0x00007fff));
282 static int alloc_fast_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, argument
336 cpu_to_le32(nespd->pd_id & 0x00007fff);
379 struct nes_pd *nespd = to_nespd(ibpd); local
424 ret = alloc_fast_reg_mr(nesdev, nespd, stag, max_page_list_len);
769 struct nes_pd *nespd; local
788 nespd = kzalloc(sizeof (struct nes_pd), GFP_KERNEL);
789 if (!nespd) {
795 nespd, nesvni
836 struct nes_pd *nespd = to_nespd(ibpd); local
1105 struct nes_pd *nespd = to_nespd(ibpd); local
1918 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
2090 struct nes_pd *nespd = to_nespd(ib_pd); local
2299 struct nes_pd *nespd = to_nespd(pd); local
[all...]
H A Dnes_cm.c3008 struct nes_pd *nespd; local
3084 nespd = nesqp->nespd;
3088 ibmr = nesibdev->ibdev.reg_phys_mr((struct ib_pd *)nespd,
3102 ibmr->pd = &nespd->ibpd;
3103 ibmr->device = nespd->ibpd.device;

Completed in 58 milliseconds