Searched refs:E1000_ADVTXD_DCMD_RS (Results 1 – 4 of 4) sorted by relevance
75 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
138 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
247 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
261 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_ADVTXD_DCMD_RS : 0; in igb_isc_txd_encap()