Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c798 ret = qlcnic_get_port_stats(adapter, offset, QLCNIC_QUERY_TX_COUNTER, in qlcnic_sysfs_get_port_stats()
833 ret = qlcnic_get_eswitch_stats(adapter, offset, QLCNIC_QUERY_TX_COUNTER, in qlcnic_sysfs_get_esw_stats()
864 QLCNIC_QUERY_TX_COUNTER); in qlcnic_sysfs_clear_esw_stats()
894 QLCNIC_QUERY_TX_COUNTER); in qlcnic_sysfs_clear_port_stats()
Dqlcnic_ctx.c1260 if (rx_tx > QLCNIC_QUERY_TX_COUNTER) in qlcnic_clear_esw_stats()
Dqlcnic_ethtool.c1391 QLCNIC_QUERY_TX_COUNTER, &port_stats.tx); in qlcnic_get_ethtool_stats()
Dqlcnic.h1383 #define QLCNIC_QUERY_TX_COUNTER 1 macro