/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 262 unsigned int opcode : 17; member 268 unsigned int opcode : 6; member 274 unsigned int opcode : 7; member 281 unsigned int opcode : 6; member 287 unsigned int opcode : 22; member 294 unsigned int opcode : 17; member 301 unsigned int opcode : 16; member 308 unsigned int opcode : 10; member 315 unsigned int opcode : 8; member 322 unsigned int opcode : 6; member [all …]
|
/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 | 829 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() 836 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/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/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 232 static u16 get_legacy_obj_type(u16 opcode) in get_legacy_obj_type() 250 u16 opcode; in get_dec_obj_type() local 328 static u64 get_enc_obj_id(u32 opcode, u32 obj_id) in get_enc_obj_id() 333 static u32 devx_get_created_obj_id(const void *in, const void *out, u16 opcode) in devx_get_created_obj_id() 409 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_get_obj_id() local 651 u16 opcode; in devx_is_valid_obj_id() local 712 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_is_valid_obj_id() local 734 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_set_umem_valid() local 823 static bool devx_is_obj_create_cmd(const void *in, u16 *opcode) in devx_is_obj_create_cmd() 878 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_is_obj_modify_cmd() local [all …]
|
/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/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/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/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
|