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

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

Completed in 76 milliseconds