Home
last modified time | relevance | path

Searched refs:QLCNIC_QUERY_TX_COUNTER (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c796 ret = qlcnic_get_port_stats(adapter, offset, QLCNIC_QUERY_TX_COUNTER, in qlcnic_sysfs_get_port_stats()
831 ret = qlcnic_get_eswitch_stats(adapter, offset, QLCNIC_QUERY_TX_COUNTER, in qlcnic_sysfs_get_esw_stats()
862 QLCNIC_QUERY_TX_COUNTER); in qlcnic_sysfs_clear_esw_stats()
892 QLCNIC_QUERY_TX_COUNTER); in qlcnic_sysfs_clear_port_stats()
H A Dqlcnic_ctx.c1265 if (rx_tx > QLCNIC_QUERY_TX_COUNTER) in qlcnic_clear_esw_stats()
H A Dqlcnic_ethtool.c1397 QLCNIC_QUERY_TX_COUNTER, &port_stats.tx); in qlcnic_get_ethtool_stats()
H A Dqlcnic.h1377 #define QLCNIC_QUERY_TX_COUNTER 1 macro