Searched refs:QLCNIC_STATS_NOT_AVAIL (Results 1 – 2 of 2) sorted by relevance
1199 esw_stats->unicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1200 esw_stats->multicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1201 esw_stats->broadcast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1202 esw_stats->dropped_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1203 esw_stats->errors = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1204 esw_stats->local_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()1205 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)) \