Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst38 Function Command / Data Reserved Pad Multiplexer ID Payload length
43 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
44 or data packet. Command packet is used for transport level flow control. Data
65 Function Command / Data Reserved Pad Multiplexer ID Payload length
70 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
71 or data packet. Command packet is used for transport level flow control. Data
119 Function Command / Data Next header Pad Multiplexer ID Payload length
124 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command
125 or data packet. Command packet is used for transport level flow control. Data
171 Function Command Reserved Pad Multiplexer ID Payload length
[all …]
/linux/scripts/gdb/linux/
H A Dproc.py25 class LxCmdLine(gdb.Command):
39 class LxVersion(gdb.Command):
83 class LxIOMem(gdb.Command):
98 class LxIOPorts(gdb.Command):
141 class LxMounts(gdb.Command):
207 class LxFdtDump(gdb.Command):
H A Ddevice.py97 class LxDeviceListBus(gdb.Command):
117 class LxDeviceListClass(gdb.Command):
135 class LxDeviceListTree(gdb.Command):
H A Dmm.py461 class LxPFN2Page(gdb.Command):
475 class LxPage2PFN(gdb.Command):
490 class LxPageAddress(gdb.Command):
505 class LxPage2Phys(gdb.Command):
520 class LxVirt2Phys(gdb.Command):
534 class LxVirt2Page(gdb.Command):
548 class LxSym2PFN(gdb.Command):
562 class LxPFN2Kaddr(gdb.Command):
H A Dmodules.py65 class LxLsmod(gdb.Command):
111 class LxFindTextAddrinMod(gdb.Command):
H A Dconfig.py11 class LxConfigDump(gdb.Command):
H A Dkasan.py19 class KasanMemToShadow(gdb.Command):
/linux/fs/smb/client/
H A Dsmb1transport.c52 temp->command = cpu_to_le16(smb_buffer->Command); in alloc_mid()
53 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in alloc_mid()
77 if ((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && in allocate_mid()
78 (in_buf->Command != SMB_COM_NEGOTIATE)) { in allocate_mid()
87 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) { in allocate_mid()
287 if (pSMB->Command != SMB_COM_TRANSACTION2) in check2ndT2()
459 if (smb->Command == SMB_COM_LOCKING_ANDX) in check_smb_hdr()
467 if (smb->Command == SMB_COM_TRANSACTION2 && smb->Status.CifsError != 0) in check_smb_hdr()
H A Dsmb2misc.c37 if (shdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr()
187 command = le16_to_cpu(shdr->Command); in smb2_check_message()
336 switch (shdr->Command) { in smb2_get_data_area_len()
385 cifs_dbg(VFS, "no length check for command %d\n", le16_to_cpu(shdr->Command)); in smb2_get_data_area_len()
429 if (has_smb2_data_area[le16_to_cpu(shdr->Command)] == false) in smb2_calc_size()
687 if (rsp->hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
853 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
863 le16_to_cpu(hdr->Command), in smb2_handle_cancelled_mid()
894 if (hdr->Command == SMB2_NEGOTIATE) in smb311_update_preauth_hash()
905 if (hdr->Command != SMB2_SESSION_SETUP) in smb311_update_preauth_hash()
H A Dsmb2maperror.c60 le16_to_cpu(shdr->Command), in map_smb2_to_linux_error()
86 le16_to_cpu(shdr->Command), in map_smb2_to_linux_error()
H A Dsmb1encrypt.c102 if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) { in cifs_verify_signature()
115 cifs_pdu->Command); in cifs_verify_signature()
/linux/fs/smb/server/
H A Dsmb2misc.c97 switch (hdr->Command) { in smb2_get_data_area_len()
228 if (hdr->Command == SMB2_LOCK) in smb2_calc_size()
231 if (has_smb2_data_area[le16_to_cpu(hdr->Command)] == false) in smb2_calc_size()
308 switch (hdr->Command) { in smb2_validate_credit_charge()
396 command = le16_to_cpu(hdr->Command); in ksmbd_smb2_check_message()
/linux/Documentation/hwmon/
H A Ddrivetemp.rst11 Information technology - AT Attachment 8 - ATA/ATAPI Command Set (ATA8-ACS)
26 If supported, it uses the ATA SCT Command Transport feature to read
28 as well as historic minimum and maximum temperatures. If SCT Command
/linux/drivers/dma/mediatek/
H A DKconfig17 tristate "MediaTek Command-Queue DMA controller support"
23 Enable support for Command-Queue DMA controller on MediaTek
/linux/Documentation/scsi/
H A Darcmsr_spec.rst59 All SCSI Command must be sent through postQ:
159 0x03 Reset (Abort all queued Command)
164 0x07 Check If Host Command Pending
194 (B) Command block
201 2. Command block
224 3. Command code and associated data
227 The following are command code defined in raid controller Command
231 Command code 0x20--0x?? always check the password,
281 Command description
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A DTESTING44 Command: vchiq_test -f 10
55 Command: vchiq_test -p
86 Command: cat /sys/kernel/debug/vchiq/state
/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs78 type Command: FromBytes + AsBytes; typedef
89 fn init(&self) -> impl Init<Self::Command, Self::InitError>; in init() argument
120 size_of::<Self::Command>() + self.variable_payload_len() in size()
641 let (cmd, payload_1) = M::Command::from_bytes_mut_prefix(dst.contents.0).ok_or(EIO)?; in send_single_command()
/linux/Documentation/gpu/xe/
H A Dxe_cs.rst4 Command submission
/linux/Documentation/gpu/nova/core/
H A Dfwsec.rst155 | | | | Command Input Buffer|<|----|------------+ | |
156 | | | | - Command data | | | | |
161 | | | | Command Output |<|----|------------------+ |
/linux/Documentation/gpu/
H A Dvc4.rst76 Memory Management and 3D Command Submission
91 :doc: Command list validator for VC4.
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_osd.rst75 - Command
197 | Command currently not supported by the AV7110!
259 | Command currently not supported by the AV7110!
377 - Command specific Data.
674 - Command is out of range.
/linux/fs/smb/common/
H A Dsmb1pdu.h22 __u8 Command; member
/linux/tools/perf/Documentation/
H A Dexamples.txt82 # Overhead Command Shared Object
107 # Overhead Command Shared Object Symbol
134 # Overhead Command Shared Object
/linux/tools/perf/scripts/python/
H A Dparallel-perf.py51 def Command(self): member in Work
69 f.write(self.Command())
212 print("Starting:", w.Command())
227 print("Finished:", w.Command())
233 print("Job failed!\n return code:", r, "\n command: ", w.Command())
833 print(w.Command())
/linux/Documentation/nvme/
H A Dfeature-and-quirk-policy.rst21 - various Command Set specifications (e.g. NVM Command Set)

12345678