Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_main.c3820 ret = qlcnic_clear_esw_stats(adapter, QLCNIC_STATS_ESWITCH, offset, in qlcnic_sysfs_clear_esw_stats()
3825 ret = qlcnic_clear_esw_stats(adapter, QLCNIC_STATS_ESWITCH, offset, in qlcnic_sysfs_clear_esw_stats()
3845 ret = qlcnic_clear_esw_stats(adapter, QLCNIC_STATS_PORT, offset, in qlcnic_sysfs_clear_port_stats()
3850 ret = qlcnic_clear_esw_stats(adapter, QLCNIC_STATS_PORT, offset, in qlcnic_sysfs_clear_port_stats()
Dqlcnic.h1342 int qlcnic_clear_esw_stats(struct qlcnic_adapter *adapter, u8, u8, u8);
Dqlcnic_ctx.c877 int qlcnic_clear_esw_stats(struct qlcnic_adapter *adapter, const u8 func_esw, in qlcnic_clear_esw_stats() function