Home
last modified time | relevance | path

Searched refs:E1000_TXD_CMD_IP (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/net/
H A De1000x_common.c311 props->ip = (op & E1000_TXD_CMD_IP) ? 1 : 0; in e1000x_read_tx_ctx_descr()
H A De1000x_regs.h737 #define E1000_TXD_CMD_IP 0x02000000 /* IP packet */ macro