Searched refs:ifcvf_set_vq_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.h | 120 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num);
|
H A D | ifcvf_base.c | 290 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()
|
H A D | ifcvf_main.c | 259 return ifcvf_set_vq_state(vf, qid, state->avail_index); in ifcvf_vdpa_set_vq_state()
|
/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.h | 120 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num);
|
H A D | ifcvf_base.c | 339 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num) in ifcvf_set_vq_state() function
|
H A D | ifcvf_main.c | 473 return ifcvf_set_vq_state(vf, qid, state->split.avail_index); in ifcvf_vdpa_set_vq_state()
|
Completed in 4 milliseconds