Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvmxnet3.c1078 VMXNET3_DEVICE_MAX_TX_QUEUES, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_write()
1081 VMXNET3_REG_ALIGN); in vmxnet3_io_bar0_write()
1092 VMXNET3_MAX_INTRS, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_write()
1094 VMXNET3_REG_ALIGN); in vmxnet3_io_bar0_write()
1103 VMXNET3_DEVICE_MAX_RX_QUEUES, VMXNET3_REG_ALIGN) || in vmxnet3_io_bar0_write()
1105 VMXNET3_DEVICE_MAX_RX_QUEUES, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_write()
1119 VMXNET3_MAX_INTRS, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_read()
1121 VMXNET3_REG_ALIGN); in vmxnet3_io_bar0_read()
H A Dvmxnet3.h168 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ macro