Home
last modified time | relevance | path

Searched defs:pds_vdpa_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/vdpa/pds/
Dvdpa_dev.h33 struct pds_vdpa_device { struct
34 struct vdpa_device vdpa_dev;
35 struct pds_vdpa_aux *vdpa_aux;
37 struct pds_vdpa_vq_info vqs[PDS_VDPA_MAX_QUEUES];
38 u64 supported_features; /* supported device features */
39 u64 negotiated_features; /* negotiated features */
40 u8 vdpa_index; /* rsvd for future subdevice use */
41 u8 num_vqs; /* num vqs in use */
42 u8 mac[ETH_ALEN]; /* mac selected when the device was added */
43 struct vdpa_callback config_cb;
[all …]