diff options
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index f4d01e169c48..15b8625c40c1 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -2422,6 +2422,7 @@ struct e1000_host_command_info { | |||
2422 | #define E1000_PBA_8K 0x0008 /* 8KB, default Rx allocation */ | 2422 | #define E1000_PBA_8K 0x0008 /* 8KB, default Rx allocation */ |
2423 | #define E1000_PBA_12K 0x000C /* 12KB, default Rx allocation */ | 2423 | #define E1000_PBA_12K 0x000C /* 12KB, default Rx allocation */ |
2424 | #define E1000_PBA_16K 0x0010 /* 16KB, default TX allocation */ | 2424 | #define E1000_PBA_16K 0x0010 /* 16KB, default TX allocation */ |
2425 | #define E1000_PBA_20K 0x0014 | ||
2425 | #define E1000_PBA_22K 0x0016 | 2426 | #define E1000_PBA_22K 0x0016 |
2426 | #define E1000_PBA_24K 0x0018 | 2427 | #define E1000_PBA_24K 0x0018 |
2427 | #define E1000_PBA_30K 0x001E | 2428 | #define E1000_PBA_30K 0x001E |