Searched refs:VMXNET3_REG_ALIGN (Results 1 – 2 of 2) sorted by relevance
578 VMXNET3_WRITE_BAR0_REG(hw, (VMXNET3_REG_TXPROD + txq->queue_id * VMXNET3_REG_ALIGN), in vmxnet3_xmit_pkts()984 VMXNET3_WRITE_BAR0_REG(hw, rxprod_reg[ring_idx] + (rxq->queue_id * VMXNET3_REG_ALIGN), in vmxnet3_recv_pkts()1011 VMXNET3_WRITE_BAR0_REG(hw, rxprod_reg[ring_idx] + (rxq->queue_id * VMXNET3_REG_ALIGN), in vmxnet3_recv_pkts()1276 VMXNET3_WRITE_BAR0_REG(hw, rxprod_reg[j] + (rxq->queue_id * VMXNET3_REG_ALIGN), in vmxnet3_dev_rxtx_init()
54 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ macro