Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c613 if (dd->ipath_f_cleanup) in ipath_init_one()
614 dd->ipath_f_cleanup(dd); in ipath_init_one()
781 if (dd->ipath_f_cleanup) in ipath_remove_one()
783 dd->ipath_f_cleanup(dd); in ipath_remove_one()
Dipath_kernel.h312 void (*ipath_f_cleanup)(struct ipath_devdata *); member
Dipath_iba6110.c1921 dd->ipath_f_cleanup = ipath_setup_ht_cleanup; in ipath_init_iba6110_funcs()