Command           320 drivers/isdn/capi/capiutil.c 	cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand);
Command           327 drivers/isdn/capi/capiutil.c 	byteTLcpy(cmsg->m + 4, &cmsg->Command);
Command           393 drivers/isdn/capi/capiutil.c 	byteTRcpy(cmsg->m + 4, &cmsg->Command);
Command           395 drivers/isdn/capi/capiutil.c 	cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand);
Command           426 drivers/isdn/capi/capiutil.c 	cmsg->Command = _Command;
Command           787 drivers/isdn/capi/capiutil.c 	byteTRcpy(cmsg->m + 4, &cmsg->Command);
Command           789 drivers/isdn/capi/capiutil.c 	cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand);
Command           792 drivers/isdn/capi/capiutil.c 		       capi_cmd2str(cmsg->Command, cmsg->Subcommand),
Command           826 drivers/isdn/capi/capiutil.c 		       capi_cmd2str(cmsg->Command, cmsg->Subcommand),
Command           233 drivers/message/fusion/lsi/mpi_raid.h     U8                      Command[10];
Command          2111 drivers/scsi/aacraid/aachba.c 	command->Command = cpu_to_le32(VM_Ioctl);
Command           694 drivers/scsi/aacraid/aacraid.h 	__le16 Command;		/* Routing information for the destination */
Command          1449 drivers/scsi/aacraid/aacraid.h 	__le32	Command;	/* VM_Ioctl */
Command           117 drivers/scsi/aacraid/commctrl.c 	if (kfib->header.Command == cpu_to_le16(TakeABreakPt)) {
Command           125 drivers/scsi/aacraid/commctrl.c 		retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr,
Command           541 drivers/scsi/aacraid/commsup.c 	hw_fib->header.Command = cpu_to_le16(command);
Command           571 drivers/scsi/aacraid/commsup.c 	dprintk((KERN_DEBUG "  Command =               %d.\n", le32_to_cpu(hw_fib->header.Command)));
Command            94 drivers/scsi/aacraid/dpcsup.c 		if (hwfib->header.Command == cpu_to_le16(NuFileSystem))
Command           396 drivers/scsi/aacraid/dpcsup.c 			if (hwfib->header.Command ==
Command           494 drivers/scsi/aacraid/src.c 		(native_hba || fib->hw_fib_va->header.Command != AifRequest)) {
Command          7046 drivers/scsi/hpsa.c 	struct Command *cmd;
Command           418 drivers/scsi/mpt3sas/mpi/mpi2_tool.h 	U8 Command;			/*0x0C */
Command           223 drivers/staging/isdn/gigaset/capi.c 			capi_cmd2str(p->Command, p->Subcommand));
Command            86 drivers/usb/gadget/udc/goku_udc.c 	writel(COMMAND_EP(epnum) | command, &regs->Command);
Command           147 drivers/usb/gadget/udc/goku_udc.h 	u32	Command;		/* 0x340 */
Command            58 drivers/usb/serial/io_edgeport.h #define PROC_READ_SETUP(Command, Argument)	((Command) + ((Argument)<<8))
Command            68 drivers/usb/serial/io_edgeport.h 	int	Command;
Command            41 fs/cifs/cifs_debug.c 		 smb->Command, smb->Status.CifsError,
Command           225 fs/cifs/cifsencrypt.c 	if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) {
Command           238 fs/cifs/cifsencrypt.c 			 cifs_pdu->Command);
Command           408 fs/cifs/cifspdu.h 	__u8 Command;
Command           260 fs/cifs/misc.c 	buffer->Command = smb_command;
Command           306 fs/cifs/misc.c 	if (smb->Command == SMB_COM_LOCKING_ANDX)
Command           410 fs/cifs/misc.c 	if ((pSMB->hdr.Command == SMB_COM_NT_TRANSACT) &&
Command           442 fs/cifs/misc.c 	if (pSMB->hdr.Command != SMB_COM_LOCKING_ANDX)
Command            35 fs/cifs/smb1ops.c 	in_buf->Command = SMB_COM_NT_CANCEL;
Command            97 fs/cifs/smb1ops.c 		    le16_to_cpu(mid->command) == buf->Command) {
Command           244 fs/cifs/smb1ops.c 	if (pSMB->Command != SMB_COM_TRANSACTION2)
Command          2462 fs/cifs/smb2maperror.c 			le16_to_cpu(shdr->Command), le64_to_cpu(shdr->MessageId));
Command          2487 fs/cifs/smb2maperror.c 			le16_to_cpu(shdr->Command),
Command            48 fs/cifs/smb2misc.c 			if (shdr->Command == SMB2_OPLOCK_BREAK)
Command           197 fs/cifs/smb2misc.c 	command = le16_to_cpu(shdr->Command);
Command           223 fs/cifs/smb2misc.c 	if (shdr->Command == SMB2_NEGOTIATE)
Command           319 fs/cifs/smb2misc.c 	switch (shdr->Command) {
Command           417 fs/cifs/smb2misc.c 	if (has_smb2_data_area[le16_to_cpu(shdr->Command)] == false)
Command           659 fs/cifs/smb2misc.c 	if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK)
Command           792 fs/cifs/smb2misc.c 	if (sync_hdr->Command != SMB2_CREATE ||
Command           277 fs/cifs/smb2ops.c 		    (mid->command == shdr->Command)) {
Command           294 fs/cifs/smb2ops.c 		 shdr->Command, shdr->Status, shdr->Flags, shdr->MessageId,
Command          2119 fs/cifs/smb2ops.c 			       le16_to_cpu(shdr->Command),
Command          3966 fs/cifs/smb2ops.c 	if (shdr->Command != SMB2_READ) {
Command           105 fs/cifs/smb2pdu.c 	shdr->Command = smb2_cmd;
Command           110 fs/cifs/smb2pdu.h 	__le16 Command;
Command           522 fs/cifs/smb2transport.c 	if ((shdr->Command == SMB2_NEGOTIATE) ||
Command           523 fs/cifs/smb2transport.c 	    (shdr->Command == SMB2_SESSION_SETUP) ||
Command           524 fs/cifs/smb2transport.c 	    (shdr->Command == SMB2_OPLOCK_BREAK) ||
Command           537 fs/cifs/smb2transport.c 			 shdr->Command);
Command           594 fs/cifs/smb2transport.c 	temp->command = shdr->Command; /* Always LE */
Command           610 fs/cifs/smb2transport.c 		le16_to_cpu(shdr->Command), temp->mid);
Command           627 fs/cifs/smb2transport.c 	   shdr->Command != SMB2_NEGOTIATE)
Command           631 fs/cifs/smb2transport.c 		if ((shdr->Command != SMB2_SESSION_SETUP) &&
Command           632 fs/cifs/smb2transport.c 		    (shdr->Command != SMB2_NEGOTIATE))
Command           638 fs/cifs/smb2transport.c 		if (shdr->Command != SMB2_LOGOFF)
Command           714 fs/cifs/smb2transport.c 	   shdr->Command != SMB2_NEGOTIATE)
Command            68 fs/cifs/transport.c 	temp->command = cpu_to_le16(smb_buffer->Command);
Command            69 fs/cifs/transport.c 	cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command);
Command           699 fs/cifs/transport.c 		if ((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) &&
Command           700 fs/cifs/transport.c 			(in_buf->Command != SMB_COM_NEGOTIATE))
Command           707 fs/cifs/transport.c 		if (in_buf->Command != SMB_COM_LOGOFF_ANDX)
Command          1488 fs/cifs/transport.c 		if (in_buf->Command == SMB_COM_TRANSACTION2) {
Command            80 include/linux/isdn/capiutil.h 	__u8 Command;