/linux-4.4.14/arch/arm/nwfpe/ |
D | fpopcode.h | 204 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument 207 #define getOffset(opcode) (opcode & MASK_OFFSET) argument 210 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument 212 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument 213 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument 215 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 216 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 217 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 218 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 220 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument [all …]
|
D | fpa11_cprt.c | 35 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT() 69 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT() 112 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX() 154 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
|
D | fpa11.c | 47 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 65 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() 97 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
|
D | fpa11_cpdt.c | 224 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF() 267 unsigned int PerformSTF(const unsigned int opcode) in PerformSTF() 318 unsigned int PerformLFM(const unsigned int opcode) in PerformLFM() 354 unsigned int PerformSFM(const unsigned int opcode) in PerformSFM() 390 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
|
D | fpa11_cpdo.c | 30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
|
D | single_cpdo.c | 88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
|
D | extended_cpdo.c | 90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
|
D | double_cpdo.c | 111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
|
/linux-4.4.14/arch/x86/lib/ |
D | inat.c | 27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
|
D | insn.c | 205 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | inat.c | 27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
|
D | insn.c | 205 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
|
D | insn.h | 43 struct insn_field opcode; /* member
|
/linux-4.4.14/arch/x86/mm/ |
D | pf_in.c | 119 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() 135 #define CHECK_OP_TYPE(opcode, array, type) \ argument 145 unsigned int opcode; in get_ins_type() local 166 unsigned int opcode; in get_ins_reg_width() local 189 unsigned int opcode; in get_ins_mem_width() local 412 unsigned int opcode; in get_ins_reg_val() local 466 unsigned int opcode; in get_ins_imm_val() local
|
D | fault.c | 91 unsigned char opcode, int *prefetch) in check_prefetch_opcode() 157 unsigned char opcode; in is_prefetch() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps_64.c | 39 insn_size_t opcode; in read_opcode() local 84 insn_size_t opcode, in generate_and_check_address() 166 insn_size_t opcode, in misaligned_load() 241 insn_size_t opcode, in misaligned_store() 312 insn_size_t opcode, in misaligned_fpu_load() 384 insn_size_t opcode, in misaligned_fpu_store() 458 insn_size_t opcode; in misaligned_fixup() local 649 insn_size_t opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local
|
D | traps.c | 111 insn_size_t opcode; in is_valid_bugaddr() local
|
D | kprobes.c | 45 kprobe_opcode_t opcode = *(kprobe_opcode_t *) (p->addr); in arch_prepare_kprobe() local
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | trace.c | 274 static void decode_ProgCtrl_0(unsigned int opcode) in decode_ProgCtrl_0() 330 static void decode_BRCC_0(unsigned int opcode) in decode_BRCC_0() 346 static void decode_CALLa_0(unsigned int opcode) in decode_CALLa_0() 372 static void decode_LoopSetup_0(unsigned int opcode) in decode_LoopSetup_0() 399 static void decode_dspLDST_0(unsigned int opcode) in decode_dspLDST_0() 462 static void decode_LDST_0(unsigned int opcode) in decode_LDST_0() 520 static void decode_LDSTii_0(unsigned int opcode) in decode_LDSTii_0() 557 static void decode_LDSTidxI_0(unsigned int opcode) in decode_LDSTidxI_0() 589 static void decode_opcode(unsigned int opcode) in decode_opcode() 623 unsigned int opcode; in decode_instruction() local
|
D | traps.c | 75 int opcode; in trap_c() local 568 unsigned int opcode; in is_valid_bugaddr() local
|
D | pseudodbg.c | 106 bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg_assert() 158 bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg()
|
D | dumpstack.c | 21 unsigned int opcode; in is_bfin_call() local
|
/linux-4.4.14/include/scsi/ |
D | srp.h | 120 u8 opcode; member 138 u8 opcode; member 150 u8 opcode; member 160 u8 opcode; member 166 u8 opcode; member 178 u8 opcode; member 196 u8 opcode; member 228 u8 opcode; member 244 u8 opcode; member 252 u8 opcode; member [all …]
|
D | iscsi_proto.h | 88 uint8_t opcode; member 150 uint8_t opcode; member 195 uint8_t opcode; member 226 uint8_t opcode; member 254 uint8_t opcode; member 269 uint8_t opcode; member 285 uint8_t opcode; member 316 uint8_t opcode; member 343 uint8_t opcode; member 361 uint8_t opcode; member [all …]
|
D | scsi_common.h | 18 #define COMMAND_SIZE(opcode) scsi_command_size_tbl[((opcode) >> 5) & 7] argument
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt_util.c | 124 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find() 140 u16 opcode, in mgmt_pending_find_data() 156 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach() 170 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
|
D | hci_request.c | 81 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd() 108 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev() 138 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add() 555 u16 opcode) in update_background_scan_complete() 645 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in abort_conn_complete()
|
D | amp.c | 225 u16 opcode, struct sk_buff *skb) in read_local_amp_assoc_complete() 323 u16 opcode, struct sk_buff *skb) in write_remote_amp_assoc_complete() 421 u16 opcode) in create_phylink_complete() 469 u16 opcode) in accept_phylink_complete()
|
D | mgmt.c | 321 __le16 *opcode = rp->opcodes; in read_commands() local 329 __le16 *opcode = rp->opcodes; in read_commands() local 577 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp() 831 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() 836 static struct mgmt_pending_cmd *pending_find_data(u16 opcode, in pending_find_data() 1401 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp() 1409 static void clean_up_hci_complete(struct hci_dev *hdev, u8 status, u16 opcode) in clean_up_hci_complete() 1809 u16 opcode) in set_discoverable_complete() 2067 u16 opcode) in set_connectable_complete() 2481 static void le_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in le_enable_complete() [all …]
|
D | mgmt_util.h | 25 u16 opcode; member
|
D | hci_sock.c | 258 __le16 opcode; in hci_send_to_monitor() local 313 __le16 opcode; in create_monitor_event() local 1048 u16 opcode, index, len; in hci_mgmt_cmd() local 1233 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
|
D | hci_core.c | 203 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete() 228 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev() 293 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync() 2620 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() local 3039 static void inquiry_complete(struct hci_dev *hdev, u8 status, u16 opcode) in inquiry_complete() 3052 u16 opcode) in le_scan_disable_work_complete() 3135 u16 opcode) in le_scan_restart_work_complete() 3635 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd() 3660 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data() 3678 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync() [all …]
|
D | hci_conn.c | 685 static void create_le_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in create_le_conn_complete() 937 u16 opcode) in hci_connect_le_scan_complete()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | psopinfo.c | 69 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info() 161 char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
|
D | exmisc.c | 414 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) in acpi_ex_do_math_op() 501 acpi_ex_do_logical_numeric_op(u16 opcode, in acpi_ex_do_logical_numeric_op() 563 acpi_ex_do_logical_op(u16 opcode, in acpi_ex_do_logical_op()
|
D | psutils.c | 89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() 116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op()
|
D | psparse.c | 74 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size() 103 u16 opcode; in acpi_ps_peek_opcode() local
|
D | psargs.c | 395 u16 opcode; in acpi_ps_get_next_simple_arg() local 490 u16 opcode; in acpi_ps_get_next_field() local
|
D | exresop.c | 133 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands()
|
D | acresrc.h | 67 u8 opcode; member 125 u8 opcode; member
|
D | acinterp.h | 68 u8 opcode; member
|
D | dsobject.c | 629 u16 opcode, in acpi_ds_init_object_from_op()
|
D | nsxfname.c | 564 u16 opcode; in ACPI_EXPORT_SYMBOL() local
|
D | dsutils.c | 468 u16 opcode; in acpi_ds_create_operand() local
|
D | dsmthdat.c | 684 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 54 opcode : 4, member 73 opcode : 4, member 91 opcode : 4, member 109 opcode : 4, member 127 opcode : 4, member 145 opcode : 4, member
|
D | aicasm_gram.y | 1650 format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed, in format_1_instr() 1727 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() 1788 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() 1858 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-tracepoints.c | 44 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry() 65 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | module.c | 19 u32 opcode; in fixup_pcr() local 53 u32 *location, opcode; in apply_relocate_add() local
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | sie.h | 81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 83 #define exit_code(opcode, mnemonic) \ argument
|
/linux-4.4.14/drivers/scsi/ |
D | nsp32_debug.c | 47 #define group(opcode) (((opcode) >> 5) & 7) argument 63 static void print_opcodek(unsigned char opcode) in print_opcodek()
|
D | constants.c | 26 int opcode; member 259 bool scsi_opcode_sa_name(int opcode, int service_action, in scsi_opcode_sa_name()
|
D | ps3rom.c | 100 unsigned char opcode = cmd->cmnd[0]; in ps3rom_atapi_request() local 220 unsigned char opcode; in ps3rom_queuecommand_lck() local
|
D | wd719x.c | 118 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, in wd719x_direct_cmd() 484 static int wd719x_reset(struct scsi_cmnd *cmd, u8 opcode, u8 device) in wd719x_reset()
|
D | libiscsi.c | 259 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions() 654 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task() local 700 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in __iscsi_conn_send_pdu() local 1036 int opcode, rc = 0; in iscsi_handle_reject() local 1158 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu() local
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_awg_utils.c | 11 enum opcode { enum 23 static int awg_generate_instr(enum opcode opcode, in awg_generate_instr()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | nsp_debug.c | 49 #define group(opcode) (((opcode) >> 5) & 7) argument 65 static void print_opcodek(unsigned char opcode) in print_opcodek()
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 510 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll() 549 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc() 597 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc() 652 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal() 666 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned short opcode) in simulate_rdhwr_mm() 679 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync() 763 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp() 938 unsigned int opcode, bcode; in do_bp() local 1029 u32 opcode, tcode = 0; in do_tr() local 1075 unsigned int opcode = 0; in do_ri() local [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | iosf_mbi.h | 124 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() 131 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() 138 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
|
D | insn.h | 43 struct insn_field opcode; /* member
|
/linux-4.4.14/arch/arm/probes/ |
D | decode-thumb.c | 846 static void __kprobes thumb16_singlestep(probes_opcode_t opcode, in thumb16_singlestep() 855 static void __kprobes thumb32_singlestep(probes_opcode_t opcode, in thumb32_singlestep()
|
D | decode.c | 178 void __kprobes probes_simulate_nop(probes_opcode_t opcode, in probes_simulate_nop() 184 void __kprobes probes_emulate_none(probes_opcode_t opcode, in probes_emulate_none()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | misalignment.c | 154 u_int32_t opcode; member 325 uint32_t opcode, noc, xo, xm; in misalignment() local 549 unsigned params, unsigned opcode, in misalignment_addr() 678 unsigned opcode, unsigned long disp, in misalignment_reg() 741 static void misalignment_MOV_Lcc(struct pt_regs *regs, uint32_t opcode) in misalignment_MOV_Lcc()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_rc.c | 728 u32 opcode; in reset_psn() local 857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() 1121 u32 opcode, in ipath_rc_rcv_resp() 1339 u32 opcode, in ipath_rc_rcv_error() 1574 u32 opcode; in ipath_rc_rcv() local
|
D | ipath_uc.c | 244 int opcode; in ipath_uc_rcv() local
|
D | ipath_ud.c | 412 int opcode; in ipath_ud_rcv() local
|
/linux-4.4.14/drivers/mmc/core/ |
D | mmc_ops.c | 265 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() 292 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data() 591 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() 661 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test() 762 unsigned int opcode; in mmc_send_hpi_cmd() local
|
D | sdio_ops.h | 24 static inline bool mmc_is_io_op(u32 opcode) in mmc_is_io_op()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | trace.c | 56 u8 opcode; in ibhdr_exhdr_len() local 84 u8 opcode, in parse_everbs_hdrs()
|
D | rc.c | 800 u32 opcode; in reset_psn() local 990 u32 opcode; in hfi1_rc_send_complete() local 1160 static int do_rc_ack(struct hfi1_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() 1433 u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, in rc_rcv_resp() 1627 struct hfi1_qp *qp, u32 opcode, u32 psn, int diff, in rc_rcv_error() 1947 u32 bth0, opcode; in hfi1_rc_rcv() local 2393 u32 opcode; in hfi1_rc_hdrerr() local
|
D | trace.h | 383 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument 384 #define show_ib_opcode(opcode) \ argument
|
D | uc.c | 271 u32 opcode; in hfi1_uc_rcv() local
|
D | ud.c | 644 int opcode; in hfi1_ud_rcv() local
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 106 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry() 118 static void probe_hcall_exit(void *ignored, unsigned long opcode, unsigned long retval, in probe_hcall_exit()
|
D | lpar.c | 700 void __trace_hcall_entry(unsigned long opcode, unsigned long *args) in __trace_hcall_entry() 728 void __trace_hcall_exit(long opcode, unsigned long retval, in __trace_hcall_exit()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 789 u32 opcode; in reset_psn() local 977 u32 opcode; in qib_rc_send_complete() local 1129 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() 1403 u32 opcode, in qib_rc_rcv_resp() 1627 u32 opcode, in qib_rc_rcv_error() 1869 u32 opcode; in qib_rc_rcv() local
|
D | qib_uc.c | 246 u32 opcode; in qib_uc_rcv() local
|
D | qib_ud.c | 432 int opcode; in qib_ud_rcv() local
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_vhci.c | 91 static int __vhci_create_device(struct vhci_data *data, __u8 opcode) in __vhci_create_device() 158 static int vhci_create_device(struct vhci_data *data, __u8 opcode) in vhci_create_device() 174 __u8 pkt_type, opcode; in vhci_get_user() local
|
D | btmrvl_main.c | 60 u16 opcode; in btmrvl_check_evtpkt() local 175 static int btmrvl_send_sync_cmd(struct btmrvl_private *priv, u16 opcode, in btmrvl_send_sync_cmd()
|
D | hci_intel.c | 65 __u8 opcode; member 450 static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode) in inject_cmd_complete() 1131 __u16 opcode = le16_to_cpu(cmd->opcode); in intel_dequeue() local
|
D | btrtl.c | 75 u8 opcode, length, data, rom_version = 0; in rtl8723b_parse_firmware() local
|
D | btbcm.c | 112 u16 opcode; in btbcm_patchram() local
|
D | btintel.h | 68 __le16 opcode; member
|
/linux-4.4.14/arch/x86/platform/intel/ |
D | iosf_mbi.c | 101 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() 124 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() 147 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 342 __u16 opcode; member 368 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, __u8 *payload) in nci_core_cmd() 1242 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, void *payload) in nci_send_cmd() 1276 __u16 opcode) in ops_cmd_lookup() 1319 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet() 1326 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet() 1333 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet() 1340 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
|
/linux-4.4.14/arch/x86/kernel/ |
D | alternative.c | 277 static inline bool is_jmp(const u8 opcode) in is_jmp() 663 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() 689 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() 772 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp()
|
D | step.c | 57 unsigned char opcode[15]; in is_setting_trap_flag() local
|
D | paravirt.c | 88 unsigned char opcode; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | opcodes.c | 55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
|
D | insn.c | 38 unsigned long opcode = 0xea000000; in __arm_gen_branch_arm() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 65 static inline int mlxsw_cmd_exec_in(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_in() 73 static inline int mlxsw_cmd_exec_out(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_out() 83 static inline int mlxsw_cmd_exec_none(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_none() 110 static inline const char *mlxsw_cmd_opcode_str(u16 opcode) in mlxsw_cmd_opcode_str()
|
/linux-4.4.14/drivers/lightnvm/ |
D | core.c | 537 char opcode, devname[DISK_NAME_LEN]; in nvm_configure_show() local 565 char opcode; in nvm_configure_remove() local 582 char opcode; in nvm_configure_create() local 606 char opcode; in nvm_configure_by_str_event() local
|
/linux-4.4.14/net/ceph/ |
D | ceph_strings.c | 22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
|
D | osd_client.c | 441 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid() 444 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument 459 u16 opcode, u32 flags) in _osd_req_op_init() 475 unsigned int which, u16 opcode, u32 flags) in osd_req_op_init() 482 unsigned int which, u16 opcode, in osd_req_op_extent_init() 525 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init() 562 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init() 596 unsigned int which, u16 opcode, in osd_req_op_watch_init() 774 int opcode, int flags, in ceph_osdc_new_request() 2335 u8 opcode = event_work->opcode; in do_event_work() local [all …]
|
D | debugfs.c | 151 int opcode; in osdc_show() local
|
/linux-4.4.14/include/trace/events/ |
D | target.h | 14 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
|
D | libata.h | 12 #define ata_opcode_name(opcode) { opcode, #opcode } argument
|
D | scsi.h | 12 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_tftp.h | 7 __be16 opcode; member
|
/linux-4.4.14/include/linux/ |
D | mmiotrace.h | 92 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member 101 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member
|
D | nvme.h | 295 __u8 opcode; member 307 __u8 opcode; member 349 __u8 opcode; member 426 __u8 opcode; member 438 __u8 opcode; member 451 __u8 opcode; member 465 __u8 opcode; member 479 __u8 opcode; member 489 __u8 opcode; member 499 __u8 opcode; member [all …]
|
D | ti_wilink_st.h | 351 u16 opcode; member 413 u8 opcode; member
|
/linux-4.4.14/drivers/spmi/ |
D | spmi.c | 99 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd() 111 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd() 125 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
|
/linux-4.4.14/include/uapi/linux/ |
D | nvme_ioctl.h | 21 __u8 opcode; member 36 __u8 opcode; member
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | ppc-dis.c | 33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
|
D | spu-dis.c | 58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
|
D | ppc.h | 34 unsigned long opcode; member
|
D | spu.h | 86 unsigned int opcode; member
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 2573 u8 opcode[0x10]; member 2595 u8 opcode[0x10]; member 2625 u8 opcode[0x10]; member 2655 u8 opcode[0x10]; member 2684 u8 opcode[0x10]; member 2707 u8 opcode[0x10]; member 2739 u8 opcode[0x10]; member 2761 u8 opcode[0x10]; member 2782 u8 opcode[0x10]; member 2815 u8 opcode[0x10]; member [all …]
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 289 uint8_t opcode; in handle_drvrcmd() local 364 uint8_t opcode; in mimd_to_kioc() local 807 uint8_t opcode; in kioc_to_mimd() local
|
D | megaraid_mm.h | 72 uint8_t opcode; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg() 367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg() 490 u32 offset, subtype, opcode; in ath_mci_intr() local
|
D | ar9003_mci.c | 466 u8 opcode, u32 bt_flags) in ar9003_mci_send_coex_bt_flags() 1074 u8 type, opcode; in ar9003_mci_queue_unsent_gpm() local
|
/linux-4.4.14/drivers/nvme/host/ |
D | lightnvm.c | 38 __u8 opcode; member 54 __u8 opcode; member 70 __u8 opcode; member 82 __u8 opcode; member 95 __u8 opcode; member 107 __u8 opcode; member 122 __u8 opcode; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 169 u32 opcode = bnx2x_dmae_opcode(bp, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_hw_stats_post() local 221 u32 opcode; in bnx2x_stats_pmf_update() local 269 u32 opcode; in bnx2x_port_stats_init() local 1265 u32 opcode; in bnx2x_port_stats_stop() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 47 __u32 opcode; member 138 __u32 opcode; member 157 const char *ll_opcode2str(__u32 opcode) in ll_opcode2str() 177 static const char *ll_eopcode2str(__u32 opcode) in ll_eopcode2str() 240 __u32 opcode = ll_rpc_opcode_table[i].opcode; in ptlrpc_ldebugfs_register() local
|
D | client.c | 593 __u32 version, int opcode, in __ptlrpc_request_bufs_pack() 661 __u32 version, int opcode, char **bufs, in ptlrpc_request_bufs_pack() 678 __u32 version, int opcode) in ptlrpc_request_pack() 808 __u32 version, int opcode) in ptlrpc_request_alloc_pack()
|
/linux-4.4.14/arch/tile/kernel/ |
D | single_step.c | 419 int opcode = get_Opcode_X1(bundle); in single_step_once() local 604 int opcode = get_Opcode_Y2(bundle); in single_step_once() local
|
D | kgdb.c | 185 unsigned int opcode; in get_step_address() local
|
D | unaligned.c | 589 unsigned int mod, opcode; in jit_bundle_gen() local 682 unsigned int opcode; in jit_bundle_gen() local
|
/linux-4.4.14/drivers/ssb/ |
D | driver_chipcommon_sflash.c | 72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd()
|
/linux-4.4.14/kernel/bpf/ |
D | verifier.c | 388 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local 1018 u8 opcode = BPF_OP(insn->code); in check_alu_op() local 1180 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op() local 1518 u8 opcode = BPF_OP(insns[t].code); in check_cfg() local 1877 u8 opcode = BPF_OP(insn->code); in do_check() local
|
/linux-4.4.14/drivers/bcma/ |
D | driver_chipcommon_sflash.c | 73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) in bcma_sflash_cmd()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | brl_emu.c | 58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.c | 890 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, in octeon_get_dispatch() 949 u16 opcode, in octeon_register_dispatch_fn() 1024 octeon_unregister_dispatch_fn(struct octeon_device *oct, u16 opcode, in octeon_unregister_dispatch_fn()
|
D | liquidio_common.h | 348 u64 opcode:4; member 384 u64 opcode:4; member 392 u64 opcode:4; member 402 u64 opcode:4; member 412 u64 opcode:4; member
|
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 682 u8 opcode, u8 sample_point) in sd_tuning_rx_cmd() 704 u8 opcode, u16 *phase_map) in sd_tuning_phase() 719 static int sd_tuning_rx(struct rtsx_usb_sdmmc *host, u8 opcode) in sd_tuning_rx() 1268 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning()
|
D | sdricoh_cs.c | 167 static int sdricoh_mmc_cmd(struct sdricoh_host *host, unsigned char opcode, in sdricoh_mmc_cmd() 271 unsigned char opcode = cmd->opcode; in sdricoh_request() local
|
D | rtsx_pci_sdmmc.c | 709 u8 opcode, u8 sample_point) in sd_tuning_rx_cmd() 731 u8 opcode, u32 *phase_map) in sd_tuning_phase() 748 static int sd_tuning_rx(struct realtek_pci_sdmmc *host, u8 opcode) in sd_tuning_rx() 1273 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning()
|
D | sdhci-sirf.c | 80 static int sdhci_sirf_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_sirf_execute_tuning()
|
D | dw_mmc-rockchip.c | 86 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_rk3288_execute_tuning()
|
D | mtk-sd.c | 622 u32 opcode = cmd->opcode; in msdc_cmd_prepare_raw_cmd() local 1312 static int msdc_tune_response(struct mmc_host *mmc, u32 opcode) in msdc_tune_response() 1358 static int msdc_tune_data(struct mmc_host *mmc, u32 opcode) in msdc_tune_data() 1412 static int msdc_execute_tuning(struct mmc_host *mmc, u32 opcode) in msdc_execute_tuning()
|
D | sdhci-msm.c | 346 static int sdhci_msm_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_msm_execute_tuning()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | traps.c | 460 do_entUna(void * va, unsigned long opcode, unsigned long reg, in do_entUna() 775 do_entUnaUser(void __user * va, unsigned long opcode, in do_entUnaUser()
|
/linux-4.4.14/drivers/media/pci/mantis/ |
D | mantis_dma.c | 47 #define RISC_INSTR(risc_pos, opcode) (mantis->risc_cpu[risc_pos++] = cpu_to_le32(opcode)) argument
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 23 __be16 opcode; member
|
/linux-4.4.14/arch/s390/kernel/ |
D | jump_label.c | 16 u16 opcode; member
|
D | traps.c | 183 __u8 opcode[6]; in illegal_op() local
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_mon.h | 28 __le16 opcode; member
|
D | hci_sock.h | 52 __le16 opcode; member 58 __le16 opcode; member
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-avc.c | 81 u8 opcode; member 88 u8 opcode; member 164 static const char *debug_fcp_opcode(unsigned int opcode, in debug_fcp_opcode() 208 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local
|
/linux-4.4.14/include/uapi/linux/mmc/ |
D | ioctl.h | 13 __u32 opcode; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 376 u8 opcode = 0, inner_hdr_len = 0, outer_hdr_len = 0, total_hdr_len = 0; in qlcnic_tx_encap_pkt() local 463 u8 l4proto, opcode = 0, hdr_len = 0; in qlcnic_tx_pkt() local 1086 int i = 0, opcode, ret; in qlcnic_handle_fw_message() local 1361 int opcode, desc_cnt, count = 0; in qlcnic_process_rcv_ring() local 1538 int ring, opcode, desc_cnt; in qlcnic_82xx_process_rcv_ring_diag() local 1887 int count = 0, opcode; in qlcnic_83xx_process_rcv_ring() local 2213 int ring, opcode; in qlcnic_83xx_process_rcv_ring_diag() local
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | usb-fw.c | 188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send() local
|
D | i2400m.h | 729 __le32 i2400m_brh_command(enum i2400m_brh_opcode opcode, unsigned use_checksum, in i2400m_brh_command() 742 enum i2400m_brh_opcode opcode) in i2400m_brh_set_opcode()
|
D | fw.c | 453 ssize_t __i2400m_bm_ack_verify(struct i2400m *i2400m, int opcode, in __i2400m_bm_ack_verify() 590 int opcode = cmd == NULL ? -1 : i2400m_brh_get_opcode(cmd); in i2400m_bm_cmd() local
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 130 static int nxp_spifi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in nxp_spifi_read_reg() 152 static int nxp_spifi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in nxp_spifi_write_reg()
|
D | fsl-quadspi.c | 579 u8 opcode, unsigned int to, u32 *txbuf, in fsl_qspi_nor_write() 788 static int fsl_qspi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_read_reg() 801 static int fsl_qspi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_write_reg()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_nl.h | 110 uint32_t opcode; member 143 uint8_t opcode; member
|
D | lpfc_mbox.c | 1617 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local 1768 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() 1878 uint8_t opcode = 0; in lpfc_sli4_mbox_rsrc_extent() local
|
/linux-4.4.14/arch/avr32/kernel/ |
D | traps.c | 175 unsigned short opcode; in is_valid_bugaddr() local
|
/linux-4.4.14/include/uapi/linux/can/ |
D | bcm.h | 67 __u32 opcode; member
|
/linux-4.4.14/tools/firewire/ |
D | decode-fcp.c | 136 uint32_t opcode:8; member
|
/linux-4.4.14/net/irda/ |
D | iriap.c | 820 __u8 opcode; in iriap_data_indication() local 911 __u8 opcode; in iriap_call_indication() local
|
D | irlmp_frame.c | 59 __u8 opcode, struct sk_buff *skb) in irlmp_send_lcf_pdu()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | kgdb.c | 364 u8 opcode; in kgdb_arch_undo_singlestep() local
|
D | traps.c | 128 u8 opcode; in die_if_no_fixup() local
|
/linux-4.4.14/arch/arc/kernel/ |
D | kgdb.c | 80 uint16_t opcode[2]; member
|
/linux-4.4.14/arch/alpha/math-emu/ |
D | math.c | 340 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | ptrace.c | 277 unsigned long opcode; in insn_size() local
|
/linux-4.4.14/arch/arm/probes/uprobes/ |
D | core.c | 51 probes_opcode_t opcode; in arch_uprobe_skip_sstep() local
|
/linux-4.4.14/include/video/ |
D | metronomefb.h | 17 u16 opcode; member
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | cpm2.c | 88 int cpm_command(u32 command, u8 opcode) in cpm_command()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 267 u8 opcode; in bnx2fc_srr_compl() local 382 u8 opcode; in bnx2fc_rec_compl() local
|
/linux-4.4.14/drivers/atm/ |
D | fore200e.h | 248 typedef enum opcode { enum 292 struct activate_opcode opcode; /* activate VC command opcode */ member 312 struct deactivate_opcode opcode; /* deactivate VC command opcode */ member 343 struct oc3_opcode opcode; /* set/get OC-3 regs command opcode */ member 464 struct stats_opcode opcode; /* get statistics command opcode */ member 491 struct prom_opcode opcode; /* get PROM data command opcode */ member 499 enum opcode opcode; /* operation code */ member 668 enum opcode opcode; /* initialize command */ member
|
/linux-4.4.14/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd()
|
D | m25p80.c | 64 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in m25p80_write_reg()
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 24 int opcode, struct fuse_open_out *outargp) in fuse_send_open() 120 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() local 223 static void fuse_prepare_release(struct fuse_file *ff, int flags, int opcode) in fuse_prepare_release() 246 void fuse_release_common(struct file *file, int opcode) in fuse_release_common() 500 size_t count, int opcode) in fuse_read_fill() 2097 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill() 2146 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.c | 367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 403 int opcode=*ptr++; in tcp_options() local 463 int opcode = *ptr++; in tcp_sack() local
|
D | nf_synproxy_core.c | 43 int opcode = *ptr++; in synproxy_parse_options() local
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 294 u32 opcode = 0; in alloc_fast_reg_mr() local 1101 u32 opcode = 0; in nes_create_qp() local 1529 u32 opcode = 0; in nes_create_cq() local 1780 u32 opcode = 0; in nes_destroy_cq() local 1928 u32 opcode = 0; in nes_reg_mr() local
|
D | nes_utils.c | 634 u32 opcode; in nes_post_cqp_request() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
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
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 2589 u32 opcode = KWQE_OPCODE(kwqe->kwqe_op_flag); in cnic_bnx2x_kwqe_err() local 2660 u32 opcode; in cnic_submit_bnx2x_iscsi_kwqes() local 2734 u32 opcode; in cnic_submit_bnx2x_fcoe_kwqes() local 3869 u32 opcode = L4_KCQE_OPCODE_VALUE_RESET_COMP; in cnic_cm_abort() local 3912 u8 opcode) in cnic_cm_upcall() 3949 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() local 3992 u8 opcode = l4kcqe->op_code; in cnic_cm_process_kcqe() local 4118 static int cnic_ready_to_close(struct cnic_sock *csk, u32 opcode) in cnic_ready_to_close() 4144 static void cnic_close_bnx2_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2_conn() 4173 static void cnic_close_bnx2x_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2x_conn()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 167 u8 opcode; member 176 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE_V(opcode) | (tid)) argument 194 u8 opcode; member 859 u8 opcode; member 962 u8 opcode; member 983 __u8 opcode; member 1057 u8 opcode; member 1067 u8 opcode; member 1074 u8 opcode; member 1092 u8 opcode; member
|
/linux-4.4.14/arch/parisc/kernel/ |
D | signal.c | 445 u32 opcode, source_reg; in check_syscallno_in_delay_branch() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 168 u8 opcode = MLX5_OPCODE_SEND; in mlx5e_sq_xmit() local
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 49 static long ehea_plpar_hcall_norets(unsigned long opcode, in ehea_plpar_hcall_norets() 84 static long ehea_plpar_hcall9(unsigned long opcode, in ehea_plpar_hcall9()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 218 u8 opcode = dl->opcode; in asd_task_tasklet_complete() local
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aiclib.h | 62 uint8_t opcode; member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sideband.c | 43 u32 port, u32 opcode, u32 addr, u32 *val) in vlv_sideband_rw()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 859 u16 opcode) in i40evf_fill_default_direct_cmd_desc()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_packet_manager.c | 42 static unsigned int build_pm4_header(unsigned int opcode, size_t packet_size) in build_pm4_header()
|
/linux-4.4.14/arch/mips/mm/ |
D | uasm.c | 48 enum opcode { enum 66 enum opcode opcode; member
|
/linux-4.4.14/fs/coda/ |
D | upcall.c | 44 static void *alloc_upcall(int opcode, int size) in alloc_upcall() 807 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out) in coda_downcall()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_hw_defs.h | 373 u16 opcode; /* Either */ member 385 u16 opcode; /* Must be */ member
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_core.c | 106 int opcode; in malformed_message() local 132 int opcode; in xillybus_isr() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | t4fw_ri_api.h | 529 __u8 opcode; member 547 __u8 opcode; member 572 __u8 opcode; member 589 __u8 opcode; member 598 __u8 opcode; member 636 __u8 opcode; member 673 __u8 opcode; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 162 u8 opcode; member 171 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) argument 436 u8 opcode; member 456 u8 opcode; member 485 u8 opcode; member
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | kprobes.h | 50 unsigned long long opcode : 4; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 925 u16 opcode) in i40e_fill_default_direct_cmd_desc()
|
/linux-4.4.14/drivers/platform/x86/ |
D | ideapad-laptop.c | 459 int opcode; member 472 int opcode = ideapad_rfk_data[priv->dev].opcode; in ideapad_rfk_set() local
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 127 u8 opcode; member 141 u8 opcode; member
|
/linux-4.4.14/block/ |
D | scsi_ioctl.c | 421 unsigned int in_len, out_len, bytes, opcode, cmdlen; in sg_scsi_ioctl() local
|
/linux-4.4.14/include/linux/mmc/ |
D | core.h | 19 u32 opcode; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | sdio.c | 108 u8 mode, u8 opcode, u32 addr, in ath6kl_sdio_set_cmd53_arg() 265 u8 opcode, rw; in ath6kl_sdio_scat_rw() local
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 763 u8 subsystem, u8 opcode, int cmd_len) in be_cmd_hdr_prepare() 1076 u8 subsys = 0, opcode = 0; in beiscsi_cmd_q_destroy() local
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | hcp_if.c | 93 static long ehca_plpar_hcall_norets(unsigned long opcode, in ehca_plpar_hcall_norets() 141 static long ehca_plpar_hcall9(unsigned long opcode, in ehca_plpar_hcall9()
|