xcmd             3496 drivers/infiniband/core/uverbs_cmd.c 	struct ib_uverbs_create_xsrq     xcmd;
xcmd             3503 drivers/infiniband/core/uverbs_cmd.c 	memset(&xcmd, 0, sizeof(xcmd));
xcmd             3504 drivers/infiniband/core/uverbs_cmd.c 	xcmd.response	 = cmd.response;
xcmd             3505 drivers/infiniband/core/uverbs_cmd.c 	xcmd.user_handle = cmd.user_handle;
xcmd             3506 drivers/infiniband/core/uverbs_cmd.c 	xcmd.srq_type	 = IB_SRQT_BASIC;
xcmd             3507 drivers/infiniband/core/uverbs_cmd.c 	xcmd.pd_handle	 = cmd.pd_handle;
xcmd             3508 drivers/infiniband/core/uverbs_cmd.c 	xcmd.max_wr	 = cmd.max_wr;
xcmd             3509 drivers/infiniband/core/uverbs_cmd.c 	xcmd.max_sge	 = cmd.max_sge;
xcmd             3510 drivers/infiniband/core/uverbs_cmd.c 	xcmd.srq_limit	 = cmd.srq_limit;
xcmd             3512 drivers/infiniband/core/uverbs_cmd.c 	return __uverbs_create_xsrq(attrs, &xcmd, &attrs->driver_udata);
xcmd              973 fs/compat_ioctl.c static int compat_ioctl_check_table(unsigned int xcmd)
xcmd              982 fs/compat_ioctl.c 	i = ((xcmd >> 16) * max) >> 16;
xcmd              985 fs/compat_ioctl.c 	while (ioctl_pointer[i] < xcmd && i < max)
xcmd              989 fs/compat_ioctl.c 	while (ioctl_pointer[i] > xcmd && i > 0)
xcmd              992 fs/compat_ioctl.c 	return ioctl_pointer[i] == xcmd;
xcmd              794 sound/soc/intel/atom/sst-atom-controls.h #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd)			\
xcmd              797 sound/soc/intel/atom/sst-atom-controls.h 		.pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd,			\
xcmd              801 sound/soc/intel/atom/sst-atom-controls.h 			  xtask, xcmd, xtype, xinfo, xget, xput)			\
xcmd              807 sound/soc/intel/atom/sst-atom-controls.h 					   xmod, xtask, xcmd),				\
xcmd              811 sound/soc/intel/atom/sst-atom-controls.h 				xpipe, xinstance, xtask, xcmd)				\
xcmd              813 sound/soc/intel/atom/sst-atom-controls.h 			  xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS,		\
xcmd              824 sound/soc/intel/atom/sst-atom-controls.h 				xinstance, xtask, xcmd)					\
xcmd              826 sound/soc/intel/atom/sst-atom-controls.h 	SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
xcmd              829 sound/soc/intel/atom/sst-atom-controls.h 				      xpipe, xinstance, xtask, xcmd)			\
xcmd              832 sound/soc/intel/atom/sst-atom-controls.h 			  xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS,		\