Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1205 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()
Dqlcnic.h1378 #define QLCNIC_STATS_NOT_AVAIL 0xffffffffffffffffULL macro
1380 (((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)) \