igb: make dev_spec a union and remove dynamic allocation
[deliverable/linux.git] / drivers / net / igb / e1000_defines.h
index c5fe784c9e371f1898ff3956f5b1ed5aadda7368..40d03426c1223f85639e6f03c2d61c6499144636 100644 (file)
 #define E1000_TXD_CMD_IFCS   0x02000000 /* Insert FCS (Ethernet CRC) */
 #define E1000_TXD_CMD_RS     0x08000000 /* Report Status */
 #define E1000_TXD_CMD_DEXT   0x20000000 /* Descriptor extension (0 = legacy) */
+#define E1000_TXD_STAT_DD    0x00000001 /* Descriptor Done */
 /* Extended desc bits for Linksec and timesync */
 
 /* Transmit Control */
This page took 0.024665 seconds and 5 git commands to generate.