Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/fddi/
Ddefxx.c292 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
1091 (void) dfx_hw_dma_uninit(bp, PI_PDATA_A_RESET_M_SKIP_ST); in dfx_driver_init()
1263 if (dfx_hw_dma_uninit(bp, bp->reset_type) != DFX_K_SUCCESS) in dfx_adap_init()
1553 (void) dfx_hw_dma_uninit(bp, PI_PDATA_A_RESET_M_SKIP_ST); in dfx_close()
2906 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type) in dfx_hw_dma_uninit() function