Searched refs:ADD_DELTA (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_aq.c | 4577 #define ADD_DELTA(cur, prev, name) \ in aq_update_statistics() macro 4587 ADD_DELTA(cur, prev, uprc); in aq_update_statistics() 4588 ADD_DELTA(cur, prev, mprc); in aq_update_statistics() 4589 ADD_DELTA(cur, prev, bprc); in aq_update_statistics() 4590 ADD_DELTA(cur, prev, prc); in aq_update_statistics() 4591 ADD_DELTA(cur, prev, erpr); in aq_update_statistics() 4592 ADD_DELTA(cur, prev, uptc); in aq_update_statistics() 4593 ADD_DELTA(cur, prev, mptc); in aq_update_statistics() 4594 ADD_DELTA(cur, prev, bptc); in aq_update_statistics() 4595 ADD_DELTA(cur, prev, ptc); in aq_update_statistics() [all …]
|