Home
last modified time | relevance | path

Searched refs:opc (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/net/
H A Drte_higig.h78 uint32_t opc:3; member
102 uint32_t opc:3;
/dpdk/drivers/net/ice/base/
H A Dice_acl.c276 ice_acl_prof_aq_send(struct ice_hw *hw, u16 opc, u8 prof_id, in ice_acl_prof_aq_send() argument
282 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_acl_prof_aq_send()
284 if (opc == ice_aqc_opc_program_acl_prof_extraction || in ice_acl_prof_aq_send()
285 opc == ice_aqc_opc_program_acl_prof_ranges) in ice_acl_prof_aq_send()
H A Dice_imem.c51 ice_info(hw, "\topc = %d\n", alu->opc); in _imem_alu_dump()
176 alu->opc = (enum ice_alu_opcode)(d64 & 0x3f); in _imem_alu_init()
H A Dice_imem.h75 enum ice_alu_opcode opc; member
H A Dice_bst_tcam.c35 ice_info(hw, "\topc = %d\n", alu->opc); in _bst_alu_dump()
108 alu->opc = (enum ice_alu_opcode)(d64 & 0x3f); in _bst_alu_init()
H A Dice_switch.c2595 opc, NULL); in ice_alloc_sw()
3161 enum ice_adminq_opc opc) in ice_aq_alloc_free_vsi_list() argument
3190 if (opc == ice_aqc_opc_free_res) in ice_aq_alloc_free_vsi_list()
3197 if (opc == ice_aqc_opc_alloc_res) { in ice_aq_alloc_free_vsi_list()
3289 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
3290 opc != ice_aqc_opc_update_sw_rules && in ice_aq_sw_rules()
3291 opc != ice_aqc_opc_remove_sw_rules) in ice_aq_sw_rules()
3294 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_sw_rules()
3300 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
3719 if (opc == ice_aqc_opc_remove_sw_rules) { in ice_fill_sw_rule()
[all …]
H A Dice_parser_rt.c487 alu->opc); in _dst_reg_bit_set()
531 switch (alu->opc) { in _alu_exe()
565 alu->opc); in _alu_exe()
H A Dice_common.h54 enum ice_adminq_opc opc, struct ice_sq_cd *cd);
H A Dice_common.c2109 enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_alloc_free_res() argument
2124 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_alloc_free_res()
2763 enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_list_caps() argument
2771 if (opc != ice_aqc_opc_list_func_caps && in ice_aq_list_caps()
2772 opc != ice_aqc_opc_list_dev_caps) in ice_aq_list_caps()
2775 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_list_caps()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c267 enum bnxt_ulp_cond_list_opc *opc) in ulp_mapper_tmpl_reject_list_get() argument
274 *opc = dev_tbls->tmpl_list[tid].reject_info.cond_list_opcode; in ulp_mapper_tmpl_reject_list_get()
284 enum bnxt_ulp_cond_list_opc *opc) in ulp_mapper_tbl_execute_list_get() argument
291 *opc = tbl->execute_info.cond_list_opcode; in ulp_mapper_tbl_execute_list_get()
3218 enum bnxt_ulp_cond_opc opc, in ulp_mapper_cond_opc_process() argument
3227 switch (opc) { in ulp_mapper_cond_opc_process()
3359 BNXT_TF_DBG(ERR, "Invalid conditional opcode %d\n", opc); in ulp_mapper_cond_opc_process()
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c1048 uint32_t opc) in emit_cmp_tst() argument
1052 insn = opc; in emit_cmp_tst()
/dpdk/app/test/
H A Dtest_cryptodev.c8353 static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc, in test_pdcp_proto() argument
8406 ut_params->cipher_xform.cipher.op = opc; in test_pdcp_proto()
8538 enum rte_crypto_cipher_operation opc, in test_pdcp_proto_SGL() argument
8687 ut_params->cipher_xform.cipher.op = opc; in test_pdcp_proto_SGL()