Home
last modified time | relevance | path

Searched refs:ifcvf_set_vq_state (Results 1 – 3 of 3) sorted by relevance

/drivers/vdpa/ifcvf/
Difcvf_base.h120 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num);
Difcvf_base.c290 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num) in ifcvf_set_vq_state() function
341 ifcvf_set_vq_state(hw, i, hw->vring[i].last_avail_idx); in ifcvf_hw_enable()
Difcvf_main.c259 return ifcvf_set_vq_state(vf, qid, state->avail_index); in ifcvf_vdpa_set_vq_state()