Searched refs:ioc_srq_hdl (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c227 mdb_printf(" srq handle: %p\n", ioc.ioc_srq_hdl);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c493 ioc->ioc_pd_hdl, &srq_attr, &ioc->ioc_srq_hdl,
503 ibt_set_srq_private(ioc->ioc_srq_hdl, ioc);
614 if (ioc->ioc_srq_hdl != NULL) {
615 status = ibt_free_srq(ioc->ioc_srq_hdl);
664 if (ioc->ioc_srq_hdl != NULL) {
666 status = ibt_free_srq(ioc->ioc_srq_hdl);
1171 status = ibt_post_srq(ioc->ioc_srq_hdl, &wr, 1, &posted);
H A Dsrpt_impl.h349 ibt_srq_hdl_t ioc_srq_hdl; member in struct:srpt_ioc_s
H A Dsrpt_ch.c152 ch_args.rc_srq = ioc->ioc_srq_hdl;

Completed in 46 milliseconds