Home
last modified time | relevance | path

Searched refs:E1000_ADVTXD_DCMD_RS (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_base.h75 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
H A De1000_vf.h138 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
H A De1000_82575.h247 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
H A Digb_txrx.c261 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_ADVTXD_DCMD_RS : 0; in igb_isc_txd_encap()