Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ethtool.c711 #define QLCNIC_FILL_ESWITCH_STATS(VAL1) \ macro
720 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->unicast_frames); in qlcnic_fill_device_stats()
721 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->multicast_frames); in qlcnic_fill_device_stats()
722 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->broadcast_frames); in qlcnic_fill_device_stats()
723 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->dropped_frames); in qlcnic_fill_device_stats()
724 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->errors); in qlcnic_fill_device_stats()
725 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->local_frames); in qlcnic_fill_device_stats()
726 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->numbytes); in qlcnic_fill_device_stats()