Home
last modified time | relevance | path

Searched defs:opcode (Results 326 – 350 of 656) sorted by relevance

1...<<11121314151617181920>>...27

/Linux-v6.6/drivers/scsi/
Datari_scsi.c509 unsigned char opcode = cmd->cmnd[0]; in falcon_classify_cmd() local
Dscsi_ioctl.c509 unsigned int in_len, out_len, bytes, opcode, cmdlen; in sg_scsi_ioctl() local
/Linux-v6.6/drivers/scsi/qla4xxx/
Dql4_isr.c662 uint32_t opcode = 0; in qla4xxx_isr_decode_mailbox() local
/Linux-v6.6/drivers/bluetooth/
Dhci_bcsp.c198 __le16 opcode = ((struct hci_command_hdr *)data)->opcode; in bcsp_prepare_pkt() local
/Linux-v6.6/arch/arc/include/asm/
Ddisasm.h101 int opcode = (word >> 11) & 0x1F; in is_short_instr() local
/Linux-v6.6/drivers/gpu/host1x/
Djob.c469 u32 opcode = (word & 0xf0000000) >> 28; in validate() local
/Linux-v6.6/drivers/video/fbdev/
Dmetronomefb.c312 u16 opcode; in metronome_display_cmd() local
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_pm4_headers.h35 uint32_t opcode:8; member
/Linux-v6.6/include/uapi/linux/
Dcoda.h277 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument
296 u_int32_t opcode; member
305 u_int32_t opcode; member
/Linux-v6.6/drivers/spi/
Dspi-microchip-core-qspi.c392 u8 opcode = op->cmd.opcode; in mchp_coreqspi_exec_op() local
/Linux-v6.6/arch/x86/math-emu/
Dfpu_emu.h115 unsigned int opcode:11; member
/Linux-v6.6/drivers/mmc/host/
Dsdhci-xenon.c355 static int xenon_execute_tuning(struct mmc_host *mmc, u32 opcode) in xenon_execute_tuning()
Ddw_mmc-exynos.c503 static int dw_mci_exynos_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_exynos_execute_tuning()
/Linux-v6.6/drivers/infiniband/ulp/iser/
Discsi_iser.c174 static int iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) in iscsi_iser_pdu_alloc()
/Linux-v6.6/arch/arm64/kernel/
Darmv8_deprecated.c67 static unsigned int __maybe_unused aarch32_check_condition(u32 opcode, u32 psr) in aarch32_check_condition()
/Linux-v6.6/include/soc/fsl/
Dcpm.h163 static inline int cpm_command(u32 command, u8 opcode) in cpm_command()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_controlq.c1136 void ice_fill_dflt_direct_cmd_desc(struct ice_aq_desc *desc, u16 opcode) in ice_fill_dflt_direct_cmd_desc()
/Linux-v6.6/net/bluetooth/
Dmsft.c262 static int msft_le_monitor_advertisement_cb(struct hci_dev *hdev, u16 opcode, in msft_le_monitor_advertisement_cb()
371 u16 opcode, in msft_le_cancel_monitor_advertisement_cb()
/Linux-v6.6/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1430 int i = 0, opcode; in netxen_handle_fw_message() local
1659 int opcode, ring = 0, desc_cnt; in netxen_process_rcv_ring() local
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c193 u8 opcode; in dr_parse_cqe() local
523 u32 opcode, bool notify_hw) in dr_rdma_segments()
/Linux-v6.6/arch/x86/include/asm/
Dperf_event_p4.h295 #define P4_OPCODE_ESEL(opcode) ((opcode & 0x00ff) >> 0) argument
296 #define P4_OPCODE_EVNT(opcode) ((opcode & 0xff00) >> 8) argument
/Linux-v6.6/drivers/usb/serial/
Ddigi_acceleport.c1362 int opcode; in digi_read_inb_callback() local
1454 int opcode, line, status, val; in digi_read_oob_callback() local
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
Dhclge_comm_cmd.h367 u32 opcode; member
395 __le16 opcode; member
/Linux-v6.6/kernel/bpf/
Dverifier.c3408 u8 opcode = BPF_OP(insn->code); in backtrack_insn() local
11776 static bool sanitize_needed(u8 opcode) in sanitize_needed()
11820 u8 opcode = BPF_OP(insn->code); in sanitize_ptr_alu() local
12040 u8 opcode = BPF_OP(insn->code); in adjust_ptr_min_max_vals() local
12829 u8 opcode = BPF_OP(insn->code); in adjust_scalar_min_max_vals() local
12991 u8 opcode = BPF_OP(insn->code); in adjust_reg_min_max_vals() local
13073 u8 opcode = BPF_OP(insn->code); in check_alu_op() local
13383 static int is_branch32_taken(struct bpf_reg_state *reg, u32 val, u8 opcode) in is_branch32_taken()
13461 static int is_branch64_taken(struct bpf_reg_state *reg, u64 val, u8 opcode) in is_branch64_taken()
13544 static int is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, in is_branch_taken()
[all …]
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h186 __u8 opcode; member
202 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) argument
226 __u8 opcode; member
1176 __u8 opcode; member
1189 RSS_HDR __u8 opcode; member
1427 __u8 opcode; member
1432 __u8 opcode; member
1438 __u8 opcode; member

1...<<11121314151617181920>>...27