Searched refs:ahdl (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.c | 119 DDI_DMA_STREAMING, callback, 0, &rxb->va, &real_len, &rxb->ahdl); in rxbuf_ctor() 151 fail2: ddi_dma_mem_free(&rxb->ahdl); in rxbuf_ctor() 163 ddi_dma_mem_free(&rxb->ahdl); in rxbuf_dtor()
|
H A D | shared.h | 54 ddi_acc_handle_t ahdl; member
|
/titanic_50/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 1058 void *ahdl; in usb_as_handle_shutdown() local 1069 ahdl = uasp->usb_as_ahdl; in usb_as_handle_shutdown() 1072 usb_ac_stop_play(ahdl, NULL); in usb_as_handle_shutdown() 1085 void * ahdl = uasp->usb_as_ahdl; in usb_as_play_isoc_data() local 1128 } else if ((count = usb_ac_get_audio(ahdl, (void *)data->b_wptr, in usb_as_play_isoc_data() 1361 usb_as_start_record(usb_as_state_t *uasp, void * ahdl) in usb_as_start_record() argument 1382 uasp->usb_as_ahdl = ahdl; in usb_as_start_record() 1540 void * ahdl; in usb_as_record_cb() local 1558 ahdl = uasp->usb_as_ahdl; in usb_as_record_cb() 1582 usb_ac_send_audio(ahdl, in usb_as_record_cb()
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 114 static int free_dma_memory(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl); 118 static int free_desc_ring(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl); 1108 rc = alloc_desc_ring(sc, len, DDI_DMA_READ, &iq->dhdl, &iq->ahdl, in alloc_iq_fl() 1151 &fl->ahdl, &fl->ba, (caddr_t *)&fl->desc); in alloc_iq_fl() 1251 (void) free_desc_ring(&iq->dhdl, &iq->ahdl); in free_iq_fl() 1270 (void) free_desc_ring(&fl->dhdl, &fl->ahdl); in free_iq_fl() 1789 ddi_acc_handle_t ahdl; in alloc_dma_memory() local 1813 DDI_DMA_SLEEP, 0, &va, &real_len, &ahdl); in alloc_dma_memory() 1836 ddi_dma_mem_free(&ahdl); in alloc_dma_memory() 1843 (void) free_desc_ring(&dhdl, &ahdl); in alloc_dma_memory() [all …]
|
H A D | adapter.h | 168 ddi_acc_handle_t ahdl; member 246 ddi_acc_handle_t ahdl; member
|