Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtl.c2811 mblk_t *dimp; in tl_conn_req() local
2993 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()
2995 if (dimp == NULL) { in tl_conn_req()
2999 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()
3007 putnext(tep->te_rq, dimp); in tl_conn_req()
3336 mblk_t *dimp, *ccmp = NULL; in tl_conn_res() local
3635 dimp = tl_resizemp(respmp, size); in tl_conn_res()
3636 if (! dimp) { in tl_conn_res()
3647 if (dimp->b_cont) { in tl_conn_res()
3649 freemsg(dimp->b_cont); in tl_conn_res()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c899 ddi_dma_impl_t *dimp = (ddi_dma_impl_t *)handle; in ddi_dma_burstsizes() local
901 if (!dimp) in ddi_dma_burstsizes()
904 return (dimp->dmai_burstsizes); in ddi_dma_burstsizes()