Home
last modified time | relevance | path

Searched refs:ioc_ibdma_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c160 if (ioc->ioc_ibdma_hdl == NULL) { in srpt_stp_start_srp()
161 ioc->ioc_ibdma_hdl = in srpt_stp_start_srp()
164 if (ioc->ioc_ibdma_hdl == NULL) { in srpt_stp_start_srp()
173 srpt_ctxt->sc_ibdma_ops.ibdma_update(ioc->ioc_ibdma_hdl, in srpt_stp_start_srp()
229 if (ioc->ioc_ibdma_hdl != NULL) { in srpt_stp_stop_srp()
238 ioc->ioc_ibdma_hdl); in srpt_stp_stop_srp()
239 ioc->ioc_ibdma_hdl = NULL; in srpt_stp_stop_srp()
242 ioc->ioc_ibdma_hdl, &ioc->ioc_profile, in srpt_stp_stop_srp()
H A Dsrpt_impl.h347 ibdma_hdl_t ioc_ibdma_hdl; member