Home
last modified time | relevance | path

Searched refs:IGC_ADVTXD_DCMD_RS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/igc/
H A Digc_base.h47 #define IGC_ADVTXD_DCMD_RS 0x08000000 /* Report Status */ macro
H A Digc_txrx.c290 txd_flags = pi->ipi_flags & IPI_TX_INTR ? IGC_ADVTXD_DCMD_RS : 0; in igc_isc_txd_encap()