Searched refs:pds_vdpa_device (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/vdpa/pds/ |
H A D | cmds.h | 7 int pds_vdpa_init_hw(struct pds_vdpa_device *pdsv); 9 int pds_vdpa_cmd_reset(struct pds_vdpa_device *pdsv); 10 int pds_vdpa_cmd_set_status(struct pds_vdpa_device *pdsv, u8 status); 11 int pds_vdpa_cmd_set_mac(struct pds_vdpa_device *pdsv, u8 *mac); 12 int pds_vdpa_cmd_set_max_vq_pairs(struct pds_vdpa_device *pdsv, u16 max_vqp); 13 int pds_vdpa_cmd_init_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, 15 int pds_vdpa_cmd_reset_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, 17 int pds_vdpa_cmd_set_features(struct pds_vdpa_device *pdsv, u64 features);
|
H A D | vdpa_dev.c | 21 static struct pds_vdpa_device *vdpa_to_pdsv(struct vdpa_device *vdpa_dev) in vdpa_to_pdsv() 23 return container_of(vdpa_dev, struct pds_vdpa_device, vdpa_dev); in vdpa_to_pdsv() 30 struct pds_vdpa_device *pdsv = container_of(nb, struct pds_vdpa_device, nb); in pds_vdpa_notify_handler() 43 static int pds_vdpa_register_event_handler(struct pds_vdpa_device *pdsv) in pds_vdpa_register_event_handler() 64 static void pds_vdpa_unregister_event_handler(struct pds_vdpa_device *pdsv) in pds_vdpa_unregister_event_handler() 75 struct pds_vdpa_device *pdsv = vdpa_to_pdsv(vdpa_dev); in pds_vdpa_set_vq_address() 86 struct pds_vdpa_device *pdsv = vdpa_to_pdsv(vdpa_dev); in pds_vdpa_set_vq_num() 93 struct pds_vdpa_device *pdsv = vdpa_to_pdsv(vdpa_dev); in pds_vdpa_kick_vq() 101 struct pds_vdpa_device *pdsv = vdpa_to_pdsv(vdpa_dev); in pds_vdpa_set_vq_cb() 117 static void pds_vdpa_release_irq(struct pds_vdpa_device *pdsv, int qid) in pds_vdpa_release_irq() [all …]
|
H A D | cmds.c | 16 int pds_vdpa_init_hw(struct pds_vdpa_device *pdsv) in pds_vdpa_init_hw() 38 int pds_vdpa_cmd_reset(struct pds_vdpa_device *pdsv) in pds_vdpa_cmd_reset() 58 int pds_vdpa_cmd_set_status(struct pds_vdpa_device *pdsv, u8 status) in pds_vdpa_cmd_set_status() 79 int pds_vdpa_cmd_set_mac(struct pds_vdpa_device *pdsv, u8 *mac) in pds_vdpa_cmd_set_mac() 102 int pds_vdpa_cmd_set_max_vq_pairs(struct pds_vdpa_device *pdsv, u16 max_vqp) in pds_vdpa_cmd_set_max_vq_pairs() 125 int pds_vdpa_cmd_init_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, in pds_vdpa_cmd_init_vq() 159 int pds_vdpa_cmd_reset_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, in pds_vdpa_cmd_reset_vq()
|
H A D | vdpa_dev.h | 28 struct pds_vdpa_device *pdsv; 33 struct pds_vdpa_device { struct
|
H A D | aux_drv.h | 16 struct pds_vdpa_device *pdsv;
|
H A D | debugfs.c | 203 struct pds_vdpa_device *pdsv = seq->private; in config_show()
|