Lines Matching refs:iowrite32
27 iowrite32(1, &wq->ctrl->enable); in vnic_wq_copy_enable()
34 iowrite32(0, &wq->ctrl->enable); in vnic_wq_copy_disable()
62 iowrite32(0, &wq->ctrl->fetch_index); in vnic_wq_copy_clean()
63 iowrite32(0, &wq->ctrl->posted_index); in vnic_wq_copy_clean()
64 iowrite32(0, &wq->ctrl->error_status); in vnic_wq_copy_clean()
104 iowrite32(wq->ring.desc_count, &wq->ctrl->ring_size); in vnic_wq_copy_init()
105 iowrite32(0, &wq->ctrl->fetch_index); in vnic_wq_copy_init()
106 iowrite32(0, &wq->ctrl->posted_index); in vnic_wq_copy_init()
107 iowrite32(cq_index, &wq->ctrl->cq_index); in vnic_wq_copy_init()
108 iowrite32(error_interrupt_enable, &wq->ctrl->error_interrupt_enable); in vnic_wq_copy_init()
109 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); in vnic_wq_copy_init()