Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dfalcon.c583 WARN_ON(nic_data->stats_pending); in falcon_stats_request()
590 nic_data->stats_pending = true; in falcon_stats_request()
607 if (!nic_data->stats_pending) in falcon_stats_complete()
610 nic_data->stats_pending = false; in falcon_stats_complete()
1703 if (nic_data->stats_pending && in falcon_update_nic_stats()
1705 nic_data->stats_pending = false; in falcon_update_nic_stats()
1736 for (i = 0; i < 4 && nic_data->stats_pending; i++) { in falcon_stop_nic_stats()
Dnic.h125 bool stats_pending; member
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c126 if (!bp->stats_pending) { in bnx2x_storm_stats_post()
131 if (bp->stats_pending) { in bnx2x_storm_stats_post()
152 bp->stats_pending = 1; in bnx2x_storm_stats_post()
1120 bp->stats_pending = 0; in bnx2x_storm_stats_update()
1242 if (bp->stats_pending++ == 3) { in bnx2x_stats_update()
1596 bp->stats_pending = 0; in bnx2x_stats_init()
Dbnx2x.h1364 u16 stats_pending; member