Home
last modified time | relevance | path

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

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa.h85 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state);
H A Doctep_vdpa_hw.c320 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state) in octep_set_vq_state() function
H A Doctep_vdpa_main.c209 return octep_set_vq_state(oct_hw, qid, state); in octep_vdpa_set_vq_state()