Searched refs:oce_dma_free (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/oce/ |
H A D | oce_util.c | 92 oce_dma_free(sc, dma); in oce_dma_alloc() 103 oce_dma_free(POCE_SOFTC sc, POCE_DMA_MEM dma) in oce_dma_free() function 153 oce_dma_free(sc, &ring->dma); in oce_destroy_ring_buffer() 196 oce_dma_free(sc, &ring->dma); in oce_create_ring_buffer()
|
H A D | oce_hw.c | 140 oce_dma_free(sc, &sc->bsmbx); in oce_hw_init() 352 oce_dma_free(sc, &sc->bsmbx); in oce_hw_shutdown() 573 oce_dma_free(sc, &dma); in oce_hw_update_multicast()
|
H A D | oce_mbox.c | 907 oce_dma_free(sc, &sgl); in oce_rxf_set_promiscuous() 1940 oce_dma_free(sc, &dma); in oce_mbox_read_transrecv_data() 2082 oce_dma_free(sc, &dma); in oce_get_profile_config() 2181 oce_dma_free(sc, &dma); in oce_get_func_config()
|
H A D | oce_sysctl.c | 477 oce_dma_free(sc, &dma_mem); in oce_sh_be3_flashdata() 686 oce_dma_free(sc, &dma_mem); in oce_lancer_fwupgrade() 1498 oce_dma_free(sc, &sc->stats_mem); in oce_stats_free()
|
H A D | oce_if.h | 949 void oce_dma_free(POCE_SOFTC sc, POCE_DMA_MEM dma);
|
H A D | oce_if.c | 395 oce_dma_free(sc, &sc->bsmbx); in oce_attach() 2293 oce_dma_free(sc, &dma_mem); in oce_handle_passthrough()
|