Home
last modified time | relevance | path

Searched refs:max_vqp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/vdpa/pds/
H A Dcmds.c102 int pds_vdpa_cmd_set_max_vq_pairs(struct pds_vdpa_device *pdsv, u16 max_vqp) in pds_vdpa_cmd_set_max_vq_pairs() argument
111 .vdpa_setattr.max_vq_pairs = cpu_to_le16(max_vqp), in pds_vdpa_cmd_set_max_vq_pairs()
120 max_vqp, comp.status, ERR_PTR(err)); in pds_vdpa_cmd_set_max_vq_pairs()
H A Dcmds.h12 int pds_vdpa_cmd_set_max_vq_pairs(struct pds_vdpa_device *pdsv, u16 max_vqp);