Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c797 ret = qlcnic_get_port_stats(adapter, offset, QLCNIC_QUERY_TX_COUNTER, in qlcnic_sysfs_get_port_stats()
832 ret = qlcnic_get_eswitch_stats(adapter, offset, QLCNIC_QUERY_TX_COUNTER, in qlcnic_sysfs_get_esw_stats()
863 QLCNIC_QUERY_TX_COUNTER); in qlcnic_sysfs_clear_esw_stats()
893 QLCNIC_QUERY_TX_COUNTER); in qlcnic_sysfs_clear_port_stats()
Dqlcnic_ctx.c1265 if (rx_tx > QLCNIC_QUERY_TX_COUNTER) in qlcnic_clear_esw_stats()
Dqlcnic_ethtool.c1393 QLCNIC_QUERY_TX_COUNTER, &port_stats.tx); in qlcnic_get_ethtool_stats()
Dqlcnic.h1377 #define QLCNIC_QUERY_TX_COUNTER 1 macro