|
@@ -74,6 +74,8 @@ void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
|
|
iowrite32(cq_message_enable, &cq->ctrl->cq_message_enable);
|
|
iowrite32(cq_message_enable, &cq->ctrl->cq_message_enable);
|
|
iowrite32(interrupt_offset, &cq->ctrl->interrupt_offset);
|
|
iowrite32(interrupt_offset, &cq->ctrl->interrupt_offset);
|
|
writeq(cq_message_addr, &cq->ctrl->cq_message_addr);
|
|
writeq(cq_message_addr, &cq->ctrl->cq_message_addr);
|
|
|
|
+
|
|
|
|
+ cq->interrupt_offset = interrupt_offset;
|
|
}
|
|
}
|
|
|
|
|
|
void vnic_cq_clean(struct vnic_cq *cq)
|
|
void vnic_cq_clean(struct vnic_cq *cq)
|