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

/freebsd-current/sys/dev/ice/
H A Dice_lib.c2577 struct ice_hw_port_stats *prev_ps, *cur_ps; local
2583 prev_ps = &sc->stats.prev;
2590 &prev_ps->location[index], &cur_ps->location[index])
2595 &prev_ps->location, &cur_ps->location)
2600 &prev_ps->location, &cur_ps->location)
2613 &prev_ps->eth.rx_discards, &cur_ps->eth.rx_discards);

Completed in 190 milliseconds