Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvdpa.h17 VDPA_CMD_DEV_NEW, enumerator
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst33 4. Send the VDPA_CMD_DEV_NEW netlink message to attach the VDUSE
76 if (cmd == VDPA_CMD_DEV_NEW)
107 the VDPA_CMD_DEV_NEW netlink message. Userspace needs to read()/write() on
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c749 hdr = genlmsg_put(msg, portid, seq, &vdpa_nl_family, flags, VDPA_CMD_DEV_NEW); in vdpa_dev_fill()
1264 .cmd = VDPA_CMD_DEV_NEW,