Searched refs:nsid (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | nvme.h | 238 __le32 nsid; member 250 __le32 nsid; member 292 __le32 nsid; member 369 __le32 nsid; member 381 __le32 nsid; member 454 __le32 nsid; member 557 __u32 nsid; member
|
/linux-4.1.27/include/linux/ |
D | nvme.h | 166 int nvme_identify(struct nvme_dev *, unsigned nsid, unsigned cns, 168 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid,
|
/linux-4.1.27/net/core/ |
D | net_namespace.c | 501 int nsid, err; in rtnl_net_newid() local 509 nsid = nla_get_s32(tb[NETNSA_NSID]); in rtnl_net_newid() 525 err = alloc_netid(net, peer, nsid); in rtnl_net_newid() 542 int nsid) in rtnl_net_fill() argument 557 if (nsid >= 0) { in rtnl_net_fill() 558 id = nsid; in rtnl_net_fill()
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 734 cmnd->dsm.nsid = cpu_to_le32(ns->ns_id); in nvme_submit_discard() 752 cmnd->common.nsid = cpu_to_le32(ns->ns_id); in nvme_submit_flush() 780 cmnd->rw.nsid = cpu_to_le32(ns->ns_id); in nvme_submit_iod() 1156 int nvme_identify(struct nvme_dev *dev, unsigned nsid, unsigned cns, in nvme_identify() argument 1163 c.identify.nsid = cpu_to_le32(nsid); in nvme_identify() 1170 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid, in nvme_get_features() argument 1177 c.features.nsid = cpu_to_le32(nsid); in nvme_get_features() 1811 c.rw.nsid = cpu_to_le32(ns->ns_id); in nvme_submit_io() 1853 c.common.nsid = cpu_to_le32(cmd.nsid); in nvme_user_cmd() 2107 static void nvme_alloc_ns(struct nvme_dev *dev, unsigned nsid) in nvme_alloc_ns() argument [all …]
|
D | nvme-scsi.c | 1053 c.common.nsid = cpu_to_le32(0xFFFFFFFF); in nvme_trans_log_info_exceptions() 1121 c.common.nsid = cpu_to_le32(0xFFFFFFFF); in nvme_trans_log_temperature() 1972 c.format.nsid = cpu_to_le32(ns->ns_id); in nvme_trans_fmt_send_cmd() 2116 c.rw.nsid = cpu_to_le32(ns->ns_id); in nvme_trans_do_nvme_io() 2699 c.common.nsid = cpu_to_le32(ns->ns_id); in nvme_trans_start_stop() 2727 c.common.nsid = cpu_to_le32(ns->ns_id); in nvme_trans_synchronize_cache() 2932 c.dsm.nsid = cpu_to_le32(ns->ns_id); in nvme_trans_unmap()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga_reg.h | 1237 uint32 nsid; member
|
D | vmwgfx_overlay.c | 78 header->body.nsid = SVGA_ESCAPE_NSID_VMWARE; in fill_escape()
|