Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_base.h45 #define IGC_ADVTXD_DCMD_EOP 0x01000000 /* End of Packet */ macro
H A Digc_txrx.c314 txd->read.cmd_type_len |= htole32(IGC_ADVTXD_DCMD_EOP | txd_flags); in igc_isc_txd_encap()