igb: add RQDPC (Receive Queue Drop Packet Count) register macro
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b93d584772
commit
3c514ce2f9
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ enum {
|
|||
#define E1000_SYNQF(_n) (0x055FC + (4 * (_n))) /* SYN Packet Queue Fltr */
|
||||
#define E1000_ETQF(_n) (0x05CB0 + (4 * (_n))) /* EType Queue Fltr */
|
||||
|
||||
#define E1000_RQDPC(_n) (0x0C030 + ((_n) * 0x40))
|
||||
/* Split and Replication RX Control - RW */
|
||||
/*
|
||||
* Convenience macros
|
||||
|
|
Loading…
Add table
Reference in a new issue