Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1781 void (*remove_sysfs) (struct qlcnic_adapter *); member
1938 if (adapter->ahw->hw_ops->remove_sysfs) in qlcnic_remove_sysfs()
1939 adapter->ahw->hw_ops->remove_sysfs(adapter); in qlcnic_remove_sysfs()
Dqlcnic_main.c591 .remove_sysfs = qlcnic_82xx_remove_sysfs,
Dqlcnic_83xx_hw.c210 .remove_sysfs = qlcnic_83xx_remove_sysfs,