Searched refs:vcmd (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_vq.c | 433 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 D | nl80211.c | 17667 static int nl80211_vendor_check_policy(const struct wiphy_vendor_command *vcmd, in nl80211_set_qos_map() 17671 if (vcmd->policy == VENDOR_CMD_RAW_DATA) { in nl80211_set_qos_map() 17686 return nla_validate_nested(attr, vcmd->maxattr, vcmd->policy, extack); in nl80211_set_qos_map() 17717 const struct wiphy_vendor_command *vcmd; in nl80211_add_tx_ts() 17721 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_add_tx_ts() 17723 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_add_tx_ts() 17726 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_add_tx_ts() 17730 if (vcmd in nl80211_add_tx_ts() 17301 nl80211_vendor_check_policy(const struct wiphy_vendor_command * vcmd,struct nlattr * attr,struct netlink_ext_ack * extack) nl80211_vendor_check_policy() argument 17351 const struct wiphy_vendor_command *vcmd; nl80211_vendor_cmd() local 17466 const struct wiphy_vendor_command *vcmd; nl80211_prepare_vendor_dump() local 17520 const struct wiphy_vendor_command *vcmd; nl80211_vendor_cmd_dump() local [all...] |