Searched refs:id_pd_hdl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd_cm.c | 688 alloc_args.rc_pd = state->id_pd_hdl; in ibd_rc_alloc_chan() 932 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, &mem_attr, in ibd_rc_alloc_srq_copybufs() 997 state->id_pd_hdl, &srq_sizes, &state->rc_srq_hdl, &srq_real_sizes); in ibd_rc_init_srq_list() 1013 IBT_SRQ_NO_FLAGS, state->id_pd_hdl, &srq_sizes, in ibd_rc_init_srq_list() 1295 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, &mem_attr, in ibd_rc_alloc_rx_copybufs() 1812 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, &mem_attr, in ibd_rc_init_tx_largebuf_list() 1894 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, &mem_attr, in ibd_rc_alloc_tx_copybufs()
|
H A D | ibd.c | 1408 state->id_pd_hdl, &ce->ac_dest) != IBT_SUCCESS) { in ibd_acache_init() 2609 state->id_pd_hdl)) != IBT_SUCCESS) { in ibd_part_unattach() 2613 state->id_pd_hdl = NULL; in ibd_part_unattach() 2769 &state->id_pd_hdl)) != IBT_SUCCESS) { in ibd_part_attach() 3544 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, &mem_attr, in ibd_alloc_tx_copybufs() 3586 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, in ibd_alloc_tx_lsobufs() 4055 if (ibt_register_mr(state->id_hca_hdl, state->id_pd_hdl, &mem_attr, in ibd_alloc_rx_copybufs() 5485 ud_alloc_attr.ud_pd = state->id_pd_hdl; in ibd_setup_ud_channel()
|
/titanic_41/usr/src/uts/common/sys/ib/clients/ibd/ |
H A D | ibd.h | 781 ibt_pd_hdl_t id_pd_hdl; member
|