Searched refs:E1000_TXD_CMD_RS (Results 1 – 3 of 3) sorted by relevance
400 #define E1000_TXD_CMD_RS 0x08000000 /* Report Status */ macro
360 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_TXD_CMD_RS : 0; in em_isc_txd_encap()
1070 if (dsc->td.lower.data & E1000_TXD_CMD_RS) { in e82545_transmit_done()