Home
last modified time | relevance | path

Searched defs:opcode (Results 201 – 225 of 691) sorted by relevance

12345678910>>...28

/linux/drivers/infiniband/sw/rxe/
A 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/fs/fuse/
A Dfile.c26 unsigned int open_flags, int opcode, in fuse_send_open()
131 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() local
292 unsigned int flags, int opcode, bool sync) in fuse_prepare_release()
341 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() local
559 int datasync, int opcode) in fuse_fsync_common()
629 size_t count, int opcode) in fuse_read_args_fill()
2636 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
2685 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
/linux/drivers/atm/
A 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/drivers/gpu/host1x/hw/
A Ddebug_hw.c44 unsigned int mask, subop, num, opcode; in show_channel_command() local
/linux/drivers/mmc/host/
A Dsdhci-of-dwcmshc.c521 static int dwcmshc_execute_tuning(struct mmc_host *mmc, u32 opcode) in dwcmshc_execute_tuning()
790 static int th1520_execute_tuning(struct sdhci_host *host, u32 opcode) in th1520_execute_tuning()
957 static int cv18xx_retry_tuning(struct mmc_host *mmc, u32 opcode, int *cmd_error) in cv18xx_retry_tuning()
982 static int cv18xx_sdhci_execute_tuning(struct sdhci_host *host, u32 opcode) in cv18xx_sdhci_execute_tuning()
A Ddw_mmc-hi3798mv200.c92 u32 opcode) in dw_mci_hi3798mv200_execute_tuning_mix_mode()
A Dsdhci_am654.c416 static int sdhci_am654_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_am654_execute_tuning()
504 u32 opcode) in sdhci_am654_do_tuning()
548 u32 opcode) in sdhci_am654_platform_execute_tuning()
A Dmeson-mx-sdhc-mmc.c410 u32 opcode) in meson_mx_sdhc_tuning_point_matches()
424 static int meson_mx_sdhc_execute_tuning(struct mmc_host *mmc, u32 opcode) in meson_mx_sdhc_execute_tuning()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_gpu_commands.h37 #define MI_INSTR(opcode, flags) \ argument
199 #define GFX_INSTR(opcode, flags) ((0x3 << 29) | ((opcode) << 24) | (flags)) argument
345 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
440 #define GSC_INSTR(opcode, data, flags) \ argument
/linux/drivers/acpi/acpica/
A Ddsutils.c430 u16 opcode; in acpi_ds_create_operand() local
/linux/tools/testing/selftests/bpf/
A Ddisasm.c329 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local
/linux/kernel/bpf/
A Ddisasm.c329 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local
/linux/drivers/scsi/
A 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
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
/linux/arch/riscv/kernel/probes/
A Duprobes.c34 probe_opcode_t opcode; in arch_uprobe_analyze_insn() local
/linux/net/bluetooth/
A Dhci_core.c1451 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout() local
3053 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3077 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3109 static void *hci_cmd_data(struct sk_buff *skb, __u16 opcode) in hci_cmd_data()
3125 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3894 u16 opcode; in hci_resend_last() local
3912 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
/linux/sound/soc/qcom/qdsp6/
A Daudioreach.c205 static void *__audioreach_alloc_pkt(int payload_size, uint32_t opcode, uint32_t token, in __audioreach_alloc_pkt()
242 void *audioreach_alloc_pkt(int payload_size, uint32_t opcode, uint32_t token, in audioreach_alloc_pkt()
249 void *audioreach_alloc_apm_pkt(int pkt_size, uint32_t opcode, uint32_t token, uint32_t src_port) in audioreach_alloc_apm_pkt()
256 void *audioreach_alloc_cmd_pkt(int payload_size, uint32_t opcode, uint32_t token, in audioreach_alloc_cmd_pkt()
263 void *audioreach_alloc_apm_cmd_pkt(int pkt_size, uint32_t opcode, uint32_t token) in audioreach_alloc_apm_cmd_pkt()
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dcxgb3_offload.c947 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
/linux/drivers/bluetooth/
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
A Dbtrtl.h62 __le32 opcode; member
91 u32 opcode; member
/linux/drivers/net/ethernet/cavium/liquidio/
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/gpu/drm/rockchip/
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/infiniband/sw/siw/
A Dsiw_qp_rx.c1001 u8 opcode; in siw_get_hdr() local
1204 u8 opcode = __rdmap_get_opcode(&srx->hdr.ctrl); in siw_rdmap_complete() local
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c275 u8 opcode; in bnx2fc_srr_compl() local
390 u8 opcode; in bnx2fc_rec_compl() local
/linux/drivers/infiniband/hw/bnxt_re/
A Droce_hsi.h105 u8 opcode; member
173 u8 opcode; member
212 u8 opcode; member
381 u8 opcode; member
414 u8 opcode; member
524 u8 opcode; member
557 u8 opcode; member
720 u8 opcode; member
753 u8 opcode; member
842 u8 opcode; member
[all …]

Completed in 111 milliseconds

12345678910>>...28