Home
last modified time | relevance | path

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

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa.h86 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state);
H A Doctep_vdpa_hw.c314 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state() function
H A Doctep_vdpa_main.c201 return octep_get_vq_state(oct_hw, qid, state); in octep_vdpa_get_vq_state()