Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dlightnvm.c770 struct nvme_nvm_command *vcmd, in nvme_nvm_submit_user_cmd() argument
776 bool write = nvme_is_write((struct nvme_command *)vcmd); in nvme_nvm_submit_user_cmd()
788 rq = nvme_alloc_request(q, (struct nvme_command *)vcmd, 0, in nvme_nvm_submit_user_cmd()
808 vcmd->ph_rw.spba = cpu_to_le64(ppa_dma); in nvme_nvm_submit_user_cmd()
810 vcmd->ph_rw.spba = cpu_to_le64((uintptr_t)ppa_buf); in nvme_nvm_submit_user_cmd()
835 vcmd->ph_rw.metadata = cpu_to_le64(metadata_dma); in nvme_nvm_submit_user_cmd()
908 struct nvm_passthru_vio vcmd; in nvme_nvm_user_vcmd() local
914 if (copy_from_user(&vcmd, uvcmd, sizeof(vcmd))) in nvme_nvm_user_vcmd()
916 if ((vcmd.opcode != 0xF2) && (!capable(CAP_SYS_ADMIN))) in nvme_nvm_user_vcmd()
918 if (vcmd.flags) in nvme_nvm_user_vcmd()
[all …]
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c269 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_ctrl_buffer_locked() local
276 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_ctrl_buffer_locked()
277 sgs[outcnt + incnt] = &vcmd; in virtio_gpu_queue_ctrl_buffer_locked()
/Linux-v4.19/net/wireless/
Dnl80211.c12315 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local
12319 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd()
12321 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd()
12324 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_vendor_cmd()
12328 if (vcmd->flags & WIPHY_VENDOR_CMD_NEED_NETDEV && in nl80211_vendor_cmd()
12332 if (vcmd->flags & WIPHY_VENDOR_CMD_NEED_RUNNING) { in nl80211_vendor_cmd()
12337 if (!vcmd->doit) in nl80211_vendor_cmd()
12415 const struct wiphy_vendor_command *vcmd; in nl80211_prepare_vendor_dump() local
12417 vcmd = &(*rdev)->wiphy.vendor_commands[i]; in nl80211_prepare_vendor_dump()
12419 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_prepare_vendor_dump()
[all …]
/Linux-v4.19/drivers/isdn/i4l/
Disdn_tty.c3121 static char *vcmd[] = in isdn_tty_cmd_PLUSV() local
3129 while (vcmd[i]) { in isdn_tty_cmd_PLUSV()
3130 if (!strncmp(vcmd[i], p[0], 2)) { in isdn_tty_cmd_PLUSV()