/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 759 hermon_qphdl_t qphdl; in hermon_ci_free_qp() local 764 qphdl = (hermon_qphdl_t)qp; in hermon_ci_free_qp() 767 status = hermon_qp_free(state, &qphdl, free_qp_flags, qpnh_p, in hermon_ci_free_qp() 806 hermon_qphdl_t qphdl; in hermon_ci_query_qp() local 811 qphdl = (hermon_qphdl_t)qp; in hermon_ci_query_qp() 814 status = hermon_qp_query(state, qphdl, attr_p); in hermon_ci_query_qp() 830 hermon_qphdl_t qphdl; in hermon_ci_modify_qp() local 835 qphdl = (hermon_qphdl_t)qp; in hermon_ci_modify_qp() 838 status = hermon_qp_modify(state, qphdl, flags, info_p, actual_sz); in hermon_ci_modify_qp() 1663 hermon_qphdl_t qphdl; in hermon_ci_attach_mcg() local [all …]
|
H A D | hermon_qp.c | 75 hermon_qphdl_t *qphdl; in hermon_qp_alloc() local 104 qphdl = &qpinfo->qpi_qphdl; in hermon_qp_alloc() 709 *qphdl = qp; in hermon_qp_alloc() 776 hermon_qphdl_t *qphdl; in hermon_special_qp_alloc() local 800 qphdl = &qpinfo->qpi_qphdl; in hermon_special_qp_alloc() 1186 *qphdl = qp; in hermon_special_qp_alloc() 1226 hermon_qphdl_t *qphdl, uint_t sleepflag) in hermon_qp_alloc_range() argument 1791 qphdl[ii] = qp; in hermon_qp_alloc_range() 1836 free_status = hermon_qp_free(state, &qphdl[ii], in hermon_qp_alloc_range() 1859 hermon_qp_free(hermon_state_t *state, hermon_qphdl_t *qphdl, in hermon_qp_free() argument [all …]
|
H A D | hermon_rsrc.c | 2480 hermon_qphdl_t qphdl; in hermon_rsrc_qphdl_constructor() local 2483 qphdl = (hermon_qphdl_t)qp; in hermon_rsrc_qphdl_constructor() 2486 mutex_init(&qphdl->qp_lock, NULL, MUTEX_DRIVER, in hermon_rsrc_qphdl_constructor() 2501 hermon_qphdl_t qphdl; in hermon_rsrc_qphdl_destructor() local 2503 qphdl = (hermon_qphdl_t)qp; in hermon_rsrc_qphdl_destructor() 2505 mutex_destroy(&qphdl->qp_lock); in hermon_rsrc_qphdl_destructor()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ci.c | 944 tavor_qphdl_t qphdl; in tavor_ci_free_qp() local 967 qphdl = (tavor_qphdl_t)qp; in tavor_ci_free_qp() 970 status = tavor_qp_free(state, &qphdl, free_qp_flags, qpnh_p, in tavor_ci_free_qp() 1035 tavor_qphdl_t qphdl; in tavor_ci_query_qp() local 1058 qphdl = (tavor_qphdl_t)qp; in tavor_ci_query_qp() 1061 status = tavor_qp_query(state, qphdl, attr_p); in tavor_ci_query_qp() 1085 tavor_qphdl_t qphdl; in tavor_ci_modify_qp() local 1108 qphdl = (tavor_qphdl_t)qp; in tavor_ci_modify_qp() 1111 status = tavor_qp_modify(state, qphdl, flags, info_p, actual_sz); in tavor_ci_modify_qp() 2288 tavor_qphdl_t qphdl; in tavor_ci_attach_mcg() local [all …]
|
H A D | tavor_qp.c | 73 tavor_qphdl_t *qphdl; in tavor_qp_alloc() local 114 qphdl = &qpinfo->qpi_qphdl; in tavor_qp_alloc() 596 *qphdl = qp; in tavor_qp_alloc() 657 tavor_qphdl_t *qphdl; in tavor_special_qp_alloc() local 693 qphdl = &qpinfo->qpi_qphdl; in tavor_special_qp_alloc() 1011 *qphdl = qp; in tavor_special_qp_alloc() 1051 tavor_qp_free(tavor_state_t *state, tavor_qphdl_t *qphdl, in tavor_qp_free() argument 1077 qp = *qphdl; in tavor_qp_free() 1262 *qphdl = NULL; in tavor_qp_free()
|
H A D | tavor_rsrc.c | 2661 tavor_qphdl_t qphdl; in tavor_rsrc_qphdl_constructor() local 2666 qphdl = (tavor_qphdl_t)qp; in tavor_rsrc_qphdl_constructor() 2669 mutex_init(&qphdl->qp_lock, NULL, MUTEX_DRIVER, in tavor_rsrc_qphdl_constructor() 2685 tavor_qphdl_t qphdl; in tavor_rsrc_qphdl_destructor() local 2689 qphdl = (tavor_qphdl_t)qp; in tavor_rsrc_qphdl_destructor() 2691 mutex_destroy(&qphdl->qp_lock); in tavor_rsrc_qphdl_destructor()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.c | 558 void *qphdl; in sol_ucma_close() local 568 qphdl = chanp->chan_qp_hdl; in sol_ucma_close() 571 if (qphdl) in sol_ucma_close() 573 SOL_UVERBS2UCMA_ENABLE_QP_FREE, 0, qphdl); in sol_ucma_close() 1080 void *qphdl; local 1099 qphdl = (*uverbs_qpnum2qphdl_fp) (conn_param.qp_num); 1100 if (qphdl == NULL) { 1106 rdma_map_id2qphdl(chanp->chan_rdma_id, qphdl); 1120 chanp->chan_qp_hdl = qphdl; 1167 void *qphdl; local [all …]
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_wr.h | 176 int hermon_post_send(hermon_state_t *state, hermon_qphdl_t qphdl, 178 int hermon_post_recv(hermon_state_t *state, hermon_qphdl_t qphdl,
|
H A D | hermon_qp.h | 377 int hermon_qp_free(hermon_state_t *state, hermon_qphdl_t *qphdl, 379 int hermon_qp_query(hermon_state_t *state, hermon_qphdl_t qphdl,
|
H A D | hermon_misc.h | 655 int hermon_mcg_attach(hermon_state_t *state, hermon_qphdl_t qphdl, ib_gid_t gid, 657 int hermon_mcg_detach(hermon_state_t *state, hermon_qphdl_t qphdl, ib_gid_t gid,
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_qp.h | 403 int tavor_qp_free(tavor_state_t *state, tavor_qphdl_t *qphdl, 405 int tavor_qp_query(tavor_state_t *state, tavor_qphdl_t qphdl,
|
H A D | tavor_wr.h | 289 int tavor_post_send(tavor_state_t *state, tavor_qphdl_t qphdl, 291 int tavor_post_recv(tavor_state_t *state, tavor_qphdl_t qphdl,
|
H A D | tavor_misc.h | 513 int tavor_mcg_attach(tavor_state_t *state, tavor_qphdl_t qphdl, ib_gid_t gid, 515 int tavor_mcg_detach(tavor_state_t *state, tavor_qphdl_t qphdl, ib_gid_t gid,
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_handlers.c | 112 ibt_qp_hdl_t qphdl = (ibt_qp_hdl_t)event->ev_chan_hdl; in ibmf_ibt_async_handler() local 130 if (altqpp->isq_qp_handle == qphdl) { in ibmf_ibt_async_handler()
|
H A D | ibmf_rmpp.c | 1789 tnf_opaque, clientp, clientp, tnf_opaque, qphdl, ibmf_qp_handle, in ibmf_i_send_rmpp_pkts()
|
H A D | ibmf_impl.c | 2037 tnf_opaque, clientp, clientp, tnf_opaque, qphdl, ibmf_qp_handle, in ibmf_i_msg_transport()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_ib_cma.c | 683 ibt_qp_hdl_t qphdl = chanp->chan_qp_hdl; in rdma_ib_accept() local 697 status = ibt_cm_ud_proceed(chanp->chan_session_id, qphdl, in rdma_ib_accept() 2550 dump_qp_info(ibt_qp_hdl_t qphdl) in dump_qp_info() argument 2558 status = ibt_query_qp(qphdl, &qp_query); in dump_qp_info() 2567 qphdl, qp_query.qp_sq_cq, qp_query.qp_rq_cq, in dump_qp_info()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 2835 uint32_t qpnum, void *qphdl) in sol_uverbs_set_qp_free_state() argument 2842 qp_free_state, qpnum, qphdl); in sol_uverbs_set_qp_free_state() 2865 ASSERT(qphdl); in sol_uverbs_set_qp_free_state() 2866 uqp = (uverbs_uqp_uobj_t *)ibt_get_qp_private((ibt_qp_hdl_t)qphdl); in sol_uverbs_set_qp_free_state()
|
H A D | sol_uverbs_qp.c | 2518 void *qphdl; in sol_uverbs_uqpid_to_ibt_handle() local 2526 qphdl = (void *)uqp->qp; in sol_uverbs_uqpid_to_ibt_handle() 2528 return (qphdl); in sol_uverbs_uqpid_to_ibt_handle()
|