Searched refs:opcode (Results 151 - 175 of 1262) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c43 MLX5_SET(alloc_transport_domain_in, in, opcode,
59 MLX5_SET(dealloc_transport_domain_in, in, opcode,
71 MLX5_SET(create_rq_in, in, opcode, MLX5_CMD_OP_CREATE_RQ);
83 MLX5_SET(modify_rq_in, in, opcode, MLX5_CMD_OP_MODIFY_RQ);
93 MLX5_SET(destroy_rq_in, in, opcode, MLX5_CMD_OP_DESTROY_RQ);
103 MLX5_SET(query_rq_in, in, opcode, MLX5_CMD_OP_QUERY_RQ);
115 MLX5_SET(create_sq_in, in, opcode, MLX5_CMD_OP_CREATE_SQ);
126 MLX5_SET(modify_sq_in, in, opcode, MLX5_CMD_OP_MODIFY_SQ);
135 MLX5_SET(destroy_sq_in, in, opcode, MLX5_CMD_OP_DESTROY_SQ);
144 MLX5_SET(query_sq_in, in, opcode, MLX5_CMD_OP_QUERY_S
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace.c13 u8 opcode; local
19 opcode = ib_bth_get_opcode(ohdr);
20 return hdr_len_by_opcode[opcode] == 0 ?
21 0 : hdr_len_by_opcode[opcode] - (12 + 8);
27 u8 opcode; local
31 opcode = IB_OPCODE_UD_SEND_ONLY;
40 opcode = ib_bth_get_opcode(ohdr);
41 return hdr_len_by_opcode[opcode] == 0 ?
42 0 : hdr_len_by_opcode[opcode] - (12 + 8 + 8);
119 u8 *se, u8 *pad, u8 *opcode, u
117 hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, u8 *ack, bool *becn, bool *fecn, u8 *mig, u8 *se, u8 *pad, u8 *opcode, u8 *tver, u16 *pkey, u32 *psn, u32 *qpn) argument
135 hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, u8 *ack, u8 *mig, u8 *opcode, u8 *pad, u8 *se, u8 *tver, u32 *psn, u32 *qpn) argument
221 hfi1_trace_fmt_rest(struct trace_seq *p, bool bypass, u8 l4, u8 ack, bool becn, bool fecn, u8 mig, u8 se, u8 pad, u8 opcode, const char *opname, u8 tver, u16 pkey, u32 psn, u32 qpn, u32 dest_qpn, u32 src_qpn) argument
248 parse_everbs_hdrs( struct trace_seq *p, u8 opcode, u8 l4, u32 dest_qpn, u32 src_qpn, void *ehdrs) argument
[all...]
/linux-master/drivers/vfio/pci/pds/
H A Dcmds.c29 cmd.client_request.opcode = PDS_AQ_CMD_CLIENT_CMD;
93 .opcode = PDS_LM_CMD_SUSPEND_STATUS,
133 .opcode = PDS_LM_CMD_SUSPEND,
167 .opcode = PDS_LM_CMD_RESUME,
184 .opcode = PDS_LM_CMD_STATE_SIZE,
285 .opcode = PDS_LM_CMD_SAVE,
323 .opcode = PDS_LM_CMD_RESTORE,
363 .opcode = PDS_LM_CMD_HOST_VF_STATUS,
392 .opcode = PDS_LM_CMD_DIRTY_STATUS,
433 .opcode
[all...]
/linux-master/arch/parisc/net/
H A Dbpf_jit.h412 static inline u32 hppa_t1_insn(u8 opcode, u8 b, u8 r, s16 im14) argument
414 return ((opcode << 26) | (b << 21) | (r << 16) | re_assemble_14(im14));
417 static inline u32 hppa_t5_insn(u8 opcode, u8 tr, u32 val21) argument
419 return ((opcode << 26) | (tr << 21) | re_assemble_21(val21));
422 static inline u32 hppa_t6_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 f, u8 ext6, u16 t) argument
424 return ((opcode << 26) | (r2 << 21) | (r1 << 16) | (c << 13) | (f << 12) |
429 static inline u32 hppa_t7_insn(u8 opcode, u8 r, u8 t, u32 im11) argument
431 return ((opcode << 26) | (r << 21) | (t << 16) | low_sign_unext(im11, 11));
435 static inline u32 hppa_t10_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 ext3, u8 cp, u8 t) argument
437 return ((opcode << 2
442 hppa_t11_insn(u8 opcode, u8 r2, u8 r1, u8 c, u32 w, u8 nop) argument
450 hppa_t12_insn(u8 opcode, u8 rp, u32 w, u8 ext3, u8 nop) argument
455 hppa_t12_L_insn(u8 opcode, u32 w, u8 nop) argument
461 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) argument
[all...]
/linux-master/drivers/scsi/
H A Dconstants.c27 int opcode; member in struct:sa_name_list
179 /* SPC-4 rev 34 renamed the Extended Copy opcode to Third Party Copy Out.
260 bool scsi_opcode_sa_name(int opcode, int service_action, argument
268 if (opcode >= VENDOR_SPECIFIC_CDB)
271 if (opcode < ARRAY_SIZE(cdb_byte0_names))
272 *cdb_name = cdb_byte0_names[opcode];
275 if (sa_name_ptr->opcode == opcode) {
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6prm.c64 uint32_t opcode, rsp_opcode; local
69 opcode = PRM_CMD_REQUEST_HW_RSC;
72 opcode = PRM_CMD_RELEASE_HW_RSC;
76 pkt = audioreach_alloc_cmd_pkt(sizeof(*req), opcode, 0, gdev->svc.id, GPR_PRM_MODULE_IID);
200 switch (hdr->opcode) {
204 prm->result.opcode = hdr->opcode;
H A Dq6asm.c299 ac->result.opcode = 0;
307 (ac->result.opcode == hdr->opcode) ||
308 (ac->result.opcode == rsp_opcode),
312 (ac->result.opcode == hdr->opcode),
316 dev_err(a->dev, "CMD %x timeout\n", hdr->opcode);
357 pkt->hdr.opcode = ASM_CMD_SHARED_MEM_UNMAP_REGIONS;
464 pkt->hdr.opcode = ASM_CMD_SHARED_MEM_MAP_REGIONS;
619 switch (hdr->opcode) {
[all...]
/linux-master/drivers/acpi/acpica/
H A Dexresop.c81 * PARAMETERS: opcode - Opcode being interpreted
99 acpi_ex_resolve_operands(u16 opcode, argument
112 ACPI_FUNCTION_TRACE_U32(ex_resolve_operands, opcode);
114 op_info = acpi_ps_get_opcode_info(opcode);
121 ACPI_ERROR((AE_INFO, "Unknown AML opcode 0x%X", opcode));
128 opcode, op_info->name, arg_types));
302 if ((opcode == AML_STORE_OP) &&
671 acpi_ps_get_opcode_name(opcode),
H A Dexoparg6.c31 * required for this opcode type (1 through 6 args).
33 * for this opcode type (0, 1, or 2 targets).
34 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
172 * DESCRIPTION: Execute opcode with 6 arguments, no target, and a return value
185 acpi_ps_get_opcode_name(walk_state->opcode));
187 switch (walk_state->opcode) {
277 ACPI_ERROR((AE_INFO, "Unknown AML opcode 0x%X",
278 walk_state->opcode));
/linux-master/drivers/vdpa/pds/
H A Dcmds.c21 .vdpa_init.opcode = PDS_VDPA_CMD_INIT,
43 .vdpa.opcode = PDS_VDPA_CMD_RESET,
63 .vdpa_status.opcode = PDS_VDPA_CMD_STATUS_UPDATE,
84 .vdpa_setattr.opcode = PDS_VDPA_CMD_SET_ATTR,
107 .vdpa_setattr.opcode = PDS_VDPA_CMD_SET_ATTR,
131 .vdpa_vq_init.opcode = PDS_VDPA_CMD_VQ_INIT,
165 .vdpa_vq_reset.opcode = PDS_VDPA_CMD_VQ_RESET,
/linux-master/drivers/virtio/
H A Dvirtio_pci_admin_legacy_io.c36 static int virtio_pci_admin_legacy_io_write(struct pci_dev *pdev, u16 opcode, argument
60 cmd.opcode = cpu_to_le16(opcode);
110 static int virtio_pci_admin_legacy_io_read(struct pci_dev *pdev, u16 opcode, argument
134 cmd.opcode = cpu_to_le16(opcode);
218 cmd.opcode = cpu_to_le16(VIRTIO_ADMIN_CMD_LEGACY_NOTIFY_INFO);
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cq.c113 u8 opcode, syndrome, qtype; local
143 opcode = FIELD_GET(ERDMA_CQE_HDR_OPCODE_MASK, cqe_hdr);
162 wc->opcode = wc_mapping_table[opcode];
163 if (opcode == ERDMA_OP_RECV_IMM || opcode == ERDMA_OP_RSP_SEND_IMM) {
166 } else if (opcode == ERDMA_OP_RECV_INV) {
/linux-master/include/linux/
H A Dnvme.h839 #define nvme_opcode_name(opcode) { opcode, #opcode }
945 __u8 opcode; member in struct:nvme_common_command
963 __u8 opcode; member in struct:nvme_rw_command
1008 __u8 opcode; member in struct:nvme_dsm_cmd
1034 __u8 opcode; member in struct:nvme_write_zeroes_cmd
1060 __u8 opcode; member in struct:nvme_zone_mgmt_send_cmd
1076 __u8 opcode; member in struct:nvme_zone_mgmt_recv_cmd
1166 #define nvme_admin_opcode_name(opcode) { opcod
1261 __u8 opcode; member in struct:nvme_identify
1278 __u8 opcode; member in struct:nvme_features
1299 __u8 opcode; member in struct:nvme_create_cq
1313 __u8 opcode; member in struct:nvme_create_sq
1327 __u8 opcode; member in struct:nvme_delete_queue
1337 __u8 opcode; member in struct:nvme_abort_cmd
1347 __u8 opcode; member in struct:nvme_download_firmware
1358 __u8 opcode; member in struct:nvme_format_cmd
1368 __u8 opcode; member in struct:nvme_get_log_page_command
1392 __u8 opcode; member in struct:nvme_directive_cmd
1444 __u8 opcode; member in struct:nvmf_common_command
1515 __u8 opcode; member in struct:nvmf_connect_command
1545 __u8 opcode; member in struct:nvmf_property_set_command
1558 __u8 opcode; member in struct:nvmf_property_get_command
1570 __u8 opcode; member in struct:nvmf_auth_common_command
1585 __u8 opcode; member in struct:nvmf_auth_send_command
1600 __u8 opcode; member in struct:nvmf_auth_receive_command
1764 __u8 opcode; member in struct:nvme_dbbuf
[all...]
/linux-master/include/trace/events/
H A Dscsi.h13 #define scsi_opcode_name(opcode) { opcode, #opcode }
167 __field( unsigned int, opcode )
182 __entry->opcode = cmd->cmnd[0];
197 __entry->scheduler_tag, show_opcode_name(__entry->opcode),
214 __field( unsigned int, opcode )
230 __entry->opcode = cmd->cmnd[0];
246 __entry->scheduler_tag, show_opcode_name(__entry->opcode),
264 __field( unsigned int, opcode )
[all...]
/linux-master/include/uapi/rdma/
H A Dsiw-abi.h112 __u8 opcode; member in struct:siw_sqe
133 __u8 opcode; member in struct:siw_rqe
164 __u8 opcode; member in struct:siw_cqe
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c110 * ice_vc_is_opcode_allowed - check if this opcode is allowed on this VF
112 * @opcode: virtchnl opcode
116 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode) argument
118 if (opcode >= VIRTCHNL_OP_MAX)
121 return test_bit(opcode, vf->opcodes_allowlist);
/linux-master/arch/x86/kernel/
H A Dalternative.c179 void text_poke_early(void *addr, const void *opcode, size_t len);
187 if (insn->opcode.bytes[0] == 0x90 &&
192 if (insn->opcode.bytes[0] == 0x0F && insn->opcode.bytes[1] == 0x1F)
328 switch (insn.opcode.bytes[0]) {
330 if (insn.opcode.bytes[1] < 0x80 ||
331 insn.opcode.bytes[1] > 0x8f)
348 if (insn.opcode.bytes[0] == JMP32_INSN_OPCODE) {
526 /* Jcc.d32 second opcode byte is in the range: 0x80-0x8f */
527 return insn->opcode
1735 text_poke_early(void *addr, const void *opcode, size_t len) argument
1964 text_poke(void *addr, const void *opcode, size_t len) argument
1985 text_poke_kgdb(void *addr, const void *opcode, size_t len) argument
1990 text_poke_copy_locked(void *addr, const void *opcode, size_t len, bool core_ok) argument
2023 text_poke_copy(void *addr, const void *opcode, size_t len) argument
2082 u8 opcode; member in struct:text_poke_loc
2371 text_poke_loc_init(struct text_poke_loc *tp, void *addr, const void *opcode, size_t len, const void *emulate) argument
2480 text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) argument
2501 text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) argument
[all...]
/linux-master/arch/arm/mm/
H A Dabort-macro.S18 and \tmp, \tmp, # 0xfe00 @ Mask opcode field
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_arp.h25 __be16 opcode; member in struct:ebt_arp_info
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mm.h43 * @opcode :
68 uint8_t opcode; member in struct:mimd::__anon1048::__anon1049
/linux-master/net/ceph/
H A Dceph_strings.c52 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str);
/linux-master/include/uapi/linux/can/
H A Dbcm.h58 * @opcode: opcode, see enum below.
68 __u32 opcode; member in struct:bcm_msg_head
/linux-master/io_uring/
H A Dtimeout.h18 if (link && link->opcode == IORING_OP_LINK_TIMEOUT)
/linux-master/arch/powerpc/include/asm/
H A Dsynch.h8 #include <asm/ppc-opcode.h>
/linux-master/arch/powerpc/perf/
H A Dbhrb.S8 #include <asm/ppc-opcode.h>

Completed in 406 milliseconds

1234567891011>>