/linux/drivers/acpi/acpica/ |
H A D | psopinfo.c | 35 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info() 127 const char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
|
H A D | psutils.c | 56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() 85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op()
|
H A D | psparse.c | 41 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size() 70 u16 opcode; in acpi_ps_peek_opcode() local
|
/linux/drivers/net/ipa/ |
H A D | ipa_cmd.c | 362 enum ipa_cmd_opcode opcode, u16 size, u32 offset, in ipa_cmd_table_init_add() 405 enum ipa_cmd_opcode opcode = IPA_CMD_HDR_INIT_LOCAL; in ipa_cmd_hdr_init_local_add() local 436 u32 opcode = IPA_CMD_REGISTER_WRITE; in ipa_cmd_register_write_add() local 491 enum ipa_cmd_opcode opcode = IPA_CMD_IP_PACKET_INIT; in ipa_cmd_ip_packet_init_add() local 516 enum ipa_cmd_opcode opcode = IPA_CMD_DMA_SHARED_MEM; in ipa_cmd_dma_shared_mem_add() local 556 enum ipa_cmd_opcode opcode = IPA_CMD_IP_PACKET_TAG_STATUS; in ipa_cmd_ip_tag_status_add() local 574 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in ipa_cmd_transfer_add() local
|
/linux/drivers/usb/serial/ |
H A D | upd78f0730.c | 97 u8 opcode; member 104 u8 opcode; member 110 u8 opcode; member 117 u8 opcode; member 123 u8 opcode; member
|
/linux/io_uring/ |
H A D | opdef.c | 828 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() 835 bool io_uring_op_supported(u8 opcode) in io_uring_op_supported()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 13 u8 opcode; in __get_ib_hdr_len() local 27 u8 opcode; in __get_16b_hdr_len() local 119 u8 *se, u8 *pad, u8 *opcode, u8 *tver, in hfi1_trace_parse_9b_bth() 136 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth() 223 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest() 250 u8 opcode, u8 l4, u32 dest_qpn, u32 src_qpn, in parse_everbs_hdrs()
|
H A D | trace_ibhdrs.h | 17 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument 18 #define show_ib_opcode(opcode) \ argument
|
H A D | rc.c | 1420 u32 opcode = wqe->wr.opcode; in update_num_rd_atomic() local 1462 u32 opcode; in reset_psn() local 1675 u8 opcode = ib_bth_get_opcode(ohdr); in hfi1_rc_verbs_aborted() local 1698 u32 opcode, head, tail; in hfi1_rc_send_complete() local 1964 int do_rc_ack(struct rvt_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() 2319 u8 opcode = packet->opcode; in rc_rcv_resp() local 2511 struct rvt_qp *qp, u32 opcode, u32 psn, in rc_rcv_error() 2772 u32 opcode = packet->opcode; in hfi1_rc_rcv() local 3216 u32 opcode; in hfi1_rc_hdrerr() local
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_rc.c | 740 u32 opcode; in reset_psn() local 886 u32 opcode; in qib_rc_send_complete() local 1007 static int do_rc_ack(struct rvt_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() 1273 u32 opcode, in qib_rc_rcv_resp() 1496 u32 opcode, in qib_rc_rcv_error() 1719 u32 opcode; in qib_rc_rcv() local
|
/linux/arch/s390/tools/ |
H A D | gen_opcode_table.c | 24 char opcode[STRING_SIZE_MAX]; member 35 char opcode[2]; member 246 char *opcode; in print_opcode() local 288 char opcode[2] = ""; in print_opcode_table() local
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-tracepoints.c | 47 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry() 68 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit()
|
/linux/drivers/vdpa/solidrun/ |
H A D | snet_ctrl.c | 50 u16 opcode; member 132 static int snet_ctrl_read_from_dpu(struct snet *snet, u16 opcode, u16 vq_idx, void *buffer, in snet_ctrl_read_from_dpu() 218 static int snet_send_ctrl_msg_old(struct snet *snet, u32 opcode) in snet_send_ctrl_msg_old() 252 static int snet_send_ctrl_msg(struct snet *snet, u16 opcode, u16 vq_idx) in snet_send_ctrl_msg()
|
/linux/arch/s390/include/uapi/asm/ |
H A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 90 #define exit_code(opcode, mnemonic) \ argument
|
/linux/tools/arch/s390/include/uapi/asm/ |
H A D | sie.h | 88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 90 #define exit_code(opcode, mnemonic) \ argument
|
/linux/include/scsi/ |
H A D | iscsi_proto.h | 77 uint8_t opcode; member 139 uint8_t opcode; member 184 uint8_t opcode; member 215 uint8_t opcode; member 243 uint8_t opcode; member 258 uint8_t opcode; member 274 uint8_t opcode; member 305 uint8_t opcode; member 332 uint8_t opcode; member 350 uint8_t opcode; member [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | cmdhdr.h | 45 static inline u32 iwl_cmd_id(u8 opcode, u8 groupid, u8 version) in iwl_cmd_id() 51 #define WIDE_ID(grp, opcode) (((grp) << 8) | (opcode)) argument 52 #define DEF_ID(opcode) ((1 << 8) | (opcode)) argument
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_cmd.c | 65 enum hclge_opcode_type opcode, in hclge_comm_cmd_setup_basic_desc() 272 static bool hclge_comm_is_special_opcode(u16 opcode) in hclge_comm_is_special_opcode() 354 static u32 hclge_get_cmdq_tx_timeout(u16 opcode, u32 tx_timeout) in hclge_get_cmdq_tx_timeout() 368 static void hclge_comm_wait_for_resp(struct hclge_comm_hw *hw, u16 opcode, in hclge_comm_wait_for_resp() 415 u16 opcode, desc_ret; in hclge_comm_cmd_check_retval() local
|
/linux/arch/x86/include/asm/ |
H A D | iosf_mbi.h | 195 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() 202 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() 209 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
|
/linux/drivers/scsi/ |
H A D | nsp32_debug.c | 47 #define group(opcode) (((opcode) >> 5) & 7) argument 63 static void print_opcodek(unsigned char opcode) in print_opcodek()
|
/linux/include/linux/pds/ |
H A D | pds_core_if.h | 148 u8 opcode; member 173 u8 opcode; member 218 u8 opcode; member 241 u8 opcode; member 293 u8 opcode; member 367 u8 opcode; member 401 u8 opcode; member 436 u8 opcode; member 453 u8 opcode; member
|
/linux/drivers/scsi/pcmcia/ |
H A D | nsp_debug.c | 49 #define group(opcode) (((opcode) >> 5) & 7) argument 65 static void print_opcodek(unsigned char opcode) in print_opcodek()
|
/linux/tools/perf/util/ |
H A D | genelf_debug.c | 227 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode, in emit_extended_opcode() 238 static void emit_opcode(struct buffer_ext *be, ubyte opcode) in emit_opcode() 244 ubyte opcode, long data) in emit_opcode_signed() 250 static void emit_opcode_unsigned(struct buffer_ext *be, ubyte opcode, in emit_opcode_unsigned() 325 unsigned long opcode = temp + in get_special_opcode() local
|
/linux/include/linux/soc/qcom/ |
H A D | apr.h | 45 uint32_t opcode; member 65 uint32_t opcode; member 89 uint32_t opcode; member 111 uint32_t opcode; member 118 uint32_t opcode; member
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 1646 format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed, in format_1_instr() 1723 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() 1784 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() 1854 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check()
|