Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvmxnet3.c1092 VMXNET3_DEVICE_MAX_TX_QUEUES, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_write()
1095 VMXNET3_REG_ALIGN); in vmxnet3_io_bar0_write()
1106 VMXNET3_MAX_INTRS, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_write()
1108 VMXNET3_REG_ALIGN); in vmxnet3_io_bar0_write()
1117 VMXNET3_DEVICE_MAX_RX_QUEUES, VMXNET3_REG_ALIGN) || in vmxnet3_io_bar0_write()
1119 VMXNET3_DEVICE_MAX_RX_QUEUES, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_write()
1133 VMXNET3_MAX_INTRS, VMXNET3_REG_ALIGN)) { in vmxnet3_io_bar0_read()
1135 VMXNET3_REG_ALIGN); in vmxnet3_io_bar0_read()
H A Dvmxnet3.h168 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ macro
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c545 + i * VMXNET3_REG_ALIGN); in vmxnet3_get_regs()
553 i * VMXNET3_REG_ALIGN); in vmxnet3_get_regs()
581 i * VMXNET3_REG_ALIGN); in vmxnet3_get_regs()
583 i * VMXNET3_REG_ALIGN); in vmxnet3_get_regs()
H A Dvmxnet3_defs.h73 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ macro
H A Dvmxnet3_drv.c3062 adapter->rx_prod_offset + i * VMXNET3_REG_ALIGN, in vmxnet3_activate_dev()
3065 (i * VMXNET3_REG_ALIGN)), in vmxnet3_activate_dev()