Searched refs:vcmd (Results 1 – 2 of 2) sorted by relevance
375 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local380 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()
14981 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() local15031 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() local15146 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 …]