Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/bhyve/
HDpci_e82545.c184 uint32_t cmd_and_length; member
1289 if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) { in e82545_transmit()
1370 tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0; in e82545_transmit()
1372 paylen = (sc->esc_txctx.cmd_and_length & 0x000fffff); in e82545_transmit()
1409 if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_IP) { in e82545_transmit()
2416 SNAPSHOT_VAR_OR_LEAVE(sc->esc_txctx.cmd_and_length, meta, ret, done); in e82545_snapshot()
/freebsd-13-stable/sys/dev/e1000/
HDem_txrx.c211 TXD->cmd_and_length = htole32(cmd_type_len | in em_tso_setup()
328 TXD->cmd_and_length = in em_transmit_checksum_setup()
HDe1000_hw.h539 __le32 cmd_and_length; member
/freebsd-13-stable/sys/dev/igc/
HDigc_hw.h234 __le32 cmd_and_length; member