Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A Digb_txrx.c291 txd->read.cmd_type_len |= htole32(E1000_TXD_CMD_EOP | txd_flags); in igb_isc_txd_encap()
H A De1000_defines.h397 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
H A Dem_txrx.c460 ctxd->lower.data |= htole32(E1000_TXD_CMD_EOP | txd_flags); in em_isc_txd_encap()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1151 if ((dsc->td.lower.data & E1000_TXD_CMD_EOP) != 0 && in e82545_transmit()
1173 if (dsc->td.lower.data & E1000_TXD_CMD_EOP) { in e82545_transmit()