Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c375 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local
380 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_fenced_ctrl_buffer()
382 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer()
/openbmc/linux/net/wireless/
H A Dnl80211.c14981 if (vcmd->policy == VENDOR_CMD_RAW_DATA) { in nl80211_vendor_check_policy()
14996 return nla_validate_nested(attr, vcmd->maxattr, vcmd->policy, extack); in nl80211_vendor_check_policy()
15027 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local
15031 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd()
15033 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd()
15052 if (!vcmd->doit) in nl80211_vendor_cmd()
15059 err = nl80211_vendor_check_policy(vcmd, in nl80211_vendor_cmd()
15142 const struct wiphy_vendor_command *vcmd; in nl80211_prepare_vendor_dump() local
15146 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_prepare_vendor_dump()
15149 if (!vcmd->dumpit) { in nl80211_prepare_vendor_dump()
[all …]