Home
last modified time | relevance | path

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

/linux-4.4.14/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.h1386 #define QLCNIC_STATS_NOT_AVAIL 0xffffffffffffffffULL macro
1388 (((VAL1) == QLCNIC_STATS_NOT_AVAIL) ? 0 : VAL1)
1394 if (((VAL1) == QLCNIC_STATS_NOT_AVAIL) && \
1395 ((VAL2) != QLCNIC_STATS_NOT_AVAIL)) \
1397 else if (((VAL1) != QLCNIC_STATS_NOT_AVAIL) && \
1398 ((VAL2) != QLCNIC_STATS_NOT_AVAIL)) \