mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Revision 1.158 says only lower ten bits of BGE_RXLP_LOCSTAT_IFIN_DROPS register is valid. For BCM5761 case it seems the controller maintains 16bits value for the register. However 16bits are still too small to count all dropped packets happened in a second. To get a correct counter we have to read the register in bge_rxeof() which would be too expensive. Pointed out by: bde |
||
|---|---|---|
| .. | ||
| if_bge.c | ||
| if_bgereg.h | ||