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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c128 if (bp->stats_pending) bnx2x_storm_stats_post()
147 bp->stats_pending = 1; bnx2x_storm_stats_post()
1107 bp->stats_pending = 0;
1229 if (bp->stats_pending++ == 3) { bnx2x_stats_update()
1604 bp->stats_pending = 0; bnx2x_stats_init()
1984 while (bp->stats_pending && cnt--) bnx2x_stats_safe_exec()
1987 if (bp->stats_pending) { bnx2x_stats_safe_exec()
H A Dbnx2x.h1531 u16 stats_pending; member in struct:bnx2x
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dfalcon.c1403 WARN_ON(nic_data->stats_pending); falcon_stats_request()
1407 nic_data->stats_pending = true; falcon_stats_request()
1424 if (!nic_data->stats_pending) falcon_stats_complete()
1427 nic_data->stats_pending = false; falcon_stats_complete()
2566 if (nic_data->stats_pending && falcon_update_nic_stats()
2568 nic_data->stats_pending = false; falcon_update_nic_stats()
2645 for (i = 0; i < 4 && nic_data->stats_pending; i++) { falcon_stop_nic_stats()
H A Dnic.h290 * @stats_pending: Is there a pending DMA of MAC statistics.
303 bool stats_pending; member in struct:falcon_nic_data

Completed in 170 milliseconds