Searched refs:VMXNET3_TX_EOP (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ | ||
H A D | if_vmxreg.h | 121 #define VMXNET3_TX_EOP 0x00001000 /* end of packet */ macro |
H A D | if_vmx.c | 1694 txd->tx_word3 = htole32(VMXNET3_TX_EOP | VMXNET3_TX_COMPREQ); in vmxnet3_start() |