Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mthca/
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()
Dmthca_cmd.c545 pci_pool_destroy(dev->cmd.pool); in mthca_cmd_cleanup()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dpci.h721 #define pci_pool_destroy(...) dma_pool_destroy(__VA_ARGS__) macro
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_cmd.c2594 pci_pool_destroy(priv->cmd.pool); in mlx4_cmd_cleanup()