igb: Create separate functions for generating cmd_type and olinfo
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb.h
index 7185667bf26193380c9733c47e4128696435a4d6..160811053d0f1a23909a8189c574270e752a65d7 100644 (file)
@@ -231,7 +231,7 @@ struct igb_ring {
 
 #define IGB_RING_FLAG_TX_CTX_IDX     0x00000001 /* HW requires context index */
 
-#define IGB_ADVTXD_DCMD (E1000_TXD_CMD_EOP | E1000_TXD_CMD_RS)
+#define IGB_TXD_DCMD (E1000_ADVTXD_DCMD_EOP | E1000_ADVTXD_DCMD_RS)
 
 #define IGB_RX_DESC(R, i)          \
        (&(((union e1000_adv_rx_desc *)((R)->desc))[i]))
This page took 0.024788 seconds and 5 git commands to generate.