Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h47 (descriptor)->deschdr.command.word = 0xB0801C0D; \
66 (descriptor)->load_dpovrd.command.word = 0x16870004; \
94 ((descriptor)->seq_in.command.field.sgf = 1)
101 ((descriptor)->seq_out.command.field.sgf = 1)
109 (descriptor))->command.sd.desclen : \
165 } __rte_packed command; member
186 } __rte_packed command; member
201 } __rte_packed command; member
222 } __rte_packed command; member
241 } __rte_packed command; member
[all …]
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c190 struct txgbe_hic_read_shadow_ram command; in txgbe_hic_sr_read() local
197 memset(&command, 0, sizeof(command)); in txgbe_hic_sr_read()
199 command.hdr.req.buf_lenh = 0; in txgbe_hic_sr_read()
202 command.address = cpu_to_be32(addr); in txgbe_hic_sr_read()
203 command.length = cpu_to_be16(len); in txgbe_hic_sr_read()
233 struct txgbe_hic_write_shadow_ram command; in txgbe_hic_sr_write() local
240 memset(&command, 0, sizeof(command)); in txgbe_hic_sr_write()
242 command.hdr.req.buf_lenh = 0; in txgbe_hic_sr_write()
245 command.address = cpu_to_be32(addr); in txgbe_hic_sr_write()
246 command.length = cpu_to_be16(len); in txgbe_hic_sr_write()
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h642 CVMX_PREFETCH0(command); in __cvmx_dfa_write_command()
663 *head++ = *command; in __cvmx_dfa_write_command()
718 cvmx_dfa_command_t command; in cvmx_dfa_submit() local
725 command.u64[0] = 0; in cvmx_dfa_submit()
731 command.s.type = graph->type; in cvmx_dfa_submit()
735 command.u64[1] = 0; in cvmx_dfa_submit()
737 command.s.use_gather = use_gather; in cvmx_dfa_submit()
738 command.s.no_L2_alloc = 0; in cvmx_dfa_submit()
739 command.s.full_block_write = 1; in cvmx_dfa_submit()
744 command.u64[2] = 0; in cvmx_dfa_submit()
[all …]
H A Dcvmx-zip.c209 int cvmx_zip_submit(cvmx_zip_command_t *command) in cvmx_zip_submit() argument
211 cvmx_cmd_queue_result_t result = cvmx_cmd_queue_write(CVMX_CMD_QUEUE_ZIP, 1, 8, command->u64); in cvmx_zip_submit()
225 int cvmx_zip_queue_submit(cvmx_zip_command_t *command, int queue) in cvmx_zip_queue_submit() argument
227 …md_queue_result_t result = cvmx_cmd_queue_write(CVMX_CMD_QUEUE_ZIP_QUE(queue), 1, 8, command->u64); in cvmx_zip_queue_submit()
/f-stack/freebsd/ddb/
H A Ddb_script.c166 char *buffer, *command; in db_script_valid() local
248 char *command; in db_command_trim() local
250 command = *commandp; in db_command_trim()
252 command++; in db_command_trim()
254 db_command_trimmable(command[strlen(command) - 1])) in db_command_trim()
255 command[strlen(command) - 1] = 0; in db_command_trim()
256 *commandp = command; in db_command_trim()
275 char *buffer, *command; in db_script_exec() local
300 command); in db_script_exec()
301 db_command_trim(&command); in db_script_exec()
[all …]
H A Ddb_command.c98 static struct command db_show_cmds[] = {
107 static struct command db_cmds[] = {
194 struct command **cmdp);
225 struct command *c, *last; in db_command_register()
256 struct command *c; in db_command_unregister()
271 db_cmd_match(char *name, struct command *cmd, struct command **cmdp, in db_cmd_match()
309 struct command *cmd; in db_cmd_search()
330 struct command *cmd; in db_cmd_list()
357 struct command *cmd = NULL; in db_command()
549 db_command_script(const char *command) in db_command_script() argument
[all …]
H A Dddb.h97 struct command;
98 LIST_HEAD(command_table, command);
112 struct command { struct
121 LIST_ENTRY(command) next; /* next entry in the command table */
131 static struct command __CONCAT(_name,_suffix) = { \
229 void db_command_register(struct command_table *, struct command *);
230 void db_command_unregister(struct command_table *, struct command *);
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_parse.c50 s->command = NGX_POP3_USER; in ngx_mail_pop3_parse_command()
54 s->command = NGX_POP3_PASS; in ngx_mail_pop3_parse_command()
58 s->command = NGX_POP3_APOP; in ngx_mail_pop3_parse_command()
62 s->command = NGX_POP3_QUIT; in ngx_mail_pop3_parse_command()
66 s->command = NGX_POP3_CAPA; in ngx_mail_pop3_parse_command()
70 s->command = NGX_POP3_AUTH; in ngx_mail_pop3_parse_command()
74 s->command = NGX_POP3_NOOP; in ngx_mail_pop3_parse_command()
78 s->command = NGX_POP3_STLS; in ngx_mail_pop3_parse_command()
138 if (s->command == NGX_POP3_USER in ngx_mail_pop3_parse_command()
139 || s->command == NGX_POP3_PASS) in ngx_mail_pop3_parse_command()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A DREADME.state34 # <target dataset>:<command>
35 # <property source before command> <property src after command>
36 # <property source before command> <property src after command>
42 # configX.cfg file. If no command is to be executed
46 # <command> - command to be executed upon the specified dataset.
48 # or 'inherit -r'. If no command is to be executed,
51 # <property src before command>
63 # <property src after command>
81 # Below are two sample <command>/<property src> blocks.
86 # which means that no command is to be executed, but simply that the
[all …]
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h218 volatile uint32_t command; /**< ContextA Command */
257 #define FM_CONTEXTA_GET_ICMD(contextA) ((((t_FmContextA *)contextA)->command & …
259 #define FM_CONTEXTA_GET_A1(contextA) ((((t_FmContextA *)contextA)->command & …
265 …,val) (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
266 …) (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
267 …,val) (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
268 … (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
269 …al) (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
270 …extA,val) (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
271 …ntextA,val) (((t_FmContextA *)contextA)->command = (uint32_t)((((t_FmContextA *)contextA)->
[all …]
/f-stack/app/redis-5.0.5/utils/
H A Dgenerate-command-help.rb40 def arguments command
41 return "-" unless command["arguments"]
42 command["arguments"].map do |arg|
76 end.map do |key, command|
77 group = GROUPS_BY_NAME[command["group"]]
80 raise "Unknown group #{command["group"]}"
/f-stack/freebsd/x86/cpufreq/
H A Dsmist.c74 int command; member
142 *command = (vmf.vmf_ebx >> 16) & 0xff; in int15_gsic_call()
148 *command = -1; in int15_gsic_call()
159 int command; member
182 : "a" (data->command), in set_ownership_cb()
221 cb_data.command = sc->command; in set_ownership()
257 : "a" (sc->command), in getset_state()
361 if (command == 0x80) { in smist_probe()
364 command = 0x82; in smist_probe()
366 sc->command = (sig & 0xffffff00) | (command & 0xff); in smist_probe()
[all …]
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c182 pkt->command = PKT_POLICY; in parse_json_to_pkt()
203 char command[32]; in parse_json_to_pkt() local
205 if (!strcmp(command, "power")) { in parse_json_to_pkt()
206 pkt->command = CPU_POWER; in parse_json_to_pkt()
208 pkt->command = PKT_POLICY; in parse_json_to_pkt()
217 char command[32]; in parse_json_to_pkt() local
219 if (!strcmp(command, "TIME")) { in parse_json_to_pkt()
233 char command[32]; in parse_json_to_pkt() local
235 if (!strcmp(command, "HIGH")) { in parse_json_to_pkt()
810 uint32_t command) in send_ack_for_received_cmd() argument
[all …]
/f-stack/dpdk/drivers/net/ark/
H A Dark_mpu.c56 mpu->cfg.command = MPU_CMD_STOP; in ark_mpu_stop()
62 mpu->cfg.command = MPU_CMD_RUN; in ark_mpu_start()
70 mpu->cfg.command = MPU_CMD_RESET; in ark_mpu_reset()
72 while (mpu->cfg.command != MPU_CMD_IDLE) { in ark_mpu_reset()
77 if (mpu->cfg.command != MPU_CMD_IDLE) { in ark_mpu_reset()
78 mpu->cfg.command = MPU_CMD_FORCE_RESET; in ark_mpu_reset()
82 return mpu->cfg.command != MPU_CMD_IDLE; in ark_mpu_reset()
H A Dark_ddm.c39 ddm->cfg.command = 1; in ark_ddm_start()
47 ddm->cfg.command = 2; in ark_ddm_stop()
68 ddm->cfg.command = 4; in ark_ddm_reset()
71 ddm->cfg.command = 3; in ark_ddm_reset()
H A Dark_udm.c34 udm->cfg.command = 2; in ark_udm_stop()
54 udm->cfg.command = 4; in ark_udm_reset()
56 udm->cfg.command = 3; in ark_udm_reset()
62 udm->cfg.command = 3; in ark_udm_reset()
71 udm->cfg.command = 1; in ark_udm_start()
/f-stack/tools/libxo/doc/
H A Dxohtml.rst13 `xohtml` is given a command, either on the command line or via the "-c"
14 option. If not command is given, standard input is used. The
15 command's output is wrapped in HTML tags, with references to
24 -c <command> Command to execute
28 The "-c" option takes a full command with arguments, including
/f-stack/freebsd/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib51 # $@ - command to execute
53 # return 0 if command fails, otherwise return 1
63 # $@ - command to execute
77 # $3-$@ - command to execute
137 # retried up to 5 times when the command returns the keyword "busy".
139 # $@ - command to execute
148 # $@ - command to execute
160 # $2-$@ - command to execute
189 # $2-$@ - command to execute
257 # $@ command to execute
[all …]
/f-stack/app/redis-5.0.5/tests/unit/
H A Dintrospection-2.tcl30 test {command stats for GEOADD} {
37 test {command stats for EXPIRE} {
45 test {command stats for BRPOP} {
53 test {command stats for MULTI} {
67 test {command stats for scripts} {
/f-stack/dpdk/doc/guides/howto/
H A Dvfd.rst107 Run a testpmd runtime command on the PF to set TX loopback::
126 This testpmd runtime command will change the MAC address of the VF port to
134 Run a testpmd runtime command on the PF to enable/disable the MAC
146 Run a testpmd runtime command on the PF to enable/disable the VLAN
158 Run a testpmd runtime command on the PF to set the VLAN insertion for a VF
184 Run a testpmd runtime command on the PF to set the VLAN filtering for a VF
205 Run a testpmd runtime command on the PF to enable/disable the all queues
232 Run a testpmd runtime command on the PF to all queues' rate limit for a
320 Run a testpmd runtime command on the PF to enable/disable MAC multicast
329 Run a testpmd runtime command on the PF to enable/disable MAC unicast
[all …]
/f-stack/dpdk/doc/guides/tools/
H A Dtesteventdev.rst17 The application has a number of command line options:
42 The following are the application command-line options:
220 Supported application command line options are following::
237 Example command to run order queue test:
283 Supported application command line options are following::
300 Example command to run order ``all types queue`` test:
349 command line arguments respectively.
400 Example command to run perf queue test:
500 Example command to run perf ``all types queue`` test:
619 Example command to run pipeline queue test:
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c102 char *command; in zfs_ioc_nextboot() local
114 "command", &command) != 0) in zfs_ioc_nextboot()
134 error = vdev_label_write_pad2(vd, command, strlen(command)); in zfs_ioc_nextboot()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_cliargs.ksh35 log_must eval "$command > /dev/null &"
40 log_fail "'$command' does not work as expected."
42 log_note "'$command' works successfully."
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst14 demonstrates the use of the command line interface in the DPDK.
51 To run the application in linux environment, issue the following command:
79 Then, a new command line object is created and started to interact with the user through the consol…
104 Each command (of type cmdline_parse_inst_t) is defined statically.
105 It contains a pointer to a callback function that is executed when the command is parsed,
121 For example, the cmd_obj_del_show command is defined as shown below:
151 This command is composed of two tokens:
155 * The second token is an object that was previously added using the add command in the global_obj…
157 Once the command is parsed, the rte_cmdline application fills a cmd_obj_del_show_result structure.
/f-stack/dpdk/lib/librte_power/
H A Dchannel_commands.h84 uint32_t command; /**< Power, IO, etc */ member
102 uint32_t command; /**< Power, IO, etc */ member
112 uint32_t command; /**< Power, IO, etc */ member

12345678910>>...19