Searched refs:opc (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lag.c216 u32 opc; local
247 opc = ice_aqc_opc_add_sw_rules;
250 opc = ice_aqc_opc_remove_sw_rules;
253 err = ice_aq_sw_rules(&lag->pf->hw, s_rule, s_rule_sz, 1, opc, NULL);
783 u16 buf_len, opc; local
805 opc = ice_aqc_opc_add_sw_rules;
807 opc = ice_aqc_opc_remove_sw_rules;
810 if (ice_aq_sw_rules(&lag->pf->hw, s_rule, buf_len, 1, opc, NULL)) {
H A Dice_switch.h414 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd);
H A Dice_switch.c1880 * @opc: switch rules population command type - pass in the command opcode
1887 enum ice_adminq_opc opc)
1905 if (opc == ice_aqc_opc_alloc_res)
1916 if (opc == ice_aqc_opc_free_res)
1919 status = ice_aq_alloc_free_res(hw, sw_buf, buf_len, opc);
1923 if (opc == ice_aqc_opc_alloc_res) {
1937 * @opc: switch rules population command type - pass in the command opcode
1944 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd)
1949 if (opc != ice_aqc_opc_add_sw_rules &&
1950 opc !
1885 ice_aq_alloc_free_vsi_list(struct ice_hw *hw, u16 *vsi_list_id, enum ice_sw_lkup_type lkup_type, enum ice_adminq_opc opc) argument
1943 ice_aq_sw_rules(struct ice_hw *hw, void *rule_list, u16 rule_list_sz, u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd) argument
2631 ice_fill_sw_rule(struct ice_hw *hw, struct ice_fltr_info *f_info, struct ice_sw_rule_lkup_rx_tx *s_rule, enum ice_adminq_opc opc) argument
2906 ice_update_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi, u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, enum ice_sw_lkup_type lkup_type) argument
[all...]
H A Dice_common.c1944 * @opc: pass in the command opcode
1950 enum ice_adminq_opc opc)
1960 ice_fill_dflt_direct_cmd_desc(&desc, opc);
2746 * @opc: capabilities type to discover, device or function
2761 enum ice_adminq_opc opc, struct ice_sq_cd *cd)
2769 if (opc != ice_aqc_opc_list_func_caps &&
2770 opc != ice_aqc_opc_list_dev_caps)
2773 ice_fill_dflt_direct_cmd_desc(&desc, opc);
1948 ice_aq_alloc_free_res(struct ice_hw *hw, struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size, enum ice_adminq_opc opc) argument
2760 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, enum ice_adminq_opc opc, struct ice_sq_cd *cd) argument
/linux-master/drivers/misc/sgi-gru/
H A Dgru_instructions.h70 int opc; member in struct:control_block_extended_exc_detail
96 unsigned char opc: 8; /* opcode */ member in struct:gru_instruction_bits
124 unsigned long op64; /* icmd,xtype,iaa0,ima,opc,tri0 */
159 /* GRU instruction opcodes (opc field) */
H A Dgrukservices.c416 excdet->opc = cbe->opccpy;
434 "GRU:%d exception: cb %p, opc %d, exopc %d, ecause 0x%x,"
436 gen, excdet.opc, excdet.exopc, excdet.ecause,
H A Dgrufault.c715 excdet.opc = cbe->opccpy;
732 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus,
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2313 unsigned int opc; local
2337 opc = rpl->ot.opcode;
2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb);
2341 if (opc >= ARRAY_SIZE(cxgb4i_cplhandlers) || !cxgb4i_cplhandlers[opc]) {
2342 pr_err("No handler for opcode 0x%x.\n", opc);
2345 cxgb4i_cplhandlers[opc](cdev, skb);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1673 u32 opc = req->op_count; local
1679 if (opc) {
1680 args->op.count = opc;
1681 args->op.s = u_memcpya(ops, opc,
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h815 int kvm_get_badinstr(u32 *opc, struct kvm_vcpu *vcpu, u32 *out);
816 int kvm_get_badinstrp(u32 *opc, struct kvm_vcpu *vcpu, u32 *out);
/linux-master/drivers/atm/
H A Didt77252.c1595 int n, unsigned int opc)
1617 data = opc & TSTE_OPC_MASK;
1618 if (vc && (opc != TSTE_OPC_NULL))
1619 data = opc | vc->index;
1654 fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) argument
1661 res = __fill_tst(card, vc, n, opc);
1716 int n, unsigned int opc)
1724 res = __fill_tst(card, vc, n, opc);
1594 __fill_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) argument
1715 change_tst(struct idt77252_dev *card, struct vc_map *vc, int n, unsigned int opc) argument
/linux-master/arch/mips/mm/
H A Duasm.c150 static void build_insn(u32 **buf, enum opcode opc, ...);
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2158 u16 opc; member in struct:__anon62
2168 if (insn.opc != (0xc004 | (old_addr ? 0xf0 : 0)))
2195 insn.opc = 0xc004 | (new_addr ? 0xf0 : 0);
2196 s390_kernel_write((char *)ip + 1, (char *)&insn.opc + 1, 1);
/linux-master/arch/mips/kvm/
H A Demulate.c263 * @opc: Guest pointer to faulting instruction.
268 * memory at @opc.
272 int kvm_get_badinstr(u32 *opc, struct kvm_vcpu *vcpu, u32 *out) argument
285 * @opc: Guest pointer to prior faulting instruction.
290 * value if it exists, otherwise falling back to reading guest memory at @opc.
294 int kvm_get_badinstrp(u32 *opc, struct kvm_vcpu *vcpu, u32 *out) argument
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra194-cbb.c110 u8 opc; // [4:1] member in struct:tegra194_cbb_packet_header
1856 hdr.opc = FIELD_GET(CBB_ERR_OPC, cbb->errlog0);
1862 tegra194_cbb_trantype[hdr.opc]);
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3722 sli_cmd_fill_hdr(struct sli4_rqst_hdr *hdr, u8 opc, u8 sub, u32 ver, __le32 len) argument
3724 hdr->opcode = opc;
H A Dsli4.c977 sli_cmd_common_destroy_q(struct sli4 *sli4, u8 opc, u8 subsystem, u16 q_id) argument
987 sli_cmd_fill_hdr(&req->hdr, opc, subsystem,
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c356 " .insn rrf,%[opc] << 16,2,4,6,0\n"
358 : [query] "d" ((unsigned long)query), [opc] "i" (opcode)

Completed in 316 milliseconds

12