Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1198 esw_stats->unicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1199 esw_stats->multicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1200 esw_stats->broadcast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1201 esw_stats->dropped_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1202 esw_stats->errors = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1203 esw_stats->local_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1204 esw_stats->numbytes = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
Dqlcnic.h1388 #define QLCNIC_STATS_NOT_AVAIL 0xffffffffffffffffULL macro
1390 (((VAL1) == QLCNIC_STATS_NOT_AVAIL) ? 0 : VAL1)
1396 if (((VAL1) == QLCNIC_STATS_NOT_AVAIL) && \
1397 ((VAL2) != QLCNIC_STATS_NOT_AVAIL)) \
1399 else if (((VAL1) != QLCNIC_STATS_NOT_AVAIL) && \
1400 ((VAL2) != QLCNIC_STATS_NOT_AVAIL)) \