Searched refs:cmd_and_length (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_e82545.c185 uint32_t cmd_and_length; member in struct:e1000_context_desc
1279 if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) {
1352 tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0;
1354 paylen = (sc->esc_txctx.cmd_and_length & 0x000fffff);
1390 if (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_IP) {
2429 SNAPSHOT_VAR_OR_LEAVE(sc->esc_txctx.cmd_and_length, meta, ret, done);
/freebsd-13-stable/sys/dev/e1000/
H A Dem_txrx.c182 TXD->cmd_and_length = htole32(adapter->txd_cmd |
291 TXD->cmd_and_length =
H A De1000_hw.h522 __le32 cmd_and_length; member in struct:e1000_context_desc

Completed in 119 milliseconds