Lines Matching defs:pdhdl

452 	hermon_pdhdl_t	pdhdl;
461 status = hermon_pd_alloc(state, &pdhdl, HERMON_NOSLEEP);
467 *pd_p = (ibc_pd_hdl_t)pdhdl;
482 hermon_pdhdl_t pdhdl;
487 pdhdl = (hermon_pdhdl_t)pd;
490 status = hermon_pd_free(state, &pdhdl);
544 hermon_pdhdl_t pdhdl;
549 pdhdl = (hermon_pdhdl_t)pd;
552 status = hermon_ah_alloc(state, pdhdl, attr_p, &ahhdl, HERMON_NOSLEEP);
598 hermon_pdhdl_t pdhdl;
606 status = hermon_ah_query(state, ahhdl, &pdhdl, attr_p);
612 *pd_p = (ibc_pd_hdl_t)pdhdl;
1112 hermon_pdhdl_t pdhdl;
1134 pdhdl = (hermon_pdhdl_t)pd;
1140 status = hermon_mr_register(state, pdhdl, mr_attr, &mrhdl,
1184 hermon_pdhdl_t pdhdl;
1206 pdhdl = (hermon_pdhdl_t)pd;
1212 status = hermon_mr_register_buf(state, pdhdl, attrp, buf,
1305 hermon_pdhdl_t pdhdl;
1327 pdhdl = (hermon_pdhdl_t)pd;
1331 status = hermon_mr_register_shared(state, mrhdl, pdhdl, mr_attr,
1375 hermon_pdhdl_t pdhdl;
1385 /* Grab the Hermon softstate pointer, mrhdl, and pdhdl */
1388 pdhdl = (hermon_pdhdl_t)pd;
1392 status = hermon_mr_reregister(state, mrhdl, pdhdl, mr_attr,
1436 hermon_pdhdl_t pdhdl;
1446 /* Grab the Hermon softstate pointer, mrhdl, and pdhdl */
1449 pdhdl = (hermon_pdhdl_t)pd;
1453 status = hermon_mr_reregister_buf(state, mrhdl, pdhdl, attrp, buf,
1515 hermon_pdhdl_t pdhdl;
1524 pdhdl = (hermon_pdhdl_t)pd;
1527 status = hermon_mw_alloc(state, pdhdl, flags, &mwhdl);
1600 hermon_pdhdl_t pdhdl;
1622 pdhdl = (hermon_pdhdl_t)pd;
1624 status = hermon_dma_mr_register(state, pdhdl, mr_attr, &mrhdl);
1858 hermon_pdhdl_t pdhdl;
1864 pdhdl = (hermon_pdhdl_t)pd;
1867 srqinfo.srqi_pd = pdhdl;
2626 hermon_pdhdl_t pdhdl;
2636 pdhdl = (hermon_pdhdl_t)pd;
2641 status = hermon_mr_alloc_lkey(state, pdhdl, flags, list_sz, &mrhdl);
2698 hermon_pdhdl_t pdhdl;
2709 pdhdl = (hermon_pdhdl_t)pd;
2721 status = hermon_create_fmr_pool(state, pdhdl, params, &fmrpoolhdl);