Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Drte_higig.h78 uint32_t opc:3; member
102 uint32_t opc:3;
/f-stack/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_switch.c1982 opc, NULL); in ice_alloc_sw()
2548 enum ice_adminq_opc opc) in ice_aq_alloc_free_vsi_list() argument
2577 if (opc == ice_aqc_opc_free_res) in ice_aq_alloc_free_vsi_list()
2584 if (opc == ice_aqc_opc_alloc_res) { in ice_aq_alloc_free_vsi_list()
2676 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
2677 opc != ice_aqc_opc_update_sw_rules && in ice_aq_sw_rules()
2678 opc != ice_aqc_opc_remove_sw_rules) in ice_aq_sw_rules()
2681 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_sw_rules()
2687 if (opc != ice_aqc_opc_add_sw_rules && in ice_aq_sw_rules()
3044 if (opc == ice_aqc_opc_remove_sw_rules) { in ice_fill_sw_rule()
[all …]
H A Dice_common.h49 enum ice_adminq_opc opc, struct ice_sq_cd *cd);
H A Dice_common.c1695 enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_alloc_free_res() argument
1710 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_alloc_free_res()
2152 enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_list_caps() argument
2160 if (opc != ice_aqc_opc_list_func_caps && in ice_aq_list_caps()
2161 opc != ice_aqc_opc_list_dev_caps) in ice_aq_list_caps()
2164 ice_fill_dflt_direct_cmd_desc(&desc, opc); in ice_aq_list_caps()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-srxx-defs.h322 uint64_t opc : 4; /**< SW Tick ERR - packet had an error member
328 uint64_t opc : 4;
H A Dcvmx-iob-defs.h802 uint64_t opc : 4; /**< Pattern to match on the inbound NCB. */ member
808 uint64_t opc : 4;
847 uint64_t opc : 4; /**< Pattern to match on the inbound NCB. */ member
853 uint64_t opc : 4;
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_arm64.c1048 uint32_t opc) in emit_cmp_tst() argument
1052 insn = opc; in emit_cmp_tst()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2306 u_int32_t opc; in pf_change_icmp() local
2309 opc = *pc; in pf_change_icmp()
2315 *ic = pf_cksum_fixup(*ic, opc, *pc, 0); in pf_change_icmp()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c7748 static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc, in test_pdcp_proto() argument
7801 ut_params->cipher_xform.cipher.op = opc; in test_pdcp_proto()
7933 enum rte_crypto_cipher_operation opc, in test_pdcp_proto_SGL() argument
8071 ut_params->cipher_xform.cipher.op = opc; in test_pdcp_proto_SGL()