Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c858 QLCNIC_ADD_ESW_STATS(esw_stats->unicast_frames, in qlcnic_get_eswitch_stats()
860 QLCNIC_ADD_ESW_STATS(esw_stats->multicast_frames, in qlcnic_get_eswitch_stats()
862 QLCNIC_ADD_ESW_STATS(esw_stats->broadcast_frames, in qlcnic_get_eswitch_stats()
864 QLCNIC_ADD_ESW_STATS(esw_stats->dropped_frames, in qlcnic_get_eswitch_stats()
866 QLCNIC_ADD_ESW_STATS(esw_stats->errors, in qlcnic_get_eswitch_stats()
868 QLCNIC_ADD_ESW_STATS(esw_stats->local_frames, in qlcnic_get_eswitch_stats()
870 QLCNIC_ADD_ESW_STATS(esw_stats->numbytes, in qlcnic_get_eswitch_stats()
Dqlcnic.h1190 #define QLCNIC_ADD_ESW_STATS(VAL1, VAL2)\ macro