Searched refs:vcmd (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_vq.c | 431 struct scatterlist *sgs[3], vcmd, vresp; in virtio_gpu_panic_queue_ctrl_buffer() local 435 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_panic_queue_ctrl_buffer() 437 sgs[outcnt] = &vcmd; in virtio_gpu_panic_queue_ctrl_buffer() 457 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local 462 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_fenced_ctrl_buffer() 464 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer()
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 15116 if (vcmd->policy == VENDOR_CMD_RAW_DATA) { in nl80211_vendor_check_policy() 15131 return nla_validate_nested(attr, vcmd->maxattr, vcmd->policy, extack); in nl80211_vendor_check_policy() 15162 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local 15166 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd() 15168 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd() 15187 if (!vcmd->doit) in nl80211_vendor_cmd() 15194 err = nl80211_vendor_check_policy(vcmd, in nl80211_vendor_cmd() 15277 const struct wiphy_vendor_command *vcmd; in nl80211_prepare_vendor_dump() local 15281 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_prepare_vendor_dump() 15284 if (!vcmd->dumpit) { in nl80211_prepare_vendor_dump() [all …]
|