Home
last modified time | relevance | path

Searched refs:E1000_TXD_CMD_IFCS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/e1000/
H A Dem_txrx.c329 htole32(E1000_TXD_CMD_IFCS | E1000_TXD_CMD_DEXT | cmd); in em_transmit_checksum_setup()
406 cmd = E1000_TXD_CMD_IFCS | sc->txd_cmd; in em_isc_txd_encap()
H A Digb_txrx.c277 txd->read.cmd_type_len = htole32(E1000_TXD_CMD_IFCS | in igb_isc_txd_encap()
H A De1000_defines.h398 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
H A Dif_em.c2951 u32 tctl, txd_lower = E1000_TXD_CMD_IFCS; in em_flush_tx_ring()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1152 (dsc->td.lower.data & E1000_TXD_CMD_IFCS) == 0) { in e82545_transmit()