Lines Matching refs:vring
141 hw->vring[i].notify_addr = hw->notify_base + in ifcvf_init_hw()
143 hw->vring[i].notify_pa = hw->notify_base_pa + in ifcvf_init_hw()
145 hw->vring[i].irq = -EINVAL; in ifcvf_init_hw()
326 hw->vring[qid].last_avail_idx = num; in ifcvf_set_vq_state()
339 if (!hw->vring[i].ready) in ifcvf_hw_enable()
343 vp_iowrite64_twopart(hw->vring[i].desc, &cfg->queue_desc_lo, in ifcvf_hw_enable()
345 vp_iowrite64_twopart(hw->vring[i].avail, &cfg->queue_avail_lo, in ifcvf_hw_enable()
347 vp_iowrite64_twopart(hw->vring[i].used, &cfg->queue_used_lo, in ifcvf_hw_enable()
349 vp_iowrite16(hw->vring[i].size, &cfg->queue_size); in ifcvf_hw_enable()
350 ifcvf_set_vq_state(hw, i, hw->vring[i].last_avail_idx); in ifcvf_hw_enable()
392 vp_iowrite16(qid, hw->vring[qid].notify_addr); in ifcvf_notify_queue()