Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 183) sorted by relevance

12345678

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dheader_cmd.h77 opcode |= HDR_ONE; in rta_shr_header()
86 opcode |= HDR_DNR; in rta_shr_header()
90 opcode |= HDR_SAVECTX; in rta_shr_header()
92 opcode |= HDR_PROP_DNR; in rta_shr_header()
94 opcode |= HDR_RIF; in rta_shr_header()
170 opcode |= HDR_ONE; in rta_job_header()
179 opcode |= HDR_EXT; in rta_job_header()
197 opcode |= HDR_RSLS; in rta_job_header()
199 opcode |= HDR_DNR; in rta_job_header()
201 opcode |= HDR_TRUSTED; in rta_job_header()
[all …]
H A Dfifo_load_store_cmd.h51 uint32_t opcode = 0; in rta_fifo_load() local
62 opcode = CMD_FIFO_LOAD; in rta_fifo_load()
107 opcode |= val; in rta_fifo_load()
125 opcode |= FIFOLDST_SGF; in rta_fifo_load()
127 opcode |= FIFOLD_IMM; in rta_fifo_load()
130 opcode |= FIFOLDST_VLF; in rta_fifo_load()
132 opcode |= FIFOLD_AIDF; in rta_fifo_load()
140 opcode |= FIFOLDST_EXT; in rta_fifo_load()
212 uint32_t opcode = 0; in rta_fifo_store() local
261 opcode |= val; in rta_fifo_store()
[all …]
H A Dseq_in_out_ptr_cmd.h73 opcode |= SQIN_RBS; in rta_seq_in_ptr()
75 opcode |= SQIN_INL; in rta_seq_in_ptr()
77 opcode |= SQIN_SGF; in rta_seq_in_ptr()
79 opcode |= SQIN_PRE; in rta_seq_in_ptr()
81 opcode |= SQIN_RTO; in rta_seq_in_ptr()
83 opcode |= SQIN_RJD; in rta_seq_in_ptr()
85 opcode |= SQIN_SOP; in rta_seq_in_ptr()
92 opcode |= SQIN_EXT; in rta_seq_in_ptr()
145 opcode |= SQOUT_SGF; in rta_seq_out_ptr()
147 opcode |= SQOUT_PRE; in rta_seq_out_ptr()
[all …]
H A Dkey_cmd.h31 uint32_t opcode = 0; in rta_key() local
43 opcode = CMD_SEQ_KEY; in rta_key()
46 opcode = CMD_KEY; in rta_key()
137 opcode |= length; in rta_key()
145 opcode |= KEY_ENC; in rta_key()
147 opcode |= KEY_EKT; in rta_key()
154 opcode |= KEY_TK; in rta_key()
157 opcode |= KEY_NWB; in rta_key()
159 opcode |= KEY_PTS; in rta_key()
164 opcode |= KEY_IMM; in rta_key()
[all …]
H A Djump_cmd.h58 uint32_t opcode = CMD_JUMP; in rta_jump() local
84 opcode |= JUMP_TYPE_HALT; in rta_jump()
87 opcode |= JUMP_TYPE_HALT_USER; in rta_jump()
90 opcode |= JUMP_TYPE_NONLOCAL; in rta_jump()
93 opcode |= JUMP_TYPE_GOSUB; in rta_jump()
96 opcode |= JUMP_TYPE_RETURN; in rta_jump()
118 opcode |= JUMP_TEST_INVALL; in rta_jump()
121 opcode |= JUMP_TEST_ANY; in rta_jump()
124 opcode |= JUMP_TEST_INVANY; in rta_jump()
147 opcode |= val; in rta_jump()
[all …]
H A Dmath_cmd.h83 uint32_t opcode = CMD_MATH; in rta_math() local
139 opcode |= MATH_SRC0_IMM; in rta_math()
149 opcode |= val; in rta_math()
154 opcode |= MATH_SRC1_IMM; in rta_math()
164 opcode |= val; in rta_math()
175 opcode |= val; in rta_math()
196 opcode |= op; in rta_math()
210 opcode |= MATH_LEN_1BYTE; in rta_math()
295 opcode |= val; in rta_mathi()
327 opcode |= op; in rta_mathi()
[all …]
H A Dsec_run_time_asm.h666 uint32_t opcode; in rta_patch_move() local
676 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_move()
684 uint32_t opcode; in rta_patch_jmp() local
694 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_jmp()
702 uint32_t opcode; in rta_patch_header() local
718 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_header()
726 uint32_t opcode; in rta_patch_load() local
741 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_load()
749 uint32_t opcode; in rta_patch_store() local
772 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_store()
[all …]
H A Dmove_cmd.h91 uint32_t opcode = 0; in rta_move() local
107 opcode = CMD_MOVEB; in rta_move()
109 opcode = CMD_MOVEDW; in rta_move()
126 opcode = CMD_MOVE_LEN; in rta_move()
129 opcode = CMD_MOVE; in rta_move()
149 opcode |= MOVE_AUX_LS; in rta_move()
184 opcode |= val; in rta_move()
194 opcode |= val; in rta_move()
198 opcode |= MOVE_AUX_MS; in rta_move()
200 opcode |= MOVE_AUX_LS; in rta_move()
[all …]
H A Dstore_cmd.h66 uint32_t opcode = 0, val; in rta_store() local
71 opcode = CMD_SEQ_STORE; in rta_store()
73 opcode = CMD_STORE; in rta_store()
96 opcode |= LDST_IMM; in rta_store()
99 opcode |= LDST_VLF; in rta_store()
116 opcode |= val; in rta_store()
122 opcode |= (length >> 2); in rta_store()
123 opcode |= (uint32_t)((offset >> 2) << LDST_OFFSET_SHIFT); in rta_store()
125 opcode |= length; in rta_store()
126 opcode |= (uint32_t)(offset << LDST_OFFSET_SHIFT); in rta_store()
[all …]
H A Dload_cmd.h218 uint32_t opcode = 0; in rta_load() local
223 opcode = CMD_SEQ_LOAD; in rta_load()
225 opcode = CMD_LOAD; in rta_load()
233 opcode |= LDST_SGF; in rta_load()
235 opcode |= LDST_VLF; in rta_load()
255 opcode |= LDST_IMM; in rta_load()
269 opcode |= load_dst[pos].dst_opcode; in rta_load()
273 opcode |= (length >> 2); in rta_load()
276 opcode |= length; in rta_load()
277 opcode |= (offset << LDST_OFFSET_SHIFT); in rta_load()
[all …]
H A Dnfifo_cmd.h99 uint32_t opcode = 0, val; in rta_nfifo_load() local
118 opcode |= val; in rta_nfifo_load()
127 opcode |= val; in rta_nfifo_load()
131 opcode |= length & NFIFOENTRY_DLEN_MASK; in rta_nfifo_load()
139 &opcode); in rta_nfifo_load()
144 nfifo_pad_flags_sz[rta_sec_era], &opcode); in rta_nfifo_load()
148 __rta_out32(program, opcode); in rta_nfifo_load()
H A Doperation_cmd.h239 uint32_t opcode = CMD_OPERATION; in rta_operation() local
246 opcode |= cipher_algo | alg_table[i].class; in rta_operation()
261 opcode |= aai; in rta_operation()
278 opcode |= algo_state; in rta_operation()
294 opcode |= OP_ALG_ICV_ON; in rta_operation()
310 opcode |= OP_ALG_ENCRYPT; in rta_operation()
318 __rta_out32(program, opcode); in rta_operation()
506 uint32_t opcode = CMD_OPERATION | OP_TYPE_PK | OP_ALG_PK; in rta_pkha_operation() local
558 opcode |= op_pkha; in rta_pkha_operation()
560 __rta_out32(program, opcode); in rta_pkha_operation()
H A Dsignature_cmd.h14 uint32_t opcode = CMD_SIGNATURE; in rta_signature() local
24 opcode |= sign_type; in rta_signature()
31 __rta_out32(program, opcode); in rta_signature()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c179 if (ep->opcode == 0x0000) { in ng_hci_process_command_complete()
197 ep->opcode = le16toh(ep->opcode); in ng_hci_process_command_complete()
201 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_complete()
251 NG_HCI_OGF(ep->opcode), NG_HCI_OCF(ep->opcode), in ng_hci_process_command_complete()
284 if (ep->opcode == 0x0000) in ng_hci_process_command_status()
296 ep->opcode = le16toh(ep->opcode); in ng_hci_process_command_status()
298 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_status()
362 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode != opcode) { in complete_command()
397 u_int16_t opcode; in ng_hci_process_command_timeout() local
417 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_hci_process_command_timeout()
[all …]
/f-stack/tools/ipfw/
H A Dipv6.c100 if (cmd->o.opcode == O_IP6_SRC_ME || cmd->o.opcode == O_IP6_DST_ME) { in print_ip6()
104 if (cmd->o.opcode == O_IP6) { in print_ip6()
263 cmd->opcode = O_EXT_HDR; in fill_ext6hdr()
481 cmd->o.opcode = O_FLOW6ID; in fill_flow6()
496 cmd->opcode = O_IP_SRC_SET; in add_srcip6()
501 cmd->opcode = O_IP6_SRC_ME; in add_srcip6()
505 cmd->opcode = O_IP6_SRC; in add_srcip6()
507 cmd->opcode = O_IP6_SRC_MASK; in add_srcip6()
523 cmd->opcode = O_IP6_DST_ME; in add_dstip6()
527 cmd->opcode = O_IP6_DST; in add_dstip6()
[all …]
H A Dipfw2.c919 if (opcode != 0) { in print_newports()
1226 if (cmd->o.opcode == O_IP_SRC_ME || cmd->o.opcode == O_IP_DST_ME) { in print_ip()
1240 if (cmd->o.opcode == O_IP_SRC_SET || cmd->o.opcode == O_IP_DST_SET) { in print_ip()
1282 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ? in print_ip()
1786 if (opcode >= 0 && cmd->opcode != opcode) in print_opcode()
1792 if (cmd->opcode == O_NOP && opcode != O_NOP) in print_opcode()
2019 if (cmd->opcode != opcode) in print_action()
3101 cmd->opcode = opcode; in fill_table()
3330 cmd->opcode = opcode; in fill_flags_cmd()
3559 cmd->opcode = opcode; in fill_cmd()
[all …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sbq_cmd.h24 __le16 opcode; member
44 __le16 opcode; member
68 u8 opcode; member
80 u8 opcode; member
88 u8 opcode; member
H A Dice_acl.c82 ice_aq_acl_entry(struct ice_hw *hw, u16 opcode, u8 tcam_idx, u16 entry_idx, in ice_aq_acl_entry() argument
88 ice_fill_dflt_direct_cmd_desc(&desc, opcode); in ice_aq_acl_entry()
90 if (opcode == ice_aqc_opc_program_acl_entry) in ice_aq_acl_entry()
141 ice_aq_actpair_a_d(struct ice_hw *hw, u16 opcode, u16 alloc_id, in ice_aq_actpair_a_d() argument
147 ice_fill_dflt_direct_cmd_desc(&desc, opcode); in ice_aq_actpair_a_d()
193 ice_aq_actpair_p_q(struct ice_hw *hw, u16 opcode, u8 act_mem_idx, in ice_aq_actpair_p_q() argument
200 ice_fill_dflt_direct_cmd_desc(&desc, opcode); in ice_aq_actpair_p_q()
202 if (opcode == ice_aqc_opc_program_acl_actpair) in ice_aq_actpair_p_q()
545 ice_aq_update_query_scen(struct ice_hw *hw, u16 opcode, u16 scen_id, in ice_aq_update_query_scen() argument
551 ice_fill_dflt_direct_cmd_desc(&desc, opcode); in ice_aq_update_query_scen()
[all …]
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_dev.c119 .identify.opcode = IONIC_CMD_IDENTIFY, in ionic_dev_cmd_identify()
130 .init.opcode = IONIC_CMD_INIT, in ionic_dev_cmd_init()
141 .reset.opcode = IONIC_CMD_RESET, in ionic_dev_cmd_reset()
153 .port_init.opcode = IONIC_CMD_PORT_IDENTIFY, in ionic_dev_cmd_port_identify()
164 .port_init.opcode = IONIC_CMD_PORT_INIT, in ionic_dev_cmd_port_init()
176 .port_reset.opcode = IONIC_CMD_PORT_RESET, in ionic_dev_cmd_port_reset()
187 .port_setattr.opcode = IONIC_CMD_PORT_SETATTR, in ionic_dev_cmd_port_state()
200 .port_setattr.opcode = IONIC_CMD_PORT_SETATTR, in ionic_dev_cmd_port_speed()
293 .lif_init.opcode = IONIC_CMD_LIF_INIT, in ionic_dev_cmd_lif_init()
305 .lif_init.opcode = IONIC_CMD_LIF_RESET, in ionic_dev_cmd_lif_reset()
[all …]
H A Dionic_if.h107 u8 opcode; member
141 u8 opcode; member
160 u8 opcode; member
179 u8 opcode; member
200 u8 opcode; member
293 u8 opcode; member
452 u8 opcode; member
1108 u8 opcode; member
1154 u8 opcode; member
1597 u8 opcode; member
[all …]
H A Dionic_main.c65 ionic_opcode_to_str(enum ionic_cmd_opcode opcode) in ionic_opcode_to_str() argument
67 switch (opcode) { in ionic_opcode_to_str()
130 name = ionic_opcode_to_str(ctx->cmd.cmd.opcode); in ionic_adminq_check_err()
134 ctx->cmd.cmd.opcode, in ionic_adminq_check_err()
178 ionic_opcode_to_str(ctx->cmd.cmd.opcode)); in ionic_adminq_post_wait()
183 ctx->cmd.cmd.opcode, err); in ionic_adminq_post_wait()
209 idev->dev_cmd->cmd.cmd.opcode, in ionic_dev_cmd_wait()
220 idev->dev_cmd->cmd.cmd.opcode, in ionic_dev_cmd_wait()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c126 opcode = bnx2x_dmae_opcode_clr_src_reset(opcode); in bnx2x_hw_stats_post()
129 dmae->opcode = opcode; in bnx2x_hw_stats_post()
254 dmae->opcode = opcode; in bnx2x_port_stats_init()
267 dmae->opcode = opcode; in bnx2x_port_stats_init()
288 dmae->opcode = opcode; in bnx2x_port_stats_init()
300 dmae->opcode = opcode; in bnx2x_port_stats_init()
316 dmae->opcode = opcode; in bnx2x_port_stats_init()
378 dmae->opcode = opcode; in bnx2x_port_stats_init()
390 dmae->opcode = opcode; in bnx2x_port_stats_init()
406 dmae->opcode = opcode; in bnx2x_port_stats_init()
[all …]
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_devx.c23 MLX5_SET(set_regexp_register_in, in, opcode, in mlx5_devx_regex_register_write()
47 MLX5_SET(query_regexp_register_in, in, opcode, in mlx5_devx_regex_register_read()
70 MLX5_SET(set_regexp_params_in, in, opcode, MLX5_CMD_SET_REGEX_PARAMS); in mlx5_devx_regex_database_stop()
91 MLX5_SET(set_regexp_params_in, in, opcode, MLX5_CMD_SET_REGEX_PARAMS); in mlx5_devx_regex_database_resume()
113 MLX5_SET(set_regexp_params_in, in, opcode, MLX5_CMD_SET_REGEX_PARAMS); in mlx5_devx_regex_database_program()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c209 uint8_t opcode; in hns3_mbx_handler() local
218 opcode = msg_q[0] & 0xff; in hns3_mbx_handler()
219 switch (opcode) { in hns3_mbx_handler()
241 opcode); in hns3_mbx_handler()
364 uint8_t opcode; in hns3_dev_handle_mbx_msg() local
375 opcode = req->msg[0] & 0xff; in hns3_dev_handle_mbx_msg()
381 opcode); in hns3_dev_handle_mbx_msg()
389 switch (opcode) { in hns3_dev_handle_mbx_msg()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Djedec,spi-nor.txt10 be identified by the JEDEC READ ID opcode (0x9F).
52 JEDEC READ ID opcode (0x9F):
67 - m25p,fast-read : Use the "fast read" opcode to read data from the chip instead
68 of the usual "read" opcode. This opcode is not supported by

12345678