]> Pileus Git - ~andy/linux/blobdiff - drivers/net/ixgbe/ixgbe_type.h
sfc: Read MC firmware version when requested through ethtool
[~andy/linux] / drivers / net / ixgbe / ixgbe_type.h
index fd3358f54139e1a9f1eaad1a6a6588009b97dda4..ab65d13969fd13554eaeb8b18f381bca4a5d9592 100644 (file)
 #define IXGBE_RXCTRL_DMBYPS     0x00000002  /* Descriptor Monitor Bypass */
 #define IXGBE_RXDCTL_ENABLE     0x02000000  /* Enable specific Rx Queue */
 #define IXGBE_RXDCTL_VME        0x40000000  /* VLAN mode enable */
+#define IXGBE_RXDCTL_RLPMLMASK  0x00003FFF  /* Only supported on the X540 */
+#define IXGBE_RXDCTL_RLPML_EN   0x00008000
 
 #define IXGBE_FCTRL_SBP 0x00000002 /* Store Bad Packet */
 #define IXGBE_FCTRL_MPE 0x00000100 /* Multicast Promiscuous Ena*/