Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c433 struct scatterlist *sgs[3], vcmd, vresp; in virtio_gpu_panic_queue_ctrl_buffer() local
437 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_panic_queue_ctrl_buffer()
439 sgs[outcnt] = &vcmd; in virtio_gpu_panic_queue_ctrl_buffer()
459 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local
464 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_fenced_ctrl_buffer()
466 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer()
/linux/net/wireless/
H A Dnl80211.c17267 static int nl80211_vendor_check_policy(const struct wiphy_vendor_command *vcmd, in nl80211_get_ftm_responder_stats()
17271 if (vcmd->policy == VENDOR_CMD_RAW_DATA) { in nl80211_update_owe_info()
17286 return nla_validate_nested(attr, vcmd->maxattr, vcmd->policy, extack); in nl80211_update_owe_info()
17317 const struct wiphy_vendor_command *vcmd; in nl80211_probe_mesh_link()
17321 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_probe_mesh_link()
17323 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_probe_mesh_link()
17326 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_probe_mesh_link()
17330 if (vcmd in nl80211_probe_mesh_link()
16463 nl80211_vendor_check_policy(const struct wiphy_vendor_command * vcmd,struct nlattr * attr,struct netlink_ext_ack * extack) nl80211_vendor_check_policy() argument
16513 const struct wiphy_vendor_command *vcmd; nl80211_vendor_cmd() local
16628 const struct wiphy_vendor_command *vcmd; nl80211_prepare_vendor_dump() local
16682 const struct wiphy_vendor_command *vcmd; nl80211_vendor_cmd_dump() local
[all...]