Home
last modified time | relevance | path

Searched refs:rsp_handle (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_rsp_query.c64 IN DAT_RSP_HANDLE rsp_handle, in dapl_rsp_query() argument
73 if (DAPL_BAD_HANDLE(rsp_handle, DAPL_MAGIC_RSP)) { in dapl_rsp_query()
89 sp_ptr = (DAPL_SP *)rsp_handle; in dapl_rsp_query()
H A Ddapl_rsp_free.c66 IN DAT_RSP_HANDLE rsp_handle) in dapl_rsp_free() argument
75 sp_ptr = (DAPL_SP *)rsp_handle; in dapl_rsp_free()
81 rsp_handle); in dapl_rsp_free()
H A Ddapl_rsp_create.c80 OUT DAT_RSP_HANDLE *rsp_handle) in dapl_rsp_create() argument
112 if (rsp_handle == NULL) { in dapl_rsp_create()
201 *rsp_handle = (DAT_RSP_HANDLE)sp_ptr; in dapl_rsp_create()
/titanic_44/usr/src/lib/udapl/libdat/common/
H A Ddat_api.c501 OUT DAT_RSP_HANDLE *rsp_handle) in dat_rsp_create() argument
510 rsp_handle); in dat_rsp_create()
515 IN DAT_RSP_HANDLE rsp_handle, in dat_rsp_query() argument
519 if (DAT_BAD_HANDLE(rsp_handle)) { in dat_rsp_query()
522 return DAT_RSP_QUERY(rsp_handle, in dat_rsp_query()
529 IN DAT_RSP_HANDLE rsp_handle) in dat_rsp_free() argument
531 if (DAT_BAD_HANDLE(rsp_handle)) { in dat_rsp_free()
534 return (DAT_RSP_FREE(rsp_handle)); in dat_rsp_free()
/titanic_44/usr/src/uts/sun/sys/
H A Dsocalvar.h266 ddi_dma_handle_t rsp_handle; member
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c4301 (void) ddi_dma_sync(privp->rsp_handle, 0, 0, in socal_issue_adisc()
4333 (void) ddi_dma_sync(privp->rsp_handle, 0, 0, in socal_issue_lbf()
4397 (void) ddi_dma_sync(privp->rsp_handle, 0, 0, in socal_issue_rls()
4476 privp->rsp_handle = rhandle; in socal_els_alloc()
4543 if (privp->rsp_handle) { in socal_els_alloc()
4545 (void) ddi_dma_unbind_handle(privp->rsp_handle); in socal_els_alloc()
4546 ddi_dma_free_handle(&privp->rsp_handle); in socal_els_alloc()
4622 privp->rsp_handle = rhandle; in socal_lbf_alloc()
4690 if (privp->rsp_handle) { in socal_lbf_alloc()
4692 (void) ddi_dma_unbind_handle(privp->rsp_handle); in socal_lbf_alloc()
[all …]
/titanic_44/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h735 DAT_RSP_HANDLE rsp_handle; member