Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 200 of 383) sorted by relevance

12

/linux-4.1.27/arch/arm/nwfpe/
Dfpopcode.h204 #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 …]
Dfpa11_cprt.c35 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()
Dfpa11.c47 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()
Dfpa11_cpdt.c224 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()
Dfpa11_cpdo.c30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
Dsingle_cpdo.c88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO()
Dextended_cpdo.c90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in ExtendedCPDO()
Ddouble_cpdo.c111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in DoubleCPDO()
/linux-4.1.27/arch/x86/lib/
Dinat.c27 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()
Dinsn.c205 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local
/linux-4.1.27/arch/x86/mm/
Dpf_in.c119 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
Dfault.c89 unsigned char opcode, int *prefetch) in check_prefetch_opcode()
155 unsigned char opcode; in is_prefetch() local
/linux-4.1.27/arch/sh/kernel/
Dtraps_64.c39 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
Dtraps.c111 insn_size_t opcode; in is_valid_bugaddr() local
Dkprobes.c45 kprobe_opcode_t opcode = *(kprobe_opcode_t *) (p->addr); in arch_prepare_kprobe() local
/linux-4.1.27/arch/blackfin/kernel/
Dtrace.c274 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
Dtraps.c75 int opcode; in trap_c() local
568 unsigned int opcode; in is_valid_bugaddr() local
Dpseudodbg.c106 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()
Ddumpstack.c21 unsigned int opcode; in is_bfin_call() local
/linux-4.1.27/include/scsi/
Dsrp.h119 u8 opcode; member
137 u8 opcode; member
149 u8 opcode; member
159 u8 opcode; member
165 u8 opcode; member
177 u8 opcode; member
195 u8 opcode; member
227 u8 opcode; member
243 u8 opcode; member
251 u8 opcode; member
[all …]
Discsi_proto.h88 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 …]
/linux-4.1.27/net/bluetooth/
Dmgmt_util.c124 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()
Dhci_request.c81 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()
549 u16 opcode) in update_background_scan_complete()
Dmgmt.c313 __le16 *opcode = rp->opcodes; in read_commands() local
321 __le16 *opcode = rp->opcodes; in read_commands() local
569 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp()
823 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find()
828 static struct mgmt_pending_cmd *pending_find_data(u16 opcode, in pending_find_data()
1381 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp()
1389 static void clean_up_hci_complete(struct hci_dev *hdev, u8 status, u16 opcode) in clean_up_hci_complete()
1703 u16 opcode) in set_discoverable_complete()
1961 u16 opcode) in set_connectable_complete()
2375 static void le_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in le_enable_complete()
[all …]
Dmgmt_util.h25 u16 opcode; member
Dhci_sock.c256 __le16 opcode; in hci_send_to_monitor() local
307 __le16 opcode; in create_monitor_event() local
975 u16 opcode, index, len; in hci_mgmt_cmd() local
1160 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
Dhci_core.c144 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
169 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
234 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
2517 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() local
2814 static void inquiry_complete(struct hci_dev *hdev, u8 status, u16 opcode) in inquiry_complete()
2827 u16 opcode) in le_scan_disable_work_complete()
2910 u16 opcode) in le_scan_restart_work_complete()
3377 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3402 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
4078 u16 opcode; in hci_resend_last() local
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Dpsopinfo.c72 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info()
164 char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
Dpsutils.c89 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) in acpi_ps_alloc_op()
Dexmisc.c414 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()
Dpsparse.c74 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size()
103 u16 opcode; in acpi_ps_peek_opcode() local
Dpsargs.c395 u16 opcode; in acpi_ps_get_next_simple_arg() local
490 u16 opcode; in acpi_ps_get_next_field() local
Dexresop.c133 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands()
Dacresrc.h67 u8 opcode; member
125 u8 opcode; member
Dacinterp.h68 u8 opcode; member
Ddsobject.c629 u16 opcode, in acpi_ds_init_object_from_op()
Dnsxfname.c543 u16 opcode; in ACPI_EXPORT_SYMBOL() local
Ddsutils.c468 u16 opcode; in acpi_ds_create_operand() local
Ddsmthdat.c684 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h54 opcode : 4, member
73 opcode : 4, member
91 opcode : 4, member
109 opcode : 4, member
127 opcode : 4, member
145 opcode : 4, member
Daicasm_gram.y1650 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.1.27/arch/powerpc/platforms/powernv/
Dopal-tracepoints.c44 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.1.27/arch/c6x/kernel/
Dmodule.c19 u32 opcode; in fixup_pcr() local
53 u32 *location, opcode; in apply_relocate_add() local
/linux-4.1.27/arch/s390/include/uapi/asm/
Dsie.h81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
83 #define exit_code(opcode, mnemonic) \ argument
/linux-4.1.27/drivers/scsi/
Dnsp32_debug.c47 #define group(opcode) (((opcode) >> 5) & 7) argument
63 static void print_opcodek(unsigned char opcode) in print_opcodek()
Dconstants.c26 int opcode; member
259 bool scsi_opcode_sa_name(int opcode, int service_action, in scsi_opcode_sa_name()
Dps3rom.c100 unsigned char opcode = cmd->cmnd[0]; in ps3rom_atapi_request() local
220 unsigned char opcode; in ps3rom_queuecommand_lck() local
Dwd719x.c118 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()
Dlibiscsi.c259 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
Datari_scsi.c633 unsigned char opcode = cmd->cmnd[0]; in falcon_classify_cmd() local
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_awg_utils.c11 enum opcode { enum
23 static int awg_generate_instr(enum opcode opcode, in awg_generate_instr()
/linux-4.1.27/drivers/scsi/pcmcia/
Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7) argument
65 static void print_opcodek(unsigned char opcode) in print_opcodek()
/linux-4.1.27/arch/mips/kernel/
Dtraps.c513 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll()
552 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc()
600 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc()
655 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal()
669 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned short opcode) in simulate_rdhwr_mm()
682 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync()
766 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp()
940 unsigned int opcode, bcode; in do_bp() local
1018 u32 opcode, tcode = 0; in do_tr() local
1063 unsigned int opcode = 0; in do_ri() local
[all …]
/linux-4.1.27/drivers/mmc/core/
Dmmc_ops.c264 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native()
291 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data()
590 u32 opcode; in mmc_send_tuning() local
650 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test()
751 unsigned int opcode; in mmc_send_hpi_cmd() local
/linux-4.1.27/arch/x86/include/asm/
Diosf_mbi.h124 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()
Dinsn.h43 struct insn_field opcode; /* member
/linux-4.1.27/arch/arm/probes/
Ddecode-thumb.c846 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()
Ddecode.c178 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.1.27/drivers/infiniband/hw/ipath/
Dipath_rc.c728 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
Dipath_uc.c244 int opcode; in ipath_uc_rcv() local
Dipath_ud.c413 int opcode; in ipath_ud_rcv() local
/linux-4.1.27/arch/mn10300/mm/
Dmisalignment.c154 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.1.27/arch/powerpc/platforms/pseries/
DhvCall_inst.c106 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()
Dlpar.c700 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.1.27/drivers/infiniband/hw/qib/
Dqib_rc.c787 u32 opcode; in reset_psn() local
975 u32 opcode; in qib_rc_send_complete() local
1127 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack()
1401 u32 opcode, in qib_rc_rcv_resp()
1625 u32 opcode, in qib_rc_rcv_error()
1867 u32 opcode; in qib_rc_rcv() local
Dqib_uc.c246 u32 opcode; in qib_uc_rcv() local
Dqib_ud.c432 int opcode; in qib_ud_rcv() local
Dqib_driver.c314 u32 opcode; in qib_rcv_hdrerr() local
/linux-4.1.27/drivers/bluetooth/
Dhci_vhci.c99 static int __vhci_create_device(struct vhci_data *data, __u8 opcode) in __vhci_create_device()
166 static int vhci_create_device(struct vhci_data *data, __u8 opcode) in vhci_create_device()
182 __u8 pkt_type, opcode; in vhci_get_user() local
Dbtmrvl_main.c60 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()
Dbtbcm.c105 u16 opcode; in btbcm_patchram() local
Dbtintel.h68 __le16 opcode; member
Dhci_bcsp.c212 __le16 opcode = ((struct hci_command_hdr *)data)->opcode; in bcsp_prepare_pkt() local
/linux-4.1.27/arch/x86/kernel/
Diosf_mbi.c101 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()
Dalternative.c264 static inline bool is_jmp(const u8 opcode) in is_jmp()
649 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early()
675 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke()
758 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp()
Dstep.c55 unsigned char opcode[15]; in is_setting_trap_flag() local
Dparavirt.c88 unsigned char opcode; member
/linux-4.1.27/arch/arm/kernel/
Dopcodes.c55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
Dinsn.c38 unsigned long opcode = 0xea000000; in __arm_gen_branch_arm() local
/linux-4.1.27/include/trace/events/
Dtarget.h14 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
Dlibata.h12 #define ata_opcode_name(opcode) { opcode, #opcode } argument
Dscsi.h12 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
/linux-4.1.27/net/ceph/
Dceph_strings.c22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
Dosd_client.c435 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
438 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
453 u16 opcode) in _osd_req_op_init()
468 unsigned int which, u16 opcode) in osd_req_op_init()
475 unsigned int which, u16 opcode, in osd_req_op_extent_init()
516 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init()
552 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
585 unsigned int which, u16 opcode, in osd_req_op_watch_init()
758 int opcode, int flags, in ceph_osdc_new_request()
2321 u8 opcode = event_work->opcode; in do_event_work() local
[all …]
Ddebugfs.c151 int opcode; in osdc_show() local
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_tftp.h7 __be16 opcode; member
/linux-4.1.27/include/linux/
Dmmiotrace.h92 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member
101 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member
Dti_wilink_st.h351 u16 opcode; member
413 u8 opcode; member
/linux-4.1.27/drivers/spmi/
Dspmi.c97 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd()
105 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd()
114 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
/linux-4.1.27/arch/powerpc/xmon/
Dppc-dis.c33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
Dspu-dis.c58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
Dppc.h34 unsigned long opcode; member
Dspu.h86 unsigned int opcode; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmci.c210 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
Dar9003_mci.c466 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.1.27/drivers/scsi/megaraid/
Dmegaraid_mm.c289 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
Dmegaraid_mm.h72 uint8_t opcode; member
Dmegaraid_sas_fusion.c1319 u8 opcode = 0, flagvals = 0, groupnum = 0, control = 0; in megasas_set_pd_lba() local
2220 u32 opcode; in build_mpt_mfi_pass_thru() local
/linux-4.1.27/include/uapi/linux/
Dnvme.h235 __u8 opcode; member
247 __u8 opcode; member
289 __u8 opcode; member
366 __u8 opcode; member
378 __u8 opcode; member
391 __u8 opcode; member
405 __u8 opcode; member
419 __u8 opcode; member
429 __u8 opcode; member
439 __u8 opcode; member
[all …]
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c167 u32 opcode = bnx2x_dmae_opcode(bp, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_hw_stats_post() local
219 u32 opcode; in bnx2x_stats_pmf_update() local
267 u32 opcode; in bnx2x_port_stats_init() local
1263 u32 opcode; in bnx2x_port_stats_stop() local
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c49 __u32 opcode; member
140 __u32 opcode; member
159 const char *ll_opcode2str(__u32 opcode) in ll_opcode2str()
178 static const char *ll_eopcode2str(__u32 opcode) in ll_eopcode2str()
241 __u32 opcode = ll_rpc_opcode_table[i].opcode; in ptlrpc_lprocfs_register() local
Dclient.c579 __u32 version, int opcode, in __ptlrpc_request_bufs_pack()
647 __u32 version, int opcode, char **bufs, in ptlrpc_request_bufs_pack()
664 __u32 version, int opcode) in ptlrpc_request_pack()
793 __u32 version, int opcode) in ptlrpc_request_alloc_pack()
818 __u32 version, int opcode, in ptlrpc_prep_req_pool()
843 ptlrpc_prep_req(struct obd_import *imp, __u32 version, int opcode, int count, in ptlrpc_prep_req()
/linux-4.1.27/arch/tile/kernel/
Dsingle_step.c419 int opcode = get_Opcode_X1(bundle); in single_step_once() local
604 int opcode = get_Opcode_Y2(bundle); in single_step_once() local
Dkgdb.c185 unsigned int opcode; in get_step_address() local
Dunaligned.c589 unsigned int mod, opcode; in jit_bundle_gen() local
682 unsigned int opcode; in jit_bundle_gen() local
/linux-4.1.27/drivers/ssb/
Ddriver_chipcommon_sflash.c72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd()
/linux-4.1.27/drivers/bcma/
Ddriver_chipcommon_sflash.c73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) in bcma_sflash_cmd()
/linux-4.1.27/kernel/bpf/
Dverifier.c387 u8 opcode = BPF_OP(insn->code); in print_bpf_insn() local
916 u8 opcode = BPF_OP(insn->code); in check_alu_op() local
1057 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op() local
1385 u8 opcode = BPF_OP(insns[t].code); in check_cfg() local
1736 u8 opcode = BPF_OP(insn->code); in do_check() local
/linux-4.1.27/arch/ia64/kernel/
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
Dparavirt_patch.c33 unsigned long long opcode : 4; member
363 unsigned long opcode: 4; member
422 unsigned long opcode: 4; member
/linux-4.1.27/include/net/bluetooth/
Dhci_mon.h28 __le16 opcode; member
Dhci_sock.h52 __le16 opcode; member
58 __le16 opcode; member
/linux-4.1.27/drivers/mmc/host/
Drtsx_usb_sdmmc.c682 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()
Dsdricoh_cs.c167 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
Dsdhci-sirf.c46 static int sdhci_sirf_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_sirf_execute_tuning()
Drtsx_pci_sdmmc.c709 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()
Dsdhci-msm.c346 static int sdhci_msm_execute_tuning(struct sdhci_host *host, u32 opcode) in sdhci_msm_execute_tuning()
/linux-4.1.27/include/uapi/linux/mmc/
Dioctl.h13 __u32 opcode; member
/linux-4.1.27/drivers/media/pci/mantis/
Dmantis_dma.c47 #define RISC_INSTR(risc_pos, opcode) (mantis->risc_cpu[risc_pos++] = cpu_to_le32(opcode)) argument
/linux-4.1.27/arch/alpha/kernel/
Dtraps.c460 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.1.27/include/uapi/linux/netfilter_bridge/
Debt_arp.h23 __be16 opcode; member
/linux-4.1.27/arch/s390/kernel/
Djump_label.c16 u16 opcode; member
Dtraps.c183 __u8 opcode[6]; in illegal_op() local
/linux-4.1.27/include/uapi/linux/can/
Dbcm.h62 __u32 opcode; member
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c81 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.1.27/drivers/net/wimax/i2400m/
Dusb-fw.c188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send() local
Di2400m.h729 __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()
Dfw.c453 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.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c376 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.1.27/drivers/scsi/lpfc/
Dlpfc_nl.h110 uint32_t opcode; member
143 uint8_t opcode; member
Dlpfc_mbox.c1612 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local
1763 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config()
1873 uint8_t opcode = 0; in lpfc_sli4_mbox_rsrc_extent() local
/linux-4.1.27/arch/avr32/kernel/
Dtraps.c175 unsigned short opcode; in is_valid_bugaddr() local
/linux-4.1.27/tools/firewire/
Ddecode-fcp.c136 uint32_t opcode:8; member
/linux-4.1.27/net/irda/
Diriap.c820 __u8 opcode; in iriap_data_indication() local
911 __u8 opcode; in iriap_call_indication() local
Dirlmp_frame.c59 __u8 opcode, struct sk_buff *skb) in irlmp_send_lcf_pdu()
/linux-4.1.27/arch/mn10300/kernel/
Dkgdb.c364 u8 opcode; in kgdb_arch_undo_singlestep() local
Dtraps.c128 u8 opcode; in die_if_no_fixup() local
/linux-4.1.27/arch/alpha/math-emu/
Dmath.c340 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dptrace.c277 unsigned long opcode; in insn_size() local
/linux-4.1.27/arch/arc/kernel/
Dkgdb.c80 uint16_t opcode[2]; member
/linux-4.1.27/arch/arm/probes/uprobes/
Dcore.c51 probes_opcode_t opcode; in arch_uprobe_skip_sstep() local
/linux-4.1.27/include/video/
Dmetronomefb.h17 u16 opcode; member
/linux-4.1.27/drivers/mtd/devices/
Dbcm47xxsflash.c20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd()
Dm25p80.c65 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in m25p80_write_reg()
/linux-4.1.27/arch/powerpc/sysdev/
Dcpm2.c88 int cpm_command(u32 command, u8 opcode) in cpm_command()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c267 u8 opcode; in bnx2fc_srr_compl() local
382 u8 opcode; in bnx2fc_rec_compl() local
/linux-4.1.27/drivers/atm/
Dfore200e.h248 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
Dfore200e.c609 struct prom_opcode opcode; in fore200e_pca_prom_read() local
1747 struct stats_opcode opcode; in fore200e_getstats() local
1856 struct oc3_opcode opcode; in fore200e_set_oc3() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h167 u8 opcode; member
176 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE_V(opcode) | (tid)) argument
194 u8 opcode; member
775 u8 opcode; member
875 u8 opcode; member
896 __u8 opcode; member
970 u8 opcode; member
980 u8 opcode; member
987 u8 opcode; member
1005 u8 opcode; member
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_fw.c367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
/linux-4.1.27/kernel/locking/
Drtmutex-tester.c28 int opcode; member
/linux-4.1.27/fs/fuse/
Dfile.c24 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.1.27/net/netfilter/
Dnf_conntrack_proto_tcp.c403 int opcode=*ptr++; in tcp_options() local
463 int opcode = *ptr++; in tcp_sack() local
Dnf_synproxy_core.c40 int opcode = *ptr++; in synproxy_parse_options() local
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.c293 u32 opcode = 0; in alloc_fast_reg_mr() local
1121 u32 opcode = 0; in nes_create_qp() local
1547 u32 opcode = 0; in nes_create_cq() local
1795 u32 opcode = 0; in nes_destroy_cq() local
1943 u32 opcode = 0; in nes_reg_mr() local
Dnes_utils.c634 u32 opcode; in nes_post_cqp_request() local
/linux-4.1.27/drivers/mtd/spi-nor/
Dfsl-quadspi.c529 u8 opcode, unsigned int to, u32 *txbuf, in fsl_qspi_nor_write()
677 static int fsl_qspi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_read_reg()
690 static int fsl_qspi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in fsl_qspi_write_reg()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
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-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.c2578 u32 opcode = KWQE_OPCODE(kwqe->kwqe_op_flag); in cnic_bnx2x_kwqe_err() local
2649 u32 opcode; in cnic_submit_bnx2x_iscsi_kwqes() local
2723 u32 opcode; in cnic_submit_bnx2x_fcoe_kwqes() local
3858 u32 opcode = L4_KCQE_OPCODE_VALUE_RESET_COMP; in cnic_cm_abort() local
3901 u8 opcode) in cnic_cm_upcall()
3938 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() local
3981 u8 opcode = l4kcqe->op_code; in cnic_cm_process_kcqe() local
4107 static int cnic_ready_to_close(struct cnic_sock *csk, u32 opcode) in cnic_ready_to_close()
4133 static void cnic_close_bnx2_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2_conn()
4162 static void cnic_close_bnx2x_conn(struct cnic_sock *csk, u32 opcode) in cnic_close_bnx2x_conn()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c41 static unsigned int build_pm4_header(unsigned int opcode, size_t packet_size) in build_pm4_header()
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c49 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.1.27/drivers/gpu/drm/i915/
Dintel_sideband.c43 u32 port, u32 opcode, u32 addr, u32 *val) in vlv_sideband_rw()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c867 u16 opcode) in i40evf_fill_default_direct_cmd_desc()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c915 u16 opcode) in i40e_fill_default_direct_cmd_desc()
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_task.c218 u8 opcode = dl->opcode; in asd_task_tasklet_complete() local
/linux-4.1.27/drivers/scsi/aic7xxx/
Daiclib.h62 uint8_t opcode; member
/linux-4.1.27/arch/mips/mm/
Duasm.c48 enum opcode { enum
66 enum opcode opcode; member
/linux-4.1.27/fs/coda/
Dupcall.c44 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.1.27/drivers/net/ethernet/brocade/bna/
Dbna_hw_defs.h373 u16 opcode; /* Either */ member
385 u16 opcode; /* Must be */ member
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_core.c106 int opcode; in malformed_message() local
132 int opcode; in xillybus_isr() local
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h529 __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
Ddevice.c1108 unsigned int opcode = *(u8 *)rsp; in recv_rx_pkt() local
1136 u8 opcode; in c4iw_uld_rx_handler() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h162 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.1.27/arch/ia64/include/asm/
Dkprobes.h50 unsigned long long opcode : 4; member
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_cq.c127 u8 opcode; member
141 u8 opcode; member
/linux-4.1.27/drivers/platform/x86/
Dideapad-laptop.c454 int opcode; member
467 int opcode = ideapad_rfk_data[priv->dev].opcode; in ideapad_rfk_set() local
/linux-4.1.27/include/linux/mmc/
Dcore.h19 u32 opcode; member
/linux-4.1.27/block/
Dscsi_ioctl.c421 unsigned int in_len, out_len, bytes, opcode, cmdlen; in sg_scsi_ioctl() local
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_cmds.c759 u8 subsystem, u8 opcode, int cmd_len) in be_cmd_hdr_prepare()
1072 u8 subsys = 0, opcode = 0; in beiscsi_cmd_q_destroy() local
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dsdio.c108 u8 mode, u8 opcode, u32 addr, in ath6kl_sdio_set_cmd53_arg()
265 u8 opcode, rw; in ath6kl_sdio_scat_rw() local
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dhcp_if.c93 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()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c71 static bool be_cmd_allowed(struct be_adapter *adapter, u8 opcode, u8 subsystem) in be_cmd_allowed()
138 static bool be_skip_err_log(u8 opcode, u16 base_status, u16 addl_status) in be_skip_err_log()
159 u8 opcode = 0, subsystem = 0; in be_async_cmd_process() local
209 u8 opcode = 0, subsystem = 0; in be_mcc_compl_process() local
701 u8 subsystem, u8 opcode, int cmd_len, in be_wrb_cmd_hdr_prepare()
1361 u8 subsys = 0, opcode = 0; in be_cmd_q_destroy() local
/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_nvram.c57 unsigned char opcode; /* see below */ member
/linux-4.1.27/drivers/gpu/host1x/
Djob.c398 u32 opcode = (word & 0xf0000000) >> 28; in validate() local
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_sdio.c107 u32 opcode, in rsi_issue_sdiocommand()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_isr.c665 uint32_t opcode = 0; in qla4xxx_isr_decode_mailbox() local
/linux-4.1.27/drivers/infiniband/ulp/iser/
Discsi_iser.c157 iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) in iscsi_iser_pdu_alloc()
/linux-4.1.27/arch/arc/include/asm/
Ddisasm.h104 int opcode = (word >> 11) & 0x1F; in is_short_instr() local
/linux-4.1.27/drivers/net/ethernet/qlogic/
Dqla3xxx.h30 u8 opcode; member
71 u8 opcode; member
85 u8 opcode; member
103 u8 opcode; member
138 u8 opcode; member
153 u8 opcode; member
181 u8 opcode; member
/linux-4.1.27/arch/x86/kvm/
Demulate.c208 struct opcode { struct
213 const struct opcode *group; argument
225 struct opcode mod012[8]; argument
4481 struct opcode opcode; in x86_decode_insn() local
/linux-4.1.27/drivers/usb/serial/
Ddigi_acceleport.c1402 int opcode = ((unsigned char *)urb->transfer_buffer)[0]; in digi_read_inb_callback() local
1486 int opcode, line, status, val; in digi_read_oob_callback() local
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c82 __u8 opcode; member
92 __u8 opcode; member
/linux-4.1.27/drivers/video/fbdev/
Dmetronomefb.c312 u16 opcode; in metronome_display_cmd() local
/linux-4.1.27/drivers/spi/
Dspi-bcm63xx-hsspi.c155 u16 opcode = 0; in bcm63xx_hsspi_do_txrx() local
/linux-4.1.27/arch/x86/math-emu/
Dfpu_emu.h114 unsigned int opcode:11; member
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c615 int opcode = -1; in build_term_codes() local
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.c23 unsigned int opcode; /* Event code and ESCR selector */ member
/linux-4.1.27/drivers/nfc/
Dnfcwilink.c58 __u8 opcode; member
/linux-4.1.27/sound/drivers/vx/
Dvx_cmd.h92 unsigned int opcode; /* command word */ member
/linux-4.1.27/include/rdma/
Dib_pma.h61 u8 opcode; member

12