Home
last modified time | relevance | path

Searched defs:opcode (Results 176 – 200 of 508) sorted by relevance

12345678910>>...21

/linux/drivers/scsi/
H A Dlibiscsi.c243 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions()
658 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task() local
710 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_alloc_mgmt_task() local
1094 int opcode, rc = 0; in iscsi_handle_reject() local
1216 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu() local
H A Dmyrs.h689 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
703 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
716 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
730 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
745 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
759 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
773 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
789 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
807 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
824 enum myrs_cmd_opcode opcode; /* Byte 2 */ member
[all …]
/linux/drivers/bluetooth/
H A Dbtrtl.c471 struct btrtl_device_info *btrtl_dev, u32 opcode, in btrtl_parse_section()
543 u32 opcode; in rtlbt_parse_firmware_v2() local
645 u8 opcode, length, data; in rtlbt_parse_firmware() local
H A Dbtrtl.h62 __le32 opcode; member
91 u32 opcode; member
/linux/kernel/bpf/
H A Ddisasm.c329 u8 opcode = BPF_OP(insn->code); print_bpf_insn() local
/linux/tools/testing/selftests/bpf/
H A Ddisasm.c329 u8 opcode = BPF_OP(insn->code); print_bpf_insn() local
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c275 u8 opcode; in bnx2fc_srr_compl() local
390 u8 opcode; in bnx2fc_rec_compl() local
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c107 u8 module_id, u8 opcode, in cdn_dp_mailbox_validate_receive()
159 u8 opcode, u16 size, u8 *message) in cdn_dp_mailbox_send()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.c1076 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, in octeon_get_dispatch()
1135 u16 opcode, in octeon_register_dispatch_fn()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c1001 u8 opcode; in siw_get_hdr() local
1203 u8 opcode = __rdmap_get_opcode(&srx->hdr.ctrl); in siw_rdmap_complete() local
/linux/arch/x86/kernel/kprobes/
H A Dcore.c142 kprobe_opcode_t opcode; in can_boost() local
614 insn_byte_t opcode = insn->opcode.bytes[0]; in prepare_emulation() local
/linux/drivers/acpi/acpica/
H A Ddsutils.c430 u16 opcode; in acpi_ds_create_operand() local
H A Ddsmthdat.c652 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
/linux/arch/riscv/kernel/probes/
H A Duprobes.c34 probe_opcode_t opcode; in arch_uprobe_analyze_insn() local
/linux/drivers/net/ovpn/
H A Dudp.c74 u8 opcode; in ovpn_udp_encap_recv() local
/linux/arch/arc/kernel/
H A Dkgdb.c78 uint16_t opcode[2]; member
/linux/arch/powerpc/sysdev/
H A Dcpm2.c81 int cpm_command(u32 command, u8 opcode) in cpm_command()
/linux/arch/mips/kernel/
H A Dunaligned.c1245 unsigned int opcode; in emulate_load_store_MIPS16e() local
/linux/arch/alpha/math-emu/
H A Dmath.c340 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
/linux/arch/arm/probes/uprobes/
H A Dcore.c48 probes_opcode_t opcode; in arch_uprobe_skip_sstep() local
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h62 union otx_cpt_opcode_info opcode; member
95 __be16 opcode; member
/linux/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c577 static int sdmmc_dlyb_phase_tuning(struct mmci_host *host, u32 opcode) in sdmmc_dlyb_phase_tuning()
622 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning()
/linux/arch/loongarch/kernel/
H A Dtraps.c717 unsigned int opcode, bcode; in do_bp() local
854 unsigned int __maybe_unused opcode; in do_ri() local
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c2593 u32 opcode = KWQE_OPCODE(kwqe->kwqe_op_flag); in cnic_bnx2x_kwqe_err() local
2664 u32 opcode; in cnic_submit_bnx2x_iscsi_kwqes() local
2738 u32 opcode; in cnic_submit_bnx2x_fcoe_kwqes() local
3874 u32 opcode = L4_KCQE_OPCODE_VALUE_RESET_COMP; in cnic_cm_abort() local
3917 u8 opcode) in cnic_cm_upcall()
3954 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() local
3997 u8 opcode = l4kcqe->op_code; in cnic_cm_process_kcqe() local
4125 static int cnic_ready_to_close(struct cnic_sock *csk, u32 opcode) in cnic_ready_to_close()
4151 static void cnic_close_bnx2_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2_conn()
4180 static void cnic_close_bnx2x_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2x_conn()
/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1678 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local
1835 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config()
1945 uint8_t opcode = 0; in lpfc_sli4_mbox_rsrc_extent() local

12345678910>>...21