Home
last modified time | relevance | path

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

12345678910>>...36

/drivers/infiniband/sw/rxe/
A Drxe_req.c14 u32 opcode);
53 qp->req.opcode = -1; in req_retry()
225 switch (opcode) { in next_opcode_rc()
296 return opcode; in next_opcode_rc()
304 switch (opcode) { in next_opcode_uc()
580 qp->req.opcode = pkt->opcode; in update_state()
595 u8 opcode = wqe->wr.opcode; in rxe_do_local_ops() local
599 switch (opcode) { in rxe_do_local_ops()
648 int opcode; in rxe_requester() local
728 opcode = next_opcode(qp, wqe, wqe->wr.opcode); in rxe_requester()
[all …]
A Drxe_hdr.h24 u8 opcode; /* bth opcode of packet */ member
62 u8 opcode; member
88 return bth->opcode; in __bth_opcode()
95 bth->opcode = opcode; in __bth_set_opcode()
287 __bth_set_opcode(pkt->hdr, opcode); in bth_set_opcode()
411 bth->opcode = opcode; in bth_init()
502 rxe_opcode[pkt->opcode].offset[RXE_DETH]); in deth_qkey()
514 rxe_opcode[pkt->opcode].offset[RXE_DETH]); in deth_sqp()
577 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_va()
589 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_rkey()
[all …]
A Drxe_comp.c93 switch (opcode) { in wr_to_wc_opcode()
224 switch (qp->comp.opcode) { in check_ack()
244 pkt->opcode == in check_ack()
247 pkt->opcode == in check_ack()
259 switch (pkt->opcode) { in check_ack()
413 wc->opcode = wr_to_wc_opcode(wqe->wr.opcode); in make_send_cqe()
419 uwc->opcode = wr_to_wc_opcode(wqe->wr.opcode); in make_send_cqe()
459 if (wqe->wr.opcode == IB_WR_SEND || in do_complete()
530 qp->comp.opcode = -1; in complete_wqe()
724 qp->comp.opcode = -1; in rxe_completer()
[all …]
/drivers/infiniband/hw/hfi1/
A Drc.c36 if (!e->opcode) { in find_prev_entry()
1420 u32 opcode = wqe->wr.opcode; in update_num_rd_atomic() local
1462 u32 opcode; in reset_psn() local
1508 opcode = wqe->wr.opcode; in reset_psn()
1724 opcode != TID_OP(ACK) && opcode != TID_OP(RESYNC)) in hfi1_rc_send_complete()
2319 u8 opcode = packet->opcode; in rc_rcv_resp() local
2623 if (!e || e->opcode != (u8)opcode || old_req) in rc_rcv_error()
2772 u32 opcode = packet->opcode; in hfi1_rc_rcv() local
3057 e->opcode = opcode; in hfi1_rc_rcv()
3133 e->opcode = opcode; in hfi1_rc_rcv()
[all …]
A Duc.c118 switch (wqe->wr.opcode) { in hfi1_make_uc_req()
266 u32 opcode = packet->opcode; in hfi1_uc_rcv() local
298 switch (opcode) { in hfi1_uc_rcv()
318 if (opcode == OP(SEND_MIDDLE) || in hfi1_uc_rcv()
319 opcode == OP(SEND_LAST) || in hfi1_uc_rcv()
333 if (opcode == OP(SEND_FIRST) || in hfi1_uc_rcv()
334 opcode == OP(SEND_ONLY) || in hfi1_uc_rcv()
347 switch (opcode) { in hfi1_uc_rcv()
367 if (opcode == OP(SEND_ONLY)) in hfi1_uc_rcv()
406 wc.opcode = IB_WC_RECV; in hfi1_uc_rcv()
[all …]
A Dtrace_ibhdrs.h17 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument
131 __field(u8, opcode)
180 &__entry->opcode,
205 &__entry->opcode,
251 __entry->opcode,
262 __entry->opcode,
290 __field(u8, opcode)
345 &__entry->opcode,
373 &__entry->opcode,
414 __entry->opcode,
[all …]
/drivers/scsi/sym53c8xx_2/
A Dsym_fw.c359 opcode = *cur; in sym_fw_bind_script()
367 if (opcode == 0) { in sym_fw_bind_script()
385 (unsigned)opcode); in sym_fw_bind_script()
390 switch (opcode >> 28) { in sym_fw_bind_script()
420 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
428 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
436 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
444 opcode &= ~0x20000000; in sym_fw_bind_script()
446 opcode = (opcode & ~OPC_TCHMOVE); in sym_fw_bind_script()
453 opcode &= ~0x20000000; in sym_fw_bind_script()
[all …]
/drivers/scsi/aic7xxx/aicasm/
A 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/nvme/host/
A Dconstants.c182 const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() argument
184 if (opcode < ARRAY_SIZE(nvme_ops) && nvme_ops[opcode]) in nvme_get_opcode_str()
185 return nvme_ops[opcode]; in nvme_get_opcode_str()
190 const char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() argument
192 if (opcode < ARRAY_SIZE(nvme_admin_ops) && nvme_admin_ops[opcode]) in nvme_get_admin_opcode_str()
193 return nvme_admin_ops[opcode]; in nvme_get_admin_opcode_str()
198 const char *nvme_get_fabrics_opcode_str(u8 opcode) { in nvme_get_fabrics_opcode_str() argument
199 if (opcode < ARRAY_SIZE(nvme_fabrics_ops) && nvme_fabrics_ops[opcode]) in nvme_get_fabrics_opcode_str()
200 return nvme_fabrics_ops[opcode]; in nvme_get_fabrics_opcode_str()
/drivers/cxl/core/
A Dmbox.c130 u16 opcode) in cxl_set_security_cmd_enabled() argument
132 switch (opcode) { in cxl_set_security_cmd_enabled()
179 u16 opcode) in cxl_set_poison_cmd_enabled() argument
181 switch (opcode) { in cxl_set_poison_cmd_enabled()
210 if (c->opcode == opcode) in cxl_mem_find_command()
330 switch (opcode) { in cxl_payload_from_user_allowed()
358 .opcode = opcode, in cxl_mbox_cmd_ctor()
424 .opcode = send_cmd->raw.opcode in cxl_to_mem_cmd_raw()
471 .opcode = c->opcode in cxl_to_mem_cmd()
712 switch (opcode) { in check_features_opcodes()
[all …]
/drivers/scsi/pcmcia/
A 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/infiniband/sw/rdmavt/
A Dtrace_tx.h17 #define wr_opcode_name(opcode) { IB_WR_##opcode, #opcode } argument
18 #define show_wr_opcode(opcode) \ argument
19 __print_symbolic(opcode, \
60 __field(u32, opcode)
80 __entry->opcode = wqe->wr.opcode;
103 __entry->opcode, show_wr_opcode(__entry->opcode),
127 __field(enum ib_wr_opcode, opcode)
139 __entry->opcode = wqe->wr.opcode;
152 __entry->opcode,
A Dtrace_cq.h17 #define wc_opcode_name(opcode) { IB_WC_##opcode, #opcode } argument
18 #define show_wc_opcode(opcode) \ argument
19 __print_symbolic(opcode, \
76 __field(u32, opcode)
87 __entry->opcode = wc->opcode;
100 __entry->opcode, show_wc_opcode(__entry->opcode),
/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_pfvf_mbox.h99 u64 opcode:8; member
105 u64 opcode:8; member
112 u64 opcode:8; member
118 u64 opcode:8; member
124 u64 opcode:8; member
130 u64 opcode:8; member
136 u64 opcode:8; member
142 u64 opcode:8; member
148 u64 opcode:8; member
157 u64 opcode:8; member
/drivers/net/ovpn/
A Dproto.h64 u32 opcode = be32_to_cpu(*(__be32 *)(skb->data + offset)); in ovpn_opcode_from_skb() local
66 return FIELD_GET(OVPN_OPCODE_PKTTYPE_MASK, opcode); in ovpn_opcode_from_skb()
81 u32 opcode = be32_to_cpu(*(__be32 *)(skb->data + offset)); in ovpn_peer_id_from_skb() local
83 return FIELD_GET(OVPN_OPCODE_PEERID_MASK, opcode); in ovpn_peer_id_from_skb()
97 u32 opcode = be32_to_cpu(*(__be32 *)skb->data); in ovpn_key_id_from_skb() local
99 return FIELD_GET(OVPN_OPCODE_KEYID_MASK, opcode); in ovpn_key_id_from_skb()
111 static inline u32 ovpn_opcode_compose(u8 opcode, u8 key_id, u32 peer_id) in ovpn_opcode_compose() argument
113 return FIELD_PREP(OVPN_OPCODE_PKTTYPE_MASK, opcode) | in ovpn_opcode_compose()
/drivers/mmc/core/
A Dmmc_ops.c74 cmd.opcode = MMC_SEND_STATUS; in __mmc_send_status()
103 cmd.opcode = MMC_SELECT_CARD; in _mmc_select_card()
139 cmd.opcode = MMC_SET_DSR; in mmc_set_dsr()
152 cmd.opcode = MMC_GO_IDLE_STATE; in __mmc_go_idle()
241 cmd.opcode = MMC_SEND_OP_COND; in mmc_send_op_cond()
274 cmd.opcode = opcode; in mmc_send_cxd_native()
302 cmd.opcode = opcode; in mmc_send_adtc_data()
320 if (opcode == MMC_SEND_CSD || opcode == MMC_SEND_CID) { in mmc_send_adtc_data()
621 cmd.opcode = MMC_SWITCH; in __mmc_switch()
703 cmd.opcode = opcode; in mmc_send_tuning()
[all …]
/drivers/target/
A Dtarget_core_spc.c1330 .opcode = READ_6,
1338 .opcode = READ_10,
1348 .opcode = READ_12,
1358 .opcode = READ_16,
1369 .opcode = WRITE_6,
1377 .opcode = WRITE_10,
1397 .opcode = WRITE_12,
1553 .opcode = UNMAP,
1584 .opcode = VERIFY,
1877 .opcode = INQUIRY,
[all …]
/drivers/net/ethernet/marvell/octeon_ep_vf/
A Doctep_vf_mbox.c61 cmd.s_version.opcode = OCTEP_PFVF_MBOX_CMD_VERSION; in octep_vf_mbox_version_check()
93 switch (notif->s.opcode) { in octep_vf_mbox_work()
107 "Received unsupported notif %d\n", notif->s.opcode); in octep_vf_mbox_work()
161 cmd.s.opcode, oct->mbox_neg_ver); in octep_vf_mbox_send_cmd()
184 cmd.s_data.opcode = opcode; in octep_vf_mbox_bulk_read()
200 cmd.s_data.opcode = opcode; in octep_vf_mbox_bulk_read()
225 cmd.s_data.opcode = opcode; in octep_vf_mbox_bulk_read()
251 cmd.s_set_mtu.opcode = OCTEP_PFVF_MBOX_CMD_SET_MTU; in octep_vf_mbox_set_mtu()
274 cmd.s_set_mac.opcode = OCTEP_PFVF_MBOX_CMD_SET_MAC_ADDR; in octep_vf_mbox_set_mac_addr()
380 cmd.s.opcode = OCTEP_PFVF_MBOX_CMD_DEV_REMOVE; in octep_vf_mbox_dev_remove()
[all …]
A Doctep_vf_mbox.h89 u64 opcode:8; member
95 u64 opcode:8; member
102 u64 opcode:8; member
108 u64 opcode:8; member
114 u64 opcode:8; member
120 u64 opcode:8; member
126 u64 opcode:8; member
132 u64 opcode:8; member
141 u64 opcode:8; member
153 int octep_vf_mbox_bulk_read(struct octep_vf_device *oct, enum octep_pfvf_mbox_opcode opcode,
/drivers/infiniband/sw/siw/
A Dsiw_cq.c72 wc->opcode = map_wc_opcode[cqe->opcode]; in siw_reap_cqe()
76 cq->cq_get % cq->num_cqe, cqe->opcode, in siw_reap_cqe()
86 u8 opcode = cqe->opcode; in siw_reap_cqe() local
89 if (opcode >= SIW_NUM_OPCODES) { in siw_reap_cqe()
90 opcode = 0; in siw_reap_cqe()
95 wc->opcode = map_wc_opcode[opcode]; in siw_reap_cqe()
/drivers/scsi/
A 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/acpi/acpica/
A Dexoparg2.c63 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_2A_0T_0R()
67 switch (walk_state->opcode) { in acpi_ex_opcode_2A_0T_0R()
102 walk_state->opcode)); in acpi_ex_opcode_2A_0T_0R()
130 acpi_ps_get_opcode_name(walk_state->opcode)); in acpi_ex_opcode_2A_2T_1R()
134 switch (walk_state->opcode) { in acpi_ex_opcode_2A_2T_1R()
167 walk_state->opcode)); in acpi_ex_opcode_2A_2T_1R()
245 acpi_ex_do_math_op(walk_state->opcode, in acpi_ex_opcode_2A_1T_1R()
251 switch (walk_state->opcode) { in acpi_ex_opcode_2A_1T_1R()
419 walk_state->opcode)); in acpi_ex_opcode_2A_1T_1R()
504 switch (walk_state->opcode) { in acpi_ex_opcode_2A_0T_1R()
[all …]
A Dexoparg1.c63 switch (walk_state->opcode) { in acpi_ex_opcode_0A_0T_1R()
79 walk_state->opcode)); in acpi_ex_opcode_0A_0T_1R()
123 switch (walk_state->opcode) { in acpi_ex_opcode_1A_0T_0R()
158 walk_state->opcode)); in acpi_ex_opcode_1A_0T_0R()
190 switch (walk_state->opcode) { in acpi_ex_opcode_1A_1T_0R()
201 walk_state->opcode)); in acpi_ex_opcode_1A_1T_0R()
243 switch (walk_state->opcode) { in acpi_ex_opcode_1A_1T_1R()
260 switch (walk_state->opcode) { in acpi_ex_opcode_1A_1T_1R()
537 walk_state->opcode)); in acpi_ex_opcode_1A_1T_1R()
648 opcode))); in acpi_ex_opcode_1A_0T_1R()
[all …]
A Dpsutils.c56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() argument
61 op->common.aml_opcode = opcode; in acpi_ps_init_op()
65 (opcode))->name, in acpi_ps_init_op()
85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op() argument
93 op_info = acpi_ps_get_opcode_info(opcode); in acpi_ps_alloc_op()
101 } else if (opcode == AML_INT_BYTELIST_OP) { in acpi_ps_alloc_op()
121 acpi_ps_init_op(op, opcode); in acpi_ps_alloc_op()
126 if (opcode == AML_SCOPE_OP) { in acpi_ps_alloc_op()
/drivers/infiniband/hw/mlx5/
A Dqpc.c341 MLX5_SET(set_delay_drop_params_in, in, opcode, in mlx5_core_set_delay_drop()
376 static int get_ece_from_mbox(void *out, u16 opcode) in get_ece_from_mbox() argument
380 switch (opcode) { in get_ece_from_mbox()
428 switch (opcode) { in modify_qp_mbox_alloc()
433 MOD_QP_IN_SET(qp_2rst, mbox->in, opcode, qpn, uid); in modify_qp_mbox_alloc()
438 MOD_QP_IN_SET(qp_2err, mbox->in, opcode, qpn, uid); in modify_qp_mbox_alloc()
445 MOD_QP_IN_SET_QPC(rst2init_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
459 MOD_QP_IN_SET_QPC(rtr2rts_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
466 MOD_QP_IN_SET_QPC(rts2rts_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
479 MOD_QP_IN_SET_QPC(sqd2rts_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
[all …]

Completed in 48 milliseconds

12345678910>>...36