Home
last modified time | relevance | path

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

/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c72 u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_size() function
89 max_size = ifcvf_get_vq_size(hw, 0); in ifcvf_get_max_vq_size()
91 queue_size = ifcvf_get_vq_size(hw, qid); in ifcvf_get_max_vq_size()
H A Difcvf_base.h132 u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid);
H A Difcvf_main.c610 return ifcvf_get_vq_size(vf, qid); in ifcvf_vdpa_get_vq_size()