Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 187) sorted by relevance

12345678

/drivers/scsi/sym53c8xx_2/
Dsym_fw.c367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
376 opcode = *cur; in sym_fw_bind_script()
384 if (opcode == 0) { in sym_fw_bind_script()
395 if (opcode == SCR_DATA_ZERO) { in sym_fw_bind_script()
402 (unsigned)opcode); in sym_fw_bind_script()
407 switch (opcode >> 28) { in sym_fw_bind_script()
435 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()
437 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
445 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
453 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
[all …]
/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h54 opcode : 4, member
58 opcode : 4,
73 opcode : 4, member
77 opcode : 4,
91 opcode : 4, member
95 opcode : 4,
109 opcode : 4, member
113 opcode : 4,
127 opcode : 4, member
131 opcode : 4,
[all …]
/drivers/infiniband/hw/ipath/
Dipath_uc.c102 switch (wqe->wr.opcode) { in ipath_make_uc_req()
110 if (wqe->wr.opcode == IB_WR_SEND) in ipath_make_uc_req()
139 if (wqe->wr.opcode == IB_WR_RDMA_WRITE) in ipath_make_uc_req()
169 if (wqe->wr.opcode == IB_WR_SEND) in ipath_make_uc_req()
193 if (wqe->wr.opcode == IB_WR_RDMA_WRITE) in ipath_make_uc_req()
244 int opcode; in ipath_uc_rcv() local
283 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in ipath_uc_rcv()
296 switch (opcode) { in ipath_uc_rcv()
317 if (opcode == OP(SEND_MIDDLE) || in ipath_uc_rcv()
318 opcode == OP(SEND_LAST) || in ipath_uc_rcv()
[all …]
Dipath_rc.c125 if (e->opcode == OP(RDMA_READ_REQUEST)) { in ipath_make_rc_ack()
310 switch (wqe->wr.opcode) { in ipath_make_rc_req()
326 if (wqe->wr.opcode == IB_WR_SEND) in ipath_make_rc_req()
365 if (wqe->wr.opcode == IB_WR_RDMA_WRITE) in ipath_make_rc_req()
433 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in ipath_make_rc_req()
471 if (wqe->wr.opcode == IB_WR_RDMA_READ) in ipath_make_rc_req()
510 if (wqe->wr.opcode == IB_WR_SEND) in ipath_make_rc_req()
546 if (wqe->wr.opcode == IB_WR_RDMA_WRITE) in ipath_make_rc_req()
728 u32 opcode; in reset_psn() local
742 opcode = wqe->wr.opcode; in reset_psn()
[all …]
/drivers/scsi/pcmcia/
Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7) argument
65 static void print_opcodek(unsigned char opcode) in print_opcodek() argument
67 const char **table = commands[ group(opcode) ]; in print_opcodek()
71 printk("%s[%02x] ", reserved, opcode); in print_opcodek()
74 printk("%s(notext)[%02x] ", unknown, opcode); in print_opcodek()
77 printk("%s[%02x] ", vendor, opcode); in print_opcodek()
80 if (table[opcode & 0x1f] != unknown) in print_opcodek()
81 printk("%s[%02x] ", table[opcode & 0x1f], opcode); in print_opcodek()
83 printk("%s[%02x] ", unknown, opcode); in print_opcodek()
/drivers/mmc/core/
Dmmc_ops.c31 cmd.opcode = MMC_SELECT_CARD; in _mmc_select_card()
81 cmd.opcode = MMC_GO_IDLE_STATE; in mmc_go_idle()
108 cmd.opcode = MMC_SEND_OP_COND; in mmc_send_op_cond()
151 cmd.opcode = MMC_ALL_SEND_CID; in mmc_all_send_cid()
174 cmd.opcode = MMC_SET_RELATIVE_ADDR; in mmc_set_relative_addr()
186 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument
196 cmd.opcode = opcode; in mmc_send_cxd_native()
211 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data() argument
233 cmd.opcode = opcode; in mmc_send_cxd_data()
251 if (opcode == MMC_SEND_CSD || opcode == MMC_SEND_CID) { in mmc_send_cxd_data()
[all …]
Dsd_ops.c31 cmd.opcode = MMC_APP_CMD; in mmc_app_cmd()
130 cmd.opcode = SD_APP_SET_BUS_WIDTH; in mmc_app_set_bus_width()
160 cmd.opcode = SD_APP_OP_COND; in mmc_send_app_op_cond()
208 cmd.opcode = SD_SEND_IF_COND; in mmc_send_if_cond()
237 cmd.opcode = SD_SEND_RELATIVE_ADDR; in mmc_send_relative_addr()
275 cmd.opcode = SD_APP_SEND_SCR; in mmc_app_send_scr()
325 cmd.opcode = SD_SWITCH; in mmc_sd_switch()
/drivers/acpi/acpica/
Dexoparg2.c97 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_2A_0T_0R()
101 switch (walk_state->opcode) { in acpi_ex_opcode_2A_0T_0R()
163 walk_state->opcode)); in acpi_ex_opcode_2A_0T_0R()
191 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_2A_2T_1R()
195 switch (walk_state->opcode) { in acpi_ex_opcode_2A_2T_1R()
228 walk_state->opcode)); in acpi_ex_opcode_2A_2T_1R()
290 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_2A_1T_1R()
305 acpi_ex_do_math_op(walk_state->opcode, in acpi_ex_opcode_2A_1T_1R()
311 switch (walk_state->opcode) { in acpi_ex_opcode_2A_1T_1R()
468 walk_state->opcode)); in acpi_ex_opcode_2A_1T_1R()
[all …]
Dexoparg1.c94 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_0A_0T_1R()
98 switch (walk_state->opcode) { in acpi_ex_opcode_0A_0T_1R()
114 walk_state->opcode)); in acpi_ex_opcode_0A_0T_1R()
154 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_1A_0T_0R()
158 switch (walk_state->opcode) { in acpi_ex_opcode_1A_0T_0R()
193 walk_state->opcode)); in acpi_ex_opcode_1A_0T_0R()
220 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_1A_1T_0R()
224 switch (walk_state->opcode) { in acpi_ex_opcode_1A_1T_0R()
233 walk_state->opcode)); in acpi_ex_opcode_1A_1T_0R()
268 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_1A_1T_1R()
[all …]
Dpsargs.c272 if (walk_state->opcode == AML_UNLOAD_OP) { in acpi_ps_get_next_namepath()
395 u16 opcode; in acpi_ps_get_next_simple_arg() local
405 opcode = AML_BYTE_OP; in acpi_ps_get_next_simple_arg()
414 opcode = AML_WORD_OP; in acpi_ps_get_next_simple_arg()
423 opcode = AML_DWORD_OP; in acpi_ps_get_next_simple_arg()
432 opcode = AML_QWORD_OP; in acpi_ps_get_next_simple_arg()
441 opcode = AML_STRING_OP; in acpi_ps_get_next_simple_arg()
467 acpi_ps_init_op(arg, opcode); in acpi_ps_get_next_simple_arg()
491 u16 opcode; in acpi_ps_get_next_field() local
501 opcode = AML_INT_NAMEDFIELD_OP; in acpi_ps_get_next_field()
[all …]
Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() argument
94 op->common.aml_opcode = opcode; in acpi_ps_init_op()
98 (opcode))->name, in acpi_ps_init_op()
116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode) in acpi_ps_alloc_op() argument
124 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ps_alloc_op()
132 } else if (opcode == AML_INT_BYTELIST_OP) { in acpi_ps_alloc_op()
152 acpi_ps_init_op(op, opcode); in acpi_ps_alloc_op()
Dacparser.h101 u32 name, u32 opcode);
108 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode);
110 char *acpi_ps_get_opcode_name(u16 opcode);
119 u32 acpi_ps_get_opcode_size(u32 opcode);
168 char *path, u16 opcode, u32 create);
205 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode);
207 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode);
Dexoparg3.c93 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_3A_0T_0R()
95 switch (walk_state->opcode) { in acpi_ex_opcode_3A_0T_0R()
123 walk_state->opcode)); in acpi_ex_opcode_3A_0T_0R()
155 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_3A_1T_1R()
157 switch (walk_state->opcode) { in acpi_ex_opcode_3A_1T_1R()
249 walk_state->opcode)); in acpi_ex_opcode_3A_1T_1R()
Dexresop.c134 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands() argument
147 ACPI_FUNCTION_TRACE_U32(ex_resolve_operands, opcode); in acpi_ex_resolve_operands()
149 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ex_resolve_operands()
156 ACPI_ERROR((AE_INFO, "Unknown AML opcode %X", opcode)); in acpi_ex_resolve_operands()
163 opcode, op_info->name, arg_types)); in acpi_ex_resolve_operands()
338 if ((opcode == AML_STORE_OP) && in acpi_ex_resolve_operands()
697 acpi_ps_get_opcode_name(opcode), in acpi_ex_resolve_operands()
Dpsparse.c75 u32 acpi_ps_get_opcode_size(u32 opcode) in acpi_ps_get_opcode_size() argument
80 if (opcode > 0x00FF) { in acpi_ps_get_opcode_size()
104 u16 opcode; in acpi_ps_peek_opcode() local
107 opcode = (u16) ACPI_GET8(aml); in acpi_ps_peek_opcode()
109 if (opcode == AML_EXTENDED_OP_PREFIX) { in acpi_ps_peek_opcode()
114 opcode = (u16) ((opcode << 8) | ACPI_GET8(aml)); in acpi_ps_peek_opcode()
117 return (opcode); in acpi_ps_peek_opcode()
/drivers/scsi/
Dnsp32_debug.c47 #define group(opcode) (((opcode) >> 5) & 7) argument
63 static void print_opcodek(unsigned char opcode) in print_opcodek() argument
65 const char **table = commands[ group(opcode) ]; in print_opcodek()
69 printk("%s[%02x] ", reserved, opcode); in print_opcodek()
72 printk("%s(notext)[%02x] ", unknown, opcode); in print_opcodek()
75 printk("%s[%02x] ", vendor, opcode); in print_opcodek()
78 if (table[opcode & 0x1f] != unknown) in print_opcodek()
79 printk("%s[%02x] ", table[opcode & 0x1f], opcode); in print_opcodek()
81 printk("%s[%02x] ", unknown, opcode); in print_opcodek()
/drivers/atm/
Dfore200e.h248 typedef enum opcode { enum
281 enum opcode opcode : 8, /* cp opcode */
292 struct activate_opcode opcode; /* activate VC command opcode */ member
303 enum opcode opcode : 8, /* cp opcode */
312 struct deactivate_opcode opcode; /* deactivate VC command opcode */ member
330 enum opcode opcode : 8, /* cp opcode */
343 struct oc3_opcode opcode; /* set/get OC-3 regs command opcode */ member
455 enum opcode opcode : 8, /* cp opcode */
464 struct stats_opcode opcode; /* get statistics command opcode */ member
482 enum opcode opcode : 8, /* cp opcode */
[all …]
/drivers/scsi/aic7xxx_old/
Dsequencer.h46 opcode : 4, member
56 opcode : 4, member
65 opcode : 4, member
72 opcode : 4, member
82 opcode : 4, member
92 opcode : 4, member
/drivers/infiniband/hw/cxgb3/
Diwch_cq.c97 wc->opcode = IB_WC_RECV; in iwch_poll_cq_one()
106 wc->opcode = IB_WC_RDMA_WRITE; in iwch_poll_cq_one()
109 wc->opcode = IB_WC_RDMA_READ; in iwch_poll_cq_one()
116 wc->opcode = IB_WC_SEND; in iwch_poll_cq_one()
119 wc->opcode = IB_WC_BIND_MW; in iwch_poll_cq_one()
123 wc->opcode = IB_WC_LOCAL_INV; in iwch_poll_cq_one()
126 wc->opcode = IB_WC_FAST_REG_MR; in iwch_poll_cq_one()
/drivers/net/wimax/i2400m/
Dfw.c191 ssize_t __i2400m_bm_ack_verify(struct i2400m *i2400m, int opcode, in __i2400m_bm_ack_verify() argument
199 i2400m, opcode, ack, ack_size); in __i2400m_bm_ack_verify()
204 opcode, ack_size, sizeof(*ack)); in __i2400m_bm_ack_verify()
212 "HW non-signed boot barker\n", opcode); in __i2400m_bm_ack_verify()
220 opcode); in __i2400m_bm_ack_verify()
227 opcode); in __i2400m_bm_ack_verify()
238 opcode, i2400m_brh_get_opcode(ack), in __i2400m_bm_ack_verify()
246 "0x%04x\n", opcode, i2400m_brh_get_signature(ack)); in __i2400m_bm_ack_verify()
249 if (opcode != -1 && opcode != i2400m_brh_get_opcode(ack)) { in __i2400m_bm_ack_verify()
252 opcode, i2400m_brh_get_opcode(ack), opcode); in __i2400m_bm_ack_verify()
[all …]
/drivers/infiniband/hw/mthca/
Dmthca_cq.c126 u8 opcode; member
140 u8 opcode; member
270 if ((cqe->opcode & MTHCA_ERROR_CQE_OPCODE_MASK) == in is_recv_cqe()
272 return !(cqe->opcode & 0x01); in is_recv_cqe()
514 is_error = (cqe->opcode & MTHCA_ERROR_CQE_OPCODE_MASK) == in mthca_poll_one()
516 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80; in mthca_poll_one()
583 switch (cqe->opcode) { in mthca_poll_one()
585 entry->opcode = IB_WC_RDMA_WRITE; in mthca_poll_one()
588 entry->opcode = IB_WC_RDMA_WRITE; in mthca_poll_one()
592 entry->opcode = IB_WC_SEND; in mthca_poll_one()
[all …]
/drivers/scsi/megaraid/
Dmegaraid_mm.c275 uint8_t opcode; in handle_drvrcmd() local
293 opcode = kmimd.ui.fcs.opcode; in handle_drvrcmd()
301 if (opcode != 0x82) in handle_drvrcmd()
350 uint8_t opcode; in mimd_to_kioc() local
364 opcode = mimd.ui.fcs.opcode; in mimd_to_kioc()
375 switch (opcode) { in mimd_to_kioc()
381 kioc->opcode = GET_ADAP_INFO; in mimd_to_kioc()
398 kioc->opcode = MBOX_CMD; in mimd_to_kioc()
413 kioc->opcode = MBOX_CMD; in mimd_to_kioc()
434 if (opcode == 0x82) in mimd_to_kioc()
[all …]
/drivers/mmc/host/
Dsdricoh_cs.c168 static int sdricoh_mmc_cmd(struct sdricoh_host *host, unsigned char opcode, in sdricoh_mmc_cmd() argument
178 sdricoh_writel(host, R200_CMD, (0x10000 << 8) | opcode); in sdricoh_mmc_cmd()
180 if (opcode) { in sdricoh_mmc_cmd()
272 unsigned char opcode = cmd->opcode; in sdricoh_request() local
276 dev_dbg(dev, "sdricoh_request opcode=%i\n", opcode); in sdricoh_request()
282 opcode |= 64; in sdricoh_request()
284 } else if (opcode == 55) in sdricoh_request()
293 cmd->error = sdricoh_mmc_cmd(host, opcode, cmd->arg); in sdricoh_request()
335 "block transfer failed\n", cmd->opcode); in sdricoh_request()
/drivers/infiniband/ulp/iser/
Diser_initiator.c510 unsigned char opcode; in iser_send_control() local
545 opcode = task->hdr->opcode & ISCSI_OPCODE_MASK; in iser_send_control()
548 if (!(opcode == ISCSI_OP_NOOP_OUT && task->hdr->itt == RESERVED_ITT)) { in iser_send_control()
579 unsigned char opcode; in iser_rcv_completion() local
583 iser_dbg("op 0x%x itt 0x%x\n", hdr->opcode,hdr->itt); in iser_rcv_completion()
591 opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iser_rcv_completion()
593 if (opcode == ISCSI_OP_SCSI_CMD_RSP) { in iser_rcv_completion()
603 conn->iscsi_conn, opcode, hdr->itt); in iser_rcv_completion()
629 if (opcode == ISCSI_OP_NOOP_IN && hdr->itt == RESERVED_ITT) { in iser_rcv_completion()
633 else if (opcode == ISCSI_OP_ASYNC_EVENT) { in iser_rcv_completion()
/drivers/media/dvb/firewire/
Dfiredtv-avc.c80 u8 opcode; member
88 u8 opcode; member
117 static const char *debug_fcp_opcode(unsigned int opcode, in debug_fcp_opcode() argument
120 switch (opcode) { in debug_fcp_opcode()
264 c->opcode = AVC_OPCODE_VENDOR; in avc_tuner_tuneqpsk()
318 c->opcode = AVC_OPCODE_DSD; in avc_tuner_dsd_dvb_c()
388 c->opcode = AVC_OPCODE_DSD; in avc_tuner_dsd_dvb_t()
534 c->opcode = AVC_OPCODE_DSD; in avc_tuner_set_pids()
574 c->opcode = AVC_OPCODE_DSIT; in avc_tuner_get_ts()
608 c->opcode = AVC_OPCODE_READ_DESCRIPTOR; in avc_identify_subunit()
[all …]

12345678