Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 2658) sorted by relevance

12345678910>>...107

/linux-5.10/net/sctp/
Dsm_statefuns.c58 struct sctp_cmd_seq *commands);
67 struct sctp_cmd_seq *commands,
75 struct sctp_cmd_seq *commands);
82 struct sctp_cmd_seq *commands);
89 struct sctp_cmd_seq *commands);
94 struct sctp_cmd_seq *commands,
104 struct sctp_cmd_seq *commands,
114 struct sctp_cmd_seq *commands);
122 struct sctp_cmd_seq *commands);
130 struct sctp_cmd_seq *commands);
[all …]
Dsm_sideeffect.c47 struct sctp_cmd_seq *commands,
56 struct sctp_cmd_seq *commands,
139 struct sctp_cmd_seq *commands) in sctp_gen_sack() argument
200 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack()
215 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack()
218 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack()
514 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() argument
589 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() argument
600 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed()
603 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed()
[all …]
/linux-5.10/Documentation/hwmon/
Dpmbus-core.rst21 Unfortunately, while PMBus commands are standardized, there are no mandatory
22 commands, and manufacturers can add as many non-standard commands as they like.
23 Also, different PMBUs devices act differently if non-supported commands are
47 PMBus commands. Auto-detection is somewhat limited, since there are simply too
49 which PMBus commands are paged and which commands are replicated across all
53 all commands can be auto-detected. The data structures in this driver can be
57 Some commands are always auto-detected. This applies to all limit commands
67 standard PMBus commands and virtual PMBus commands.
69 Standard PMBus commands
72 Standard PMBus commands (commands values 0x00 to 0xff) are defined in the PMBUs
[all …]
/linux-5.10/include/uapi/linux/
Disst_if.h20 * commands. Even if the firmware is capable, driver may
22 * @max_cmds_per_ioctl: Returns the maximum number of commands driver will
29 * support and also number of commands to send in a single IOCTL request.
58 * one or more CPU mapping commands. Here IOCTL return value indicates
59 * number of commands sent or error number if no commands have been sent.
84 * struct isst_if_io_regs - structure for IO register commands
85 * @cmd_count: Number of io reg commands in io_reg[]
89 * one or more read/write commands to PUNIT. Here IOCTL return value
121 * struct isst_if_mbox_cmds - structure for mailbox commands
122 * @cmd_count: Number of mailbox commands in mbox_cmd[]
[all …]
/linux-5.10/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Duncore-ddrc.json19 "BriefDescription": "DDRC write commands",
20 "PublicDescription": "DDRC write commands",
26 "BriefDescription": "DDRC read commands",
27 "PublicDescription": "DDRC read commands",
33 "BriefDescription": "DDRC precharge commands",
34 "PublicDescription": "DDRC precharge commands",
40 "BriefDescription": "DDRC active commands",
41 "PublicDescription": "DDRC active commands",
47 "BriefDescription": "DDRC rank commands",
48 "PublicDescription": "DDRC rank commands",
/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_cmd.h40 /* QPC BT commands */
57 /* CQC BT commands */
68 /* MPT BT commands */
79 /* CQC TIMER commands */
83 /* MPT commands */
86 /* SRQC BT commands */
97 /* QPC TIMER commands */
101 /* EQC commands */
111 /* SCC CTX BT commands */
117 /* TPT commands */
[all …]
/linux-5.10/tools/power/cpupower/man/
Dcpupower.116 The manpages of the commands (cpupower\-<command>(1)) provide detailed
18 of supported commands.
24 Shows supported commands and general usage.
30 This option is not supported by all commands, details can be found in the
31 manpages of the commands.
33 Some commands access all cores (typically the *\-set commands), some only
34 the first core (typically the *\-info commands) by default.
/linux-5.10/arch/sparc/kernel/
Dsetup_32.c148 static void __init boot_flags_init(char *commands) in boot_flags_init() argument
150 while (*commands) { in boot_flags_init()
152 while (*commands == ' ') in boot_flags_init()
153 commands++; in boot_flags_init()
156 if (*commands == '\0') in boot_flags_init()
158 if (*commands == '-') { in boot_flags_init()
159 commands++; in boot_flags_init()
160 while (*commands && *commands != ' ') in boot_flags_init()
161 process_switch(*commands++); in boot_flags_init()
164 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init()
[all …]
/linux-5.10/drivers/platform/x86/
Dsamsung-laptop.c147 const struct sabi_commands commands; member
172 .commands = {
235 .commands = {
297 * This allow to call arbitrary sabi commands wihout
467 /* simple wrappers usable with most commands */
480 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local
485 retval = sabi_command(samsung, commands->get_brightness, in read_brightness()
502 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local
513 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness()
516 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness()
[all …]
/linux-5.10/Documentation/i2c/
Di2c-stub.rst9 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w)
13 driver, which will then only react to SMBus commands to these addresses.
16 quick commands to the specified addresses; it will respond to the other
17 commands (also to the specified addresses) by reading from or writing to
29 SMBus block commands must be written to configure an SMBus command for
30 SMBus block operations. Writes can be partial. Block read commands always
50 Functionality override, to disable some commands. See I2C_FUNC_*
53 commands.
/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-memory.json143 "BriefDescription": "DRAM Page Activate commands sent due to a write request",
148 …ounts DRAM Page Activate commands sent on this channel due to a write request to the iMC (Memory C…
153 "BriefDescription": "All DRAM CAS Commands issued",
158 …ption": "Counts all CAS (Column Address Select) commands issued to DRAM per memory channel. CAS c…
163 "BriefDescription": "All DRAM Read CAS Commands issued (does not include underfills)",
168 …ounts CAS (Column Access Select) regular read commands issued to DRAM on a per channel basis. CAS…
173 "BriefDescription": "DRAM Underfill Read CAS Commands issued",
178 …umn Access Select) underfill read commands issued to DRAM due to a partial write, on a per channel…
183 …"BriefDescription": "DRAM CAS (Column Address Strobe) Commands.; DRAM WR_CAS (w/ and w/out auto-pr…
188 …"PublicDescription": "Counts the total number or DRAM Write CAS commands issued on this channel wh…
[all …]
/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-memory.json77 "BriefDescription": "DRAM Page Activate commands sent due to a write request",
82 …ounts DRAM Page Activate commands sent on this channel due to a write request to the iMC (Memory C…
87 "BriefDescription": "All DRAM CAS Commands issued",
92 …ption": "Counts all CAS (Column Address Select) commands issued to DRAM per memory channel. CAS c…
97 "BriefDescription": "All DRAM Read CAS Commands issued (does not include underfills)",
102 …ounts CAS (Column Access Select) regular read commands issued to DRAM on a per channel basis. CAS…
107 "BriefDescription": "DRAM Underfill Read CAS Commands issued",
112 …umn Access Select) underfill read commands issued to DRAM due to a partial write, on a per channel…
117 …"BriefDescription": "DRAM CAS (Column Address Strobe) Commands.; DRAM WR_CAS (w/ and w/out auto-pr…
122 …"PublicDescription": "Counts the total number or DRAM Write CAS commands issued on this channel wh…
/linux-5.10/include/linux/mlx4/
Dcmd.h42 /* initialization and general commands */
81 /* TPT commands */
89 /* EQ commands */
95 /* CQ commands */
101 /* SRQ commands */
107 /* QP/EE commands */
123 /* special QP and management commands */
128 /* multicast commands */
133 /* miscellaneous commands */
140 /* Ethernet specific commands */
[all …]
/linux-5.10/Documentation/ABI/testing/
Ddebugfs-cec-error-inj6 The CEC Framework allows for CEC error injection commands through
8 through which the error injection commands can be given.
16 It is up to the driver to decide what commands to implement. The only
19 commands.
23 commands.
34 Drivers that implement this functionality must document the commands as
/linux-5.10/kernel/debug/kdb/
Dkdb_cmds1 # Initial commands for kdb, alter to suit your needs.
2 # These commands are executed in kdb_init() context, no SMP, no
3 # processes. Commands that require process data (including stack or
4 # registers) are not reliable this early. set and bp commands should
5 # be safe. Global breakpoint commands affect each cpu as it is booted.
/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h31 /* Wait until all pending commands complete */
40 * commands. If not set a new command will be added to the
41 * pending commands list.
101 /************************* VLAN-MAC commands related parameters ***************/
123 /* VLAN_MAC commands */
193 /* Commands pending for an execution. */
196 /* Commands pending for an completion. */
201 /* Maximum length of commands' list for one execution */
208 * Called before commands execution for commands that are really
216 * Called before removing pending commands, cleaning allocated
[all …]
/linux-5.10/tools/testing/selftests/tc-testing/
DREADME30 teardown commands - which includes not being able to run a test simply
52 commands being tested must be run as root. The code that enforces
57 requirement for that test. nsPlugin executes all commands within a
86 The setup and teardown stages can run zero or more commands. The setup
89 can be run next. These two stages require any commands run to return
97 Each of the commands in any stage will run in a shell instance.
105 the tests to be run. These values are used in the tc commands that will be
111 The NAMES values are used to substitute into the commands in the test cases.
128 -v, --verbose Show the commands that are being run
161 options for nsPlugin (run commands in net namespace)
[all …]
/linux-5.10/Documentation/firmware-guide/acpi/
Daml-debugger.rst25 the following commands::
41 started by using the following commands::
48 debugger commands.
50 The commands are documented in the "ACPICA Overview and Programmer Reference"
55 The detailed debugger commands reference is located in Chapter 12 "ACPICA
62 the "quit" or "exit" commands. When finished, unload the module with::
/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h136 #define SVGA_IRQFLAG_ERROR 0x10 /* Error while processing commands */
211 SVGA_REG_COMMAND_LOW = 48, /* Lower 32 bits and submits commands */
342 * currently being processed by FIFO commands) will be
470 * commands. There is a different command set defined by
471 * SVGADeviceContextCmdId. The commands in each command buffer is not
483 * SVGA_CB_CONTEXT_1 is available. Commands submitted to this queue
485 * potentially before already queued commands on SVGA_CB_CONTEXT_0.
531 * SVGA_IRQFLAG_COMMAND_BUFFER. Some of the commands may have been
563 * visible side effects of commands till that point are guaranteed
648 * be enabled. But for commands to be runnable on SVGA_CB_CONTEXT_1
[all …]
/linux-5.10/drivers/scsi/megaraid/
Dmega_common.h57 * This is our central data structure to issue commands the each driver.
103 * @outstanding_cmds : number of commands pending in the driver
107 * @pend_list : pending commands list
108 * @pend_list_lock : exclusion lock for pending commands list
109 * @completed_list : list of completed commands
110 * @completed_list_lock : exclusion lock for list of completed commands
120 * @ibuf : buffer to issue internal commands
123 * @uscb_pool : pool of SCBs for user commands
125 * @max_cmds : max outstanding commands
132 * @cmd_per_lun : max outstanding commands per LUN
[all …]
/linux-5.10/Documentation/driver-api/nfc/
Dnfc-hci.rst14 to HCI commands and events.
21 they are translated in a sequence of HCI commands sent to the HCI layer in the
22 host controller (the chip). Commands can be executed synchronously (the sending
30 - one for executing commands : nfc_hci_msg_tx_work(). Only one command
32 - one for dispatching received events and commands : nfc_hci_msg_rx_work().
50 This is consistent with the driver need to send commands to proprietary gates
93 that must be performed using HCI commands.
107 - im_transceive() must be implemented by the driver if proprietary HCI commands
109 commands, others can be written to using the standard HCI commands. The driver
211 Serializes execution of HCI commands.
[all …]
/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_adminq_cmd.h7 /* This header file defines the iavf Admin Queue commands and is shared between
107 /* aq commands */
120 /* Proxy commands */
131 /* WoL commands */
135 /* internal switch commands */
182 /* DCB commands */
210 /* phy commands*/
228 /* NVM commands */
237 /* virtualization commands */
251 /* LLDP commands */
[all …]
/linux-5.10/Documentation/driver-api/
Dlibata.rst143 Allow low-level driver to filter ATA PACKET commands, returning a status
201 typically raid controllers that use ATA commands but do not actually do
407 Origins of commands
417 libata commands can originate from two sources - libata itself and SCSI
418 midlayer. libata internal commands are used for initialization and error
419 handling. All normal blk requests and commands for SCSI emulation are
420 passed as SCSI commands through queuecommand callback of SCSI host
423 How commands are issued
426 Internal commands
429 mechanism when qc is not available, internal commands are currently
[all …]
/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool.rst24 *MAP-COMMANDS* :=
28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
31 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
33 *PERF-COMMANDS* := { **show** | **list** | **help** }
35 *NET-COMMANDS* := { **show** | **list** | **help** }
37 *FEATURE-COMMANDS* := { **probe** | **help** }
/linux-5.10/include/uapi/linux/mmc/
Dioctl.h28 * some read commands for which cards have no other way of indicating
55 * @num_of_cmds: Number of commands to send. Must be equal to or less than
57 * @cmds: Array of commands with length equal to 'num_of_cmds'
66 * MMC_IOC_MULTI_CMD: Used to send an array of MMC commands described by
68 * commands in array in sequence to card.

12345678910>>...107