Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_av.c358 pci_pool_destroy(dev->av_table.pool); in mthca_init_av_table()
372 pci_pool_destroy(dev->av_table.pool); in mthca_cleanup_av_table()
H A Dmthca_cmd.c543 pci_pool_destroy(dev->cmd.pool); in mthca_cmd_cleanup()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h823 #define pci_pool_destroy(...) dma_pool_destroy(__VA_ARGS__) macro
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2594 pci_pool_destroy(priv->cmd.pool); in mlx4_cmd_cleanup()