Home
last modified time | relevance | path

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

12345678910>>...24

/Linux-v5.15/arch/s390/kernel/
Ddis.c66 unsigned char opcode; member
340 static struct s390_insn opcode[] = OPCODE_TABLE_INITIALIZER; variable
/Linux-v5.15/net/netfilter/
Dnf_conntrack_proto_tcp.c348 int opcode=*ptr++; in tcp_options() local
410 int opcode = *ptr++; in tcp_sack() local
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c98 u32 size, opcode; in __send_message() local
212 u8 opcode, retry_cnt = 0xFF; in bnxt_qplib_rcfw_send_message() local
/Linux-v5.15/include/uapi/scsi/
Dscsi_bsg_ufs.h46 __u8 opcode; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_mdio.c76 int phy_reg, u32 opcode) in mlxbf_gige_mdio_create_cmd()
/Linux-v5.15/drivers/acpi/acpica/
Ddsutils.c430 u16 opcode; in acpi_ds_create_operand() local
Ddsmthdat.c651 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
/Linux-v5.15/arch/riscv/kernel/probes/
Duprobes.c28 probe_opcode_t opcode; in arch_uprobe_analyze_insn() local
/Linux-v5.15/drivers/scsi/
Dlibiscsi.c231 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions()
631 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task() local
677 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in __iscsi_conn_send_pdu() local
1024 int opcode, rc = 0; in iscsi_handle_reject() local
1146 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu() local
/Linux-v5.15/drivers/mtd/spi-nor/
Dsfdp.c321 u32 size, u8 opcode, u8 i) in spi_nor_set_erase_settings_from_bfpt()
521 u8 opcode; in spi_nor_parse_bfpt() local
1132 u8 dummy, opcode; in spi_nor_parse_profile1() local
/Linux-v5.15/drivers/atm/
Dfore200e.h249 typedef enum opcode { enum
293 struct activate_opcode opcode; /* activate VC command opcode */ member
313 struct deactivate_opcode opcode; /* deactivate VC command opcode */ member
344 struct oc3_opcode opcode; /* set/get OC-3 regs command opcode */ member
465 struct stats_opcode opcode; /* get statistics command opcode */ member
492 struct prom_opcode opcode; /* get PROM data command opcode */ member
500 enum opcode opcode; /* operation code */ member
669 enum opcode opcode; /* initialize command */ member
/Linux-v5.15/fs/fuse/
Dfile.c23 unsigned int open_flags, int opcode, in fuse_send_open()
132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() local
272 unsigned int flags, int opcode) in fuse_prepare_release()
306 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() local
529 int datasync, int opcode) in fuse_fsync_common()
599 size_t count, int opcode) in fuse_read_args_fill()
2449 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
2498 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
/Linux-v5.15/arch/x86/kernel/
Dparavirt.c62 unsigned char opcode; member
/Linux-v5.15/arch/arc/kernel/
Dkgdb.c78 uint16_t opcode[2]; member
/Linux-v5.15/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h546 __u8 opcode; member
574 __u8 opcode; member
599 __u8 opcode; member
630 __u8 opcode; member
647 __u8 opcode; member
656 __u8 opcode; member
694 __u8 opcode; member
731 __u8 opcode; member
743 __u8 opcode; member
/Linux-v5.15/drivers/bluetooth/
Dbtrtl.c263 u8 opcode, length, data; in rtlbt_parse_firmware() local
573 u16 opcode; in btrtl_initialize() local
/Linux-v5.15/drivers/net/ethernet/cavium/liquidio/
Docteon_device.c1063 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, in octeon_get_dispatch()
1122 u16 opcode, in octeon_register_dispatch_fn()
/Linux-v5.15/drivers/scsi/bnx2fc/
Dbnx2fc_els.c275 u8 opcode; in bnx2fc_srr_compl() local
390 u8 opcode; in bnx2fc_rec_compl() local
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_reqmgr.h42 union otx2_cpt_opcode opcode; member
52 __be16 opcode; member
/Linux-v5.15/drivers/gpu/drm/rockchip/
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-v5.15/drivers/mmc/host/
Ddw_mmc-rockchip.c135 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_rk3288_execute_tuning()
/Linux-v5.15/arch/arm/probes/uprobes/
Dcore.c48 probes_opcode_t opcode; in arch_uprobe_skip_sstep() local
/Linux-v5.15/arch/mips/kernel/
Dunaligned.c1203 unsigned int opcode; in emulate_load_store_MIPS16e() local
/Linux-v5.15/drivers/net/ethernet/realtek/
Dr8169_firmware.c152 enum rtl_fw_opcode opcode = action >> 28; in rtl_fw_write_firmware() local
/Linux-v5.15/arch/powerpc/sysdev/
Dcpm2.c83 int cpm_command(u32 command, u8 opcode) in cpm_command()

12345678910>>...24