Home
last modified time | relevance | path

Searched refs:QLCNIC_FILL_STATS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_ethtool.c1257 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_frames); in qlcnic_fill_stats()
1258 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_bytes); in qlcnic_fill_stats()
1270 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_frames); in qlcnic_fill_stats()
1271 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_bytes); in qlcnic_fill_stats()
1286 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_jabber); in qlcnic_fill_stats()
1287 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_dropped); in qlcnic_fill_stats()
1293 *data++ = QLCNIC_FILL_STATS(esw_stats->unicast_frames); in qlcnic_fill_stats()
1297 *data++ = QLCNIC_FILL_STATS(esw_stats->errors); in qlcnic_fill_stats()
1298 *data++ = QLCNIC_FILL_STATS(esw_stats->local_frames); in qlcnic_fill_stats()
1299 *data++ = QLCNIC_FILL_STATS(esw_stats->numbytes); in qlcnic_fill_stats()
[all …]
A Dqlcnic.h1379 #define QLCNIC_FILL_STATS(VAL1) \ macro

Completed in 34 milliseconds