Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c839 esw_stats->unicast_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
840 esw_stats->multicast_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
841 esw_stats->broadcast_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
842 esw_stats->dropped_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
843 esw_stats->errors = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
844 esw_stats->local_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
845 esw_stats->numbytes = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
Dqlcnic.h1188 #define QLCNIC_ESW_STATS_NOT_AVAIL 0xffffffffffffffffULL macro
1192 if (((VAL1) == QLCNIC_ESW_STATS_NOT_AVAIL) && \
1193 ((VAL2) != QLCNIC_ESW_STATS_NOT_AVAIL)) \
1195 else if (((VAL1) != QLCNIC_ESW_STATS_NOT_AVAIL) && \
1196 ((VAL2) != QLCNIC_ESW_STATS_NOT_AVAIL)) \
Dqlcnic_ethtool.c712 (((VAL1) == QLCNIC_ESW_STATS_NOT_AVAIL) ? 0 : VAL1)