Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_vmxreg.h121 #define VMXNET3_TX_EOP 0x00001000 /* end of packet */ macro
H A Dif_vmx.c1694 txd->tx_word3 = htole32(VMXNET3_TX_EOP | VMXNET3_TX_COMPREQ); in vmxnet3_start()