Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/ionic/
H A Dionic_ibdev.c282 ionic_resid_destroy(&dev->inuse_cqid); in ionic_destroy_resids()
283 ionic_resid_destroy(&dev->inuse_pdid); in ionic_destroy_resids()
284 ionic_resid_destroy(&dev->inuse_ahid); in ionic_destroy_resids()
285 ionic_resid_destroy(&dev->inuse_mrid); in ionic_destroy_resids()
286 ionic_resid_destroy(&dev->inuse_qpid); in ionic_destroy_resids()
287 ionic_resid_destroy(&dev->inuse_dbid); in ionic_destroy_resids()
H A Dionic_res.h39 static inline void ionic_resid_destroy(struct ionic_resid_bits *resid) in ionic_resid_destroy() function