Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c185 uint32_t cmd_and_length; member
1290 if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) { in e82545_transmit()
1371 tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0; in e82545_transmit()
1373 paylen = (sc->esc_txctx.cmd_and_length & 0x000fffff); in e82545_transmit()
1410 if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_IP) { in e82545_transmit()
2417 SNAPSHOT_VAR_OR_LEAVE(sc->esc_txctx.cmd_and_length, meta, ret, done); in e82545_snapshot()
/freebsd/sys/dev/e1000/
H A Dem_txrx.c209 TXD->cmd_and_length = htole32(cmd_type_len | in em_tso_setup()
325 TXD->cmd_and_length = in em_transmit_checksum_setup()
H A De1000_hw.h539 __le32 cmd_and_length; member
/freebsd/sys/dev/igc/
H A Digc_hw.h234 __le32 cmd_and_length; member