Searched refs:vcmd (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | lightnvm.c | 752 struct nvme_nvm_command *vcmd, in nvme_nvm_submit_user_cmd() 758 bool write = nvme_is_write((struct nvme_command *)vcmd); in nvme_nvm_submit_user_cmd() 770 rq = nvme_alloc_request(q, (struct nvme_command *)vcmd, 0); in nvme_nvm_submit_user_cmd() 790 vcmd->ph_rw.spba = cpu_to_le64(ppa_dma); in nvme_nvm_submit_user_cmd() 792 vcmd->ph_rw.spba = cpu_to_le64((uintptr_t)ppa_buf); in nvme_nvm_submit_user_cmd() 817 vcmd->ph_rw.metadata = cpu_to_le64(metadata_dma); in nvme_nvm_submit_user_cmd() 890 struct nvm_passthru_vio vcmd; in nvme_nvm_user_vcmd() local 896 if (copy_from_user(&vcmd, uvcmd, sizeof(vcmd))) in nvme_nvm_user_vcmd() 898 if ((vcmd in nvme_nvm_user_vcmd() 750 nvme_nvm_submit_user_cmd(struct request_queue *q, struct nvme_ns *ns, struct nvme_nvm_command *vcmd, void __user *ubuf, unsigned int bufflen, void __user *meta_buf, unsigned int meta_len, void __user *ppa_buf, unsigned int ppa_len, u32 *result, u64 *status, unsigned int timeout) nvme_nvm_submit_user_cmd() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 377 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local 381 /* set up vcmd */ in virtio_gpu_queue_fenced_ctrl_buffer() 382 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_fenced_ctrl_buffer() 384 sgs[outcnt] = &vcmd; in virtio_gpu_queue_fenced_ctrl_buffer()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 375 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local 379 /* set up vcmd */ in virtio_gpu_queue_fenced_ctrl_buffer() 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()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 13529 static int nl80211_vendor_check_policy(const struct wiphy_vendor_command *vcmd, in nl80211_vendor_check_policy() argument 13533 if (vcmd->policy == VENDOR_CMD_RAW_DATA) { in nl80211_vendor_check_policy() 13548 return nla_validate_nested(attr, vcmd->maxattr, vcmd->policy, extack); in nl80211_vendor_check_policy() 13578 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local 13582 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd() 13584 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd() 13587 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_vendor_cmd() 13591 if (vcmd in nl80211_vendor_cmd() 13693 const struct wiphy_vendor_command *vcmd; nl80211_prepare_vendor_dump() local 13747 const struct wiphy_vendor_command *vcmd; nl80211_vendor_cmd_dump() local [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 14936 static int nl80211_vendor_check_policy(const struct wiphy_vendor_command *vcmd, in nl80211_vendor_check_policy() argument 14940 if (vcmd->policy == VENDOR_CMD_RAW_DATA) { in nl80211_vendor_check_policy() 14955 return nla_validate_nested(attr, vcmd->maxattr, vcmd->policy, extack); in nl80211_vendor_check_policy() 14986 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local 14990 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd() 14992 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd() 14995 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_vendor_cmd() 14999 if (vcmd in nl80211_vendor_cmd() 15101 const struct wiphy_vendor_command *vcmd; nl80211_prepare_vendor_dump() local 15155 const struct wiphy_vendor_command *vcmd; nl80211_vendor_cmd_dump() local [all...] |
Completed in 49 milliseconds