|
@@ -1193,6 +1193,7 @@ struct ixgbe_thermal_sensor_data {
|
|
|
/* RDRXCTL Bit Masks */
|
|
|
#define IXGBE_RDRXCTL_RDMTS_1_2 0x00000000 /* Rx Desc Min Threshold Size */
|
|
|
#define IXGBE_RDRXCTL_CRCSTRIP 0x00000002 /* CRC Strip */
|
|
|
+#define IXGBE_RDRXCTL_PSP 0x00000004 /* Pad small packet */
|
|
|
#define IXGBE_RDRXCTL_MVMEN 0x00000020
|
|
|
#define IXGBE_RDRXCTL_DMAIDONE 0x00000008 /* DMA init cycle done */
|
|
|
#define IXGBE_RDRXCTL_AGGDIS 0x00010000 /* Aggregation disable */
|