Home
last modified time | relevance | path

Searched refs:stats_pending (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c128 if (bp->stats_pending) in bnx2x_storm_stats_post()
147 bp->stats_pending = 1; in bnx2x_storm_stats_post()
1107 bp->stats_pending = 0; in bnx2x_storm_stats_update()
1229 if (bp->stats_pending++ == 3) { in bnx2x_stats_update()
1604 bp->stats_pending = 0; in bnx2x_stats_init()
1984 while (bp->stats_pending && cnt--) in bnx2x_stats_safe_exec()
1987 if (bp->stats_pending) { in bnx2x_stats_safe_exec()
Dbnx2x.h1531 u16 stats_pending; member
/linux-4.1.27/drivers/net/ethernet/sfc/
Dfalcon.c1403 WARN_ON(nic_data->stats_pending); in falcon_stats_request()
1407 nic_data->stats_pending = true; in falcon_stats_request()
1424 if (!nic_data->stats_pending) in falcon_stats_complete()
1427 nic_data->stats_pending = false; in falcon_stats_complete()
2566 if (nic_data->stats_pending && in falcon_update_nic_stats()
2568 nic_data->stats_pending = false; in falcon_update_nic_stats()
2645 for (i = 0; i < 4 && nic_data->stats_pending; i++) { in falcon_stop_nic_stats()
Dnic.h303 bool stats_pending; member