Searched refs:QLCNIC_STATS_NOT_AVAIL (Results 1 – 2 of 2) sorted by relevance
1205 esw_stats->unicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1206 esw_stats->multicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1207 esw_stats->broadcast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1208 esw_stats->dropped_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1209 esw_stats->errors = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1210 esw_stats->local_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1211 esw_stats->numbytes = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1378 #define QLCNIC_STATS_NOT_AVAIL 0xffffffffffffffffULL macro1380 (((VAL1) == QLCNIC_STATS_NOT_AVAIL) ? 0 : VAL1)1386 if (((VAL1) == QLCNIC_STATS_NOT_AVAIL) && \1387 ((VAL2) != QLCNIC_STATS_NOT_AVAIL)) \1389 else if (((VAL1) != QLCNIC_STATS_NOT_AVAIL) && \1390 ((VAL2) != QLCNIC_STATS_NOT_AVAIL)) \