| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | libiscsi.c | 231 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions() 611 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task() local 657 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in __iscsi_conn_send_pdu() local 1009 int opcode, rc = 0; in iscsi_handle_reject() local 1131 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu() local
|
| H A D | myrb.h | 578 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
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | file.c | 36 int opcode, struct fuse_open_out *outargp) in fuse_send_open() 138 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() local 268 int flags, int opcode) in fuse_prepare_release() 302 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_release_common() local 520 int datasync, int opcode) in fuse_fsync_common() 590 size_t count, int opcode) in fuse_read_args_fill() 2451 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill() 2500 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | fore200e.h | 249 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
|
| /OK3568_Linux_fs/kernel/include/uapi/scsi/ |
| H A D | scsi_bsg_ufs.h | 46 __u8 opcode; member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dsutils.c | 430 u16 opcode; in acpi_ds_create_operand() local
|
| H A D | dsmthdat.c | 651 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | t4fw_ri_api.h | 546 __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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/ |
| H A D | scsi_bsg_ufs.h | 46 __u8 opcode; member
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | traps.c | 148 __u8 opcode[6]; in illegal_op() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/ |
| H A D | scsi_bsg_ufs.h | 46 __u8 opcode; member
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | kgdb.c | 78 uint16_t opcode[2]; member
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 1813 u8 opcode = BPF_OP(insn->code); in backtrack_insn() local 5730 static bool sanitize_needed(u8 opcode) in sanitize_needed() 5774 u8 opcode = BPF_OP(insn->code); in sanitize_ptr_alu() local 5994 u8 opcode = BPF_OP(insn->code); in adjust_ptr_min_max_vals() local 6784 u8 opcode = BPF_OP(insn->code); in adjust_scalar_min_max_vals() local 6946 u8 opcode = BPF_OP(insn->code); in adjust_reg_min_max_vals() local 7023 u8 opcode = BPF_OP(insn->code); in check_alu_op() local 7272 static int is_branch32_taken(struct bpf_reg_state *reg, u32 val, u8 opcode) in is_branch32_taken() 7346 static int is_branch64_taken(struct bpf_reg_state *reg, u64 val, u8 opcode) in is_branch64_taken() 7425 static int is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, in is_branch_taken() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto_tcp.c | 361 int opcode=*ptr++; in tcp_options() local 422 int opcode = *ptr++; in tcp_sack() local
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_rx.c | 1013 u8 opcode; in siw_get_hdr() local 1224 u8 opcode = __rdmap_get_opcode(&srx->hdr.ctrl); in siw_rdmap_complete() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-reg.c | 107 u8 module_id, u8 opcode, in cdn_dp_mailbox_validate_receive() 159 u8 opcode, u16 size, u8 *message) in cdn_dp_mailbox_send()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_els.c | 275 u8 opcode; in bnx2fc_srr_compl() local 390 u8 opcode; in bnx2fc_rec_compl() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/arpa/ |
| H A D | nameser_compat.h | 46 unsigned opcode: 4; /*%< purpose of message */ member 62 unsigned opcode :4; /*%< purpose of message */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_device.c | 1064 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, in octeon_get_dispatch() 1123 u16 opcode, in octeon_register_dispatch_fn()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.h | 299 OUT_PKT3(struct msm_ringbuffer *ring, uint8_t opcode, uint16_t cnt) in OUT_PKT3() 328 OUT_PKT7(struct msm_ringbuffer *ring, uint8_t opcode, uint16_t cnt) in OUT_PKT7()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/arpa/ |
| H A D | nameser_compat.h | 46 unsigned opcode: 4; /*%< purpose of message */ member 62 unsigned opcode :4; /*%< purpose of message */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gpu_commands.h | 35 #define MI_INSTR(opcode, flags) (((opcode) << 23) | (flags)) argument 175 #define GFX_INSTR(opcode, flags) ((0x3 << 29) | ((opcode) << 24) | (flags)) argument 252 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_offload.c | 947 unsigned int opcode = get_opcode(skb); in do_term() local 1005 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h) in t3_register_cpl_handler() 1023 unsigned int opcode = get_opcode(skb); in process_rx() local
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | lightnvm.c | 29 __u8 opcode; member 45 __u8 opcode; member 60 __u8 opcode; member 71 __u8 opcode; member 83 __u8 opcode; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_firmware.c | 152 enum rtl_fw_opcode opcode = action >> 28; in rtl_fw_write_firmware() local
|