Searched refs:commands (Results 26 - 50 of 70) sorted by relevance

123

/linux-master/net/ieee802154/
H A Dnl802154.c1975 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; local
2004 memset(commands, 0, sizeof(commands));
2005 commands[7] = key->key->cmd_frame_ids;
2007 sizeof(commands), commands))
2095 u32 commands[NL802154_CMD_FRAME_NR_IDS / 32] = { }; local
2119 nla_memcpy(commands, attrs[NL802154_KEY_ATTR_USAGE_CMDS],
2123 if (commands[0] || commands[
[all...]
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dacx.h95 __le32 commands; member in struct:wl12xx_acx_isr_statistics
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh172 -v Verbose mode (show commands and output)
H A Dgre_gso.sh179 -v verbose mode (show commands and output)
H A Dfib-onlink-tests.sh453 log_subsection "Valid onlink commands"
455 log_subsection "Invalid onlink commands"
459 log_subsection "Valid onlink commands"
461 log_subsection "Invalid onlink commands"
474 -v verbose mode (show commands and output)
H A Dvrf_route_leaking.sh548 -v verbose mode (show commands and output)
/linux-master/drivers/firmware/
H A Darm_scpi.c87 /* SCPI Standard commands */
158 /* List all commands that are required to go through the high priority link */
176 /* List all commands used by this driver, used as indexes */
253 int *commands; member in struct:scpi_drvinfo
280 __le32 commands[4]; member in struct:scp_capabilities
368 * We should consider that command is the head of pending RX commands
482 if (scpi_info->commands[idx] < 0)
485 cmd = scpi_info->commands[idx];
985 scpi_drvinfo->commands = scpi_std_commands;
992 scpi_drvinfo->commands
[all...]
/linux-master/drivers/hwmon/
H A Dsht3x.c25 /* commands (high repeatability mode) */
28 /* commands (medium repeatability mode) */
31 /* commands (low repeatability mode) */
34 /* commands for periodic mode */
38 /* commands for heater control */
42 /* other commands */
49 /* delays for single-shot mode i2c commands, both in us */
85 /* periodic measure commands (high repeatability mode) */
99 /* periodic measure commands (medium repeatability) */
113 /* periodic measure commands (lo
328 const struct sht3x_limit_commands *commands; local
378 const struct sht3x_limit_commands *commands; local
[all...]
/linux-master/net/bluetooth/
H A Dhci_sync.c126 * commands queued on the HCI request queue.
1835 * execute any HCI commands. This happens when a single instance is
2562 if (!(hdev->commands[26] & 0x80))
3532 * HCI command for reading the local supported commands.
3537 * supported commands.
3780 if (iso_capable(hdev) && hdev->commands[41] & 0x20)
3880 if (hdev->commands[0] & 0x20) {
3894 if (hdev->commands[2] & 0x80)
3957 if (!(hdev->commands[6] & 0x20) ||
3974 if (!(hdev->commands[
[all...]
H A Dhci_codec.c67 if (!(hdev->commands[45] & 0x08)) {
/linux-master/drivers/scsi/
H A Daha152x.c66 * - fixed can_queue handling (multiple outstanding commands working again)
178 * - fixed bugs with multiple outstanding commands
181 * - multiple outstanding commands work (no problems with IBM drive)
184 * added multiple outstanding commands
207 * fixed some problems with timeouts due incomplete commands
433 /* pending commands to issue */
439 /* commands that disconnected */
460 int commands; /* current number of commands */ member in struct:aha152x_hostdata
981 HOSTDATA(shpnt)->commands
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c128 DEBUGFS_FWSTATS_FILE(isr, commands, 20, "%u");
268 DEBUGFS_FWSTATS_DEL(isr, commands);
367 DEBUGFS_FWSTATS_ADD(isr, commands);
/linux-master/scripts/
H A Dbpf_doc.py96 self.commands = []
212 self.commands.append(command)
624 self.elements = parser.commands
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dspi.c303 u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */ local
317 cmd = &commands[0];
/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h315 * @commands: User-space address of a command buffer cast to an __u64.
337 __u64 commands; member in struct:drm_vmw_execbuf_arg
609 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
613 * commands
900 * be used as the surface ID in commands referencing the surface.
1140 * be used as the surface ID in commands referencing the surface.
/linux-master/drivers/target/
H A Dtarget_core_user.c38 * Define a shared-memory interface for LIO to pass SCSI commands and
156 struct xarray commands; member in struct:tcmu_dev
301 MODULE_PARM_DESC(block_netlink, "Block new netlink commands.");
353 MODULE_PARM_DESC(reset_netlink, "Reset netlink commands.");
408 pr_err("Mismatched commands on %s (Expecting reply for %d. Current %d).\n",
1070 * Don't leave commands partially setup because the unmap
1075 if (xa_alloc(&udev->commands, &cmd_id, tcmu_cmd, XA_LIMIT(1, 0xffff),
1106 /* Handle BIDI commands */
1267 /* First we check for aborted commands in qfull_queue */
1484 cmd = xa_load(&udev->commands, entr
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h378 __u8 commands[64]; member in struct:hci_dev
1865 (hdev->commands[39] & 0x04))
1868 ((dev)->commands[20] & 0x10 && \
1875 (((dev)->commands[29] & 0x08) && \
1879 #define use_ext_scan(dev) (((dev)->commands[37] & 0x20) && \
1880 ((dev)->commands[37] & 0x40) && \
1884 #define use_ext_conn(dev) ((dev)->commands[37] & 0x80)
1915 #define mws_transport_config_capable(dev) (((dev)->commands[30] & 0x08) && \
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-truly-nt35597.c40 u8 commands[4]; member in struct:cmd_set
374 panel_on_cmds[i].commands);
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c677 unsigned int digestsize, u8 *iv, int *commands,
890 *commands = n_cdesc;
1023 int ring, int *commands, int *results)
1033 *commands = 1;
1040 int *commands, int *results)
1051 ret = safexcel_cipher_send_inv(async, ring, commands, results);
1064 commands, results);
1072 int *commands, int *results)
1084 ret = safexcel_cipher_send_inv(async, ring, commands, results);
1089 commands, result
673 safexcel_send_req(struct crypto_async_request *base, int ring, struct safexcel_cipher_req *sreq, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, unsigned int assoclen, unsigned int digestsize, u8 *iv, int *commands, int *results) argument
1022 safexcel_cipher_send_inv(struct crypto_async_request *base, int ring, int *commands, int *results) argument
1039 safexcel_skcipher_send(struct crypto_async_request *async, int ring, int *commands, int *results) argument
1071 safexcel_aead_send(struct crypto_async_request *async, int ring, int *commands, int *results) argument
[all...]
H A Dsafexcel.c603 * For EIP197's only set maximum number of TX commands to 2^5 = 32
824 int ret, nreq = 0, cdesc = 0, rdesc = 0, commands, results; local
848 ret = ctx->send(req, ring, &commands, &results);
859 if (!commands && !results)
862 cdesc += commands;
H A Dsafexcel_hash.c312 int *commands, int *results)
350 *commands = 0;
491 *commands = n_cdesc;
590 int ring, int *commands, int *results)
601 *commands = 1;
608 int ring, int *commands, int *results)
615 ret = safexcel_ahash_send_inv(async, ring, commands, results);
617 ret = safexcel_ahash_send_req(async, ring, commands, results);
311 safexcel_ahash_send_req(struct crypto_async_request *async, int ring, int *commands, int *results) argument
589 safexcel_ahash_send_inv(struct crypto_async_request *async, int ring, int *commands, int *results) argument
607 safexcel_ahash_send(struct crypto_async_request *async, int ring, int *commands, int *results) argument
/linux-master/drivers/ata/
H A Dlibata-eh.c112 /* but no merciful 30sec for other commands, it just isn't worth it */
117 const u8 *commands; member in struct:ata_eh_cmd_timeout_ent
122 * commands. Each table entry is a command class and matches the
123 * commands the entry applies to and the timeout table to use.
136 { .commands = CMDS(ATA_CMD_ID_ATA, ATA_CMD_ID_ATAPI),
138 { .commands = CMDS(ATA_CMD_READ_LOG_EXT, ATA_CMD_READ_LOG_DMA_EXT),
140 { .commands = CMDS(ATA_CMD_READ_NATIVE_MAX, ATA_CMD_READ_NATIVE_MAX_EXT),
142 { .commands = CMDS(ATA_CMD_SET_MAX, ATA_CMD_SET_MAX_EXT),
144 { .commands = CMDS(ATA_CMD_SET_FEATURES),
146 { .commands
[all...]
/linux-master/include/net/sctp/
H A Dsm.h59 struct sctp_cmd_seq *commands);
/linux-master/drivers/nvdimm/
H A Dcore.c292 static DEVICE_ATTR_RO(commands);
/linux-master/drivers/comedi/drivers/
H A Dni_usb6501.c150 enum commands { enum

Completed in 258 milliseconds

123