Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.h124 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector);
H A Difcvf_main.c178 ret = ifcvf_set_vq_vector(vf, i, vector); in ifcvf_request_per_vq_irq()
211 ret = ifcvf_set_vq_vector(vf, i, vector); in ifcvf_request_vqs_reused_irq()
244 ret = ifcvf_set_vq_vector(vf, i, vector); in ifcvf_request_dev_irq()
H A Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector() function
398 ifcvf_set_vq_vector(hw, qid, VIRTIO_MSI_NO_VECTOR); in ifcvf_reset_vring()