Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1783 void (*remove_sysfs) (struct qlcnic_adapter *); member
1917 if (adapter->ahw->hw_ops->remove_sysfs) in qlcnic_remove_sysfs()
1918 adapter->ahw->hw_ops->remove_sysfs(adapter); in qlcnic_remove_sysfs()
Dqlcnic_main.c596 .remove_sysfs = qlcnic_82xx_remove_sysfs,
Dqlcnic_83xx_hw.c210 .remove_sysfs = qlcnic_83xx_remove_sysfs,