Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v6.6/tools/testing/selftests/bpf/
Ddisasm.c305 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local
/Linux-v6.6/kernel/bpf/
Ddisasm.c305 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local
/Linux-v6.6/tools/firewire/
Ddecode-fcp.c137 uint32_t opcode:8; member
/Linux-v6.6/include/uapi/linux/can/
Dbcm.h68 __u32 opcode; member
/Linux-v6.6/drivers/infiniband/hw/erdma/
Derdma_cq.c113 u8 opcode, syndrome, qtype; in erdma_poll_one_cqe() local
/Linux-v6.6/include/net/bluetooth/
Dhci_mon.h28 __le16 opcode; member
Dhci_sock.h53 __le16 opcode; member
59 __le16 opcode; member
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager_vi.c30 unsigned int pm_build_pm4_header(unsigned int opcode, size_t packet_size) in pm_build_pm4_header()
/Linux-v6.6/drivers/scsi/qedf/
Dqedf_els.c550 u8 opcode; in qedf_srr_compl() local
848 u8 opcode; in qedf_rec_compl() local
/Linux-v6.6/drivers/nvme/host/
Dtrace.c205 u8 opcode, u8 *cdw10) in nvme_trace_parse_admin_cmd()
232 u8 opcode, u8 *cdw10) in nvme_trace_parse_nvm_cmd()
/Linux-v6.6/arch/s390/kernel/
Ddis.c66 unsigned char opcode; member
341 static struct s390_insn opcode[] = OPCODE_TABLE_INITIALIZER; variable
/Linux-v6.6/drivers/mmc/host/
Dsdhci-pci-o2micro.c210 static void __sdhci_o2_execute_tuning(struct sdhci_host *host, u32 opcode) in __sdhci_o2_execute_tuning()
314 static int sdhci_o2_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_o2_execute_tuning()
/Linux-v6.6/include/uapi/scsi/
Dscsi_bsg_ufs.h109 __u8 opcode; member
132 __u8 opcode; member
/Linux-v6.6/net/bluetooth/
Dhci_sync.c24 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_cmd_sync_complete()
48 static struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, in hci_cmd_sync_alloc()
83 static void hci_cmd_sync_add(struct hci_request *req, u16 opcode, u32 plen, in hci_cmd_sync_add()
147 struct sk_buff *__hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_sk()
205 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
213 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
232 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
241 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status_sk()
271 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status()
2461 u16 opcode = extended ? HCI_OP_READ_LOCAL_OOB_EXT_DATA : in hci_read_local_oob_data_sync() local
/Linux-v6.6/drivers/infiniband/sw/rxe/
Drxe_hdr.h24 u8 opcode; /* bth opcode of packet */ member
62 u8 opcode; member
91 static inline void __bth_set_opcode(void *arg, u8 opcode) in __bth_set_opcode()
285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
405 static inline void bth_init(struct rxe_pkt_info *pkt, u8 opcode, int se, in bth_init()
/Linux-v6.6/drivers/gpu/host1x/hw/
Ddebug_hw.c44 unsigned int mask, subop, num, opcode; in show_channel_command() local
/Linux-v6.6/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-v6.6/fs/fuse/
Dfile.c24 unsigned int open_flags, int opcode, in fuse_send_open()
133 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() local
276 unsigned int flags, int opcode) in fuse_prepare_release()
310 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() local
539 int datasync, int opcode) in fuse_fsync_common()
609 size_t count, int opcode) in fuse_read_args_fill()
2521 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
2570 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
/Linux-v6.6/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-v6.6/arch/riscv/kernel/probes/
Duprobes.c28 probe_opcode_t opcode; in arch_uprobe_analyze_insn() local
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_gpu_commands.h37 #define MI_INSTR(opcode, flags) \ argument
199 #define GFX_INSTR(opcode, flags) ((0x3 << 29) | ((opcode) << 24) | (flags)) argument
344 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
439 #define GSC_INSTR(opcode, data, flags) \ argument
/Linux-v6.6/drivers/scsi/
Dmyrb.h578 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
583 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
590 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
598 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
606 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
616 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
626 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
635 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
644 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
662 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
/Linux-v6.6/arch/arc/kernel/
Dkgdb.c78 uint16_t opcode[2]; member
/Linux-v6.6/arch/powerpc/sysdev/
Dcpm2.c81 int cpm_command(u32 command, u8 opcode) in cpm_command()

12345678910>>...27