Home
last modified time | relevance | path

Searched refs:unm_pci_free_consistent (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c368 unm_pci_free_consistent(&rsdhdl, &rsahdl); in nx_fw_cmd_create_rx_ctx()
370 unm_pci_free_consistent(&rqdhdl, &rqahdl); in nx_fw_cmd_create_rx_ctx()
476 unm_pci_free_consistent(&rsdhdl, &rsahdl); in nx_fw_cmd_create_tx_ctx()
479 unm_pci_free_consistent(&rqdhdl, &rqahdl); in nx_fw_cmd_create_tx_ctx()
H A Dunm_nic_main.c193 unm_pci_free_consistent(ddi_dma_handle_t *dma_handle, in unm_pci_free_consistent() function
325 unm_pci_free_consistent(&adapter->ctxDesc_dma_handle, in unm_free_hw_resources()
331 unm_pci_free_consistent(&adapter->ahw.cmd_desc_dma_handle, in unm_free_hw_resources()
343 unm_pci_free_consistent( in unm_free_hw_resources()
352 unm_pci_free_consistent( in unm_free_hw_resources()
H A Dunm_nic.h770 void unm_pci_free_consistent(ddi_dma_handle_t *, ddi_acc_handle_t *);
H A Dunm_gem.c285 unm_pci_free_consistent(&adapter->dummy_dma.dma_handle, in unm_free_dummy_dma()