summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vmxreg.h
AgeCommit message (Expand)Author
2020-07-07add kstat support for reading the "hardware" counters for each ring.David Gwynne
2020-06-17if the chip did rss, use the hash from the chip as an mbuf flowid.David Gwynne
2020-06-16show the structure for the rss configuration.David Gwynne
2019-10-27tweak the rx path to look more like the tx path.David Gwynne
2019-10-26make vmx transmit (vmxnet3_start) mpsafe.David Gwynne
2019-08-06have a go at using msi interrupts.David Gwynne
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-05-31Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi