Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c325 unm_pci_free_consistent(&adapter->ctxDesc_dma_handle, in unm_free_hw_resources()
502 &adapter->ctxDesc_dma_handle, in unm_nic_hw_resources()
1390 (void) ddi_dma_sync(adapter->ctxDesc_dma_handle, sizeof (RingContext), in unm_process_cmd_ring()
1450 (void) ddi_dma_sync(adapter->ctxDesc_dma_handle, sizeof (RingContext), in unm_process_cmd_ring()
H A Dunm_nic.h543 ddi_dma_handle_t ctxDesc_dma_handle; member