Home
last modified time | relevance | path

Searched refs:ahdl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c121 DDI_DMA_STREAMING, callback, 0, &rxb->va, &real_len, &rxb->ahdl); in rxbuf_ctor()
153 fail2: ddi_dma_mem_free(&rxb->ahdl); in rxbuf_ctor()
165 ddi_dma_mem_free(&rxb->ahdl); in rxbuf_dtor()
H A Dshared.h54 ddi_acc_handle_t ahdl; member
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1058 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()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1367 &fl->ahdl, &fl->ba, (caddr_t *)&fl->desc); in alloc_iq_fl()
1510 (void) free_desc_ring(&iq->dhdl, &iq->ahdl); in free_iq_fl()
1529 (void) free_desc_ring(&fl->dhdl, &fl->ahdl); in free_iq_fl()
2074 ddi_acc_handle_t ahdl; in alloc_dma_memory() local
2098 DDI_DMA_SLEEP, 0, &va, &real_len, &ahdl); in alloc_dma_memory()
2121 ddi_dma_mem_free(&ahdl); in alloc_dma_memory()
2128 (void) free_desc_ring(&dhdl, &ahdl); in alloc_dma_memory()
2133 *acc_hdl = ahdl; in alloc_dma_memory()
2144 ddi_dma_mem_free(ahdl); in free_dma_memory()
2163 free_desc_ring(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl) in free_desc_ring() argument
[all …]
H A Dadapter.h191 ddi_acc_handle_t ahdl; member
277 ddi_acc_handle_t ahdl; member