Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vdpa/pds/ !
Dcmds.c21 .vdpa_init.opcode = PDS_VDPA_CMD_INIT, in pds_vdpa_init_hw()
22 .vdpa_init.vdpa_index = pdsv->vdpa_index, in pds_vdpa_init_hw()
23 .vdpa_init.vf_id = cpu_to_le16(pdsv->vdpa_aux->vf_id), in pds_vdpa_init_hw()
29 err = pds_client_adminq_cmd(padev, &cmd, sizeof(cmd.vdpa_init), in pds_vdpa_init_hw()
/linux-6.6.21/include/linux/pds/ !
Dpds_adminq.h1200 struct pds_vdpa_init_cmd vdpa_init; member
/linux-6.6.21/drivers/vdpa/ !
Dvdpa.c1302 static int vdpa_init(void) in vdpa_init() function
1325 core_initcall(vdpa_init);