Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h554 void (*dev_ddp_cleanup)(struct cxgbi_device *); member
Dlibcxgbi.c112 if (cdev->dev_ddp_cleanup) in cxgbi_device_destroy()
113 cdev->dev_ddp_cleanup(cdev); in cxgbi_device_destroy()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1328 cdev->dev_ddp_cleanup = t3_ddp_cleanup; in cxgb3i_dev_open()