/linux/arch/riscv/kernel/ |
A D | kgdb.c | 63 int op_code; in get_step_address() local 68 if (is_c_jalr_insn(op_code) || is_c_jr_insn(op_code)) { in get_step_address() 71 } else if (is_c_j_insn(op_code) || is_c_jal_insn(op_code)) { in get_step_address() 103 if (is_beq_insn(op_code)) in get_step_address() 105 else if (is_bne_insn(op_code)) in get_step_address() 107 else if (is_blt_insn(op_code)) in get_step_address() 111 else if (is_bge_insn(op_code)) in get_step_address() 115 else if (is_bltu_insn(op_code)) in get_step_address() 117 else if (is_bgeu_insn(op_code)) in get_step_address() 123 } else if (is_jal_insn(op_code)) { in get_step_address() [all …]
|
/linux/drivers/scsi/bnx2i/ |
A D | 57xx_iscsi_hsi.h | 22 u8 op_code; member 28 u8 op_code; 110 u8 op_code; member 116 u8 op_code; 152 u8 op_code; member 158 u8 op_code; 196 u8 op_code; member 222 u8 op_code; 307 u8 op_code; member 339 u8 op_code; [all …]
|
A D | bnx2i_hwi.c | 1384 hdr->opcode = resp_cqe->op_code; in bnx2i_process_scsi_cmd_resp() 1453 resp_hdr->opcode = login->op_code; in bnx2i_process_login_resp() 1520 resp_hdr->opcode = text->op_code; in bnx2i_process_text_resp() 1619 resp_hdr->opcode = logout->op_code; in bnx2i_process_logout_resp() 1703 hdr->opcode = nop_in->op_code; in bnx2i_process_nopin_mesg() 1808 hdr->opcode = reject->op_code; in bnx2i_process_reject_mesg() 1994 switch (nopin->op_code) { in bnx2i_process_new_cqes() 2041 nopin->op_code); in bnx2i_process_new_cqes() 2052 nopin->op_code); in bnx2i_process_new_cqes() 2485 if (ikcqe->op_code == in bnx2i_indicate_kcqe() [all …]
|
/linux/drivers/spmi/ |
A D | hisi-spmi-controller.c | 120 u8 op_code, i; in spmi_read_cmd() local 131 op_code = SPMI_CMD_REG_READ; in spmi_read_cmd() 134 op_code = SPMI_CMD_EXT_REG_READ; in spmi_read_cmd() 137 op_code = SPMI_CMD_EXT_REG_READ_L; in spmi_read_cmd() 145 (op_code << SPMI_APB_SPMI_CMD_TYPE_OFFSET) | in spmi_read_cmd() 196 u8 op_code, i; in spmi_write_cmd() local 207 op_code = SPMI_CMD_REG_WRITE; in spmi_write_cmd() 210 op_code = SPMI_CMD_EXT_REG_WRITE; in spmi_write_cmd() 213 op_code = SPMI_CMD_EXT_REG_WRITE_L; in spmi_write_cmd() 221 (op_code << SPMI_APB_SPMI_CMD_TYPE_OFFSET) | in spmi_write_cmd()
|
/linux/drivers/scsi/ |
A D | ips.h | 409 uint8_t op_code; member 423 uint8_t op_code; member 434 uint8_t op_code; member 444 uint8_t op_code; member 463 uint8_t op_code; member 476 uint8_t op_code; member 488 uint8_t op_code; member 500 uint8_t op_code; member 512 uint8_t op_code; member 524 uint8_t op_code; member [all …]
|
A D | ips.c | 1858 scb->op_code = 0; in ips_flash_firmware() 1927 scb->op_code = 0; in ips_usrcmd() 3299 (scb->cmd.dcdb.op_code == in ips_map_status() 3340 if ((scb->cmd.dcdb.op_code == in ips_map_status() 3559 scb->cmd.basic_io.op_code = in ips_send_cmd() 3566 scb->cmd.basic_io.op_code = in ips_send_cmd() 3605 scb->cmd.basic_io.op_code = in ips_send_cmd() 3612 scb->cmd.basic_io.op_code = in ips_send_cmd() 3743 scb->cmd.dcdb.op_code = in ips_send_cmd() 3885 scb->cmd.basic_io.op_code, in ips_chkstatus() [all …]
|
/linux/arch/alpha/kernel/ |
A D | ptrace.c | 181 unsigned int insn, op_code; in ptrace_set_bpt() local 189 op_code = insn >> 26; in ptrace_set_bpt() 190 if (op_code >= 0x30) { in ptrace_set_bpt() 205 } else if (op_code == 0x1a) { in ptrace_set_bpt()
|
/linux/drivers/bus/ |
A D | omap_l3_noc.c | 63 u8 op_code, m_req_info; in l3_handle_target() local 132 op_code = readl_relaxed(l3_targ_hdr) & 0x7; in l3_handle_target() 146 l3_transaction_type[op_code], in l3_handle_target()
|
/linux/drivers/scsi/bnx2fc/ |
A D | bnx2fc_hwi.c | 38 stat_req.hdr.op_code = FCOE_KWQE_OPCODE_STAT; in bnx2fc_send_stat_req() 78 fcoe_init1.hdr.op_code = FCOE_KWQE_OPCODE_INIT1; in bnx2fc_send_fw_fcoe_init_msg() 101 fcoe_init2.hdr.op_code = FCOE_KWQE_OPCODE_INIT2; in bnx2fc_send_fw_fcoe_init_msg() 125 fcoe_init3.hdr.op_code = FCOE_KWQE_OPCODE_INIT3; in bnx2fc_send_fw_fcoe_init_msg() 155 fcoe_destroy.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY; in bnx2fc_send_fw_fcoe_destroy_msg() 193 ofld_req1.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2fc_send_session_ofld_req() 217 ofld_req2.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2fc_send_session_ofld_req() 235 ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3; in bnx2fc_send_session_ofld_req() 372 enbl_req.hdr.op_code = FCOE_KWQE_OPCODE_ENABLE_CONN; in bnx2fc_send_session_enable_req() 1352 switch (kcqe->op_code) { in bnx2fc_indicate_kcqe() [all …]
|
A D | 57xx_hsi_bnx2fc.h | 308 u8 op_code; member 326 u8 op_code; member
|
/linux/drivers/net/ethernet/broadcom/ |
A D | cnic_defs.h | 102 u8 op_code; member 106 u8 op_code; member 141 u8 op_code; member 145 u8 op_code; member 169 u8 op_code; member 173 u8 op_code; 199 u8 op_code; member 221 u8 op_code; 293 u8 op_code; member 299 u8 op_code; [all …]
|
A D | cnic.c | 1581 kcqe.op_code = ISCSI_KCQE_OPCODE_INIT; in cnic_bnx2x_iscsi_init2() 1903 kcqe.op_code = ISCSI_KCQE_OPCODE_OFFLOAD_CONN; in cnic_bnx2x_iscsi_ofld1() 2027 kcqe.op_code = ISCSI_KCQE_OPCODE_DESTROY_CONN; in cnic_bnx2x_iscsi_destroy() 2233 kcqe.op_code = L4_KCQE_OPCODE_VALUE_OFFLOAD_PG; in cnic_bnx2x_offload_pg() 2248 kcqe.op_code = L4_KCQE_OPCODE_VALUE_UPDATE_PG; in cnic_bnx2x_update_pg() 2422 kcqe.op_code = FCOE_KCQE_OPCODE_OFFLOAD_CONN; in cnic_bnx2x_fcoe_ofld1() 2529 kcqe.op_code = FCOE_KCQE_OPCODE_DESTROY_CONN; in cnic_bnx2x_fcoe_destroy() 3557 l4kwqe->op_code = L4_KWQE_OPCODE_VALUE_CLOSE; in cnic_cm_close_req() 3574 l4kwqe->op_code = L4_KWQE_OPCODE_VALUE_RESET; in cnic_cm_abort_req() 3946 u8 opcode = kcqe->op_code; in cnic_cm_process_offld_pg() [all …]
|
/linux/drivers/crypto/bcm/ |
A D | spum.h | 89 u8 op_code; /* [23:16] */ member
|
A D | spu.c | 57 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code); in spum_dump_msg_hdr() 675 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_create_request() 856 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_cipher_req_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
A D | halbtc8821a1ant.h | 169 void ex_btc8821a1ant_dbg_control(struct btc_coexist *btcoexist, u8 op_code,
|
A D | halbtcoutsrc.c | 171 bool halbtc_send_bt_mp_operation(struct btc_coexist *btcoexist, u8 op_code, in halbtc_send_bt_mp_operation() argument 189 switch (op_code) { in halbtc_send_bt_mp_operation() 233 cmd[1] = op_code; in halbtc_send_bt_mp_operation()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | nvm-reg.h | 96 u8 op_code; member
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | nvm.c | 41 .op_code = NVM_WRITE_OPCODE, in iwl_nvm_write_chunk() 80 .op_code = NVM_READ_OPCODE, in iwl_nvm_read_chunk()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | calib.c | 51 ret, res->hdr.op_code); in iwl_send_calib_results() 72 if (tmp->hdr.op_code == res->hdr.op_code) { in iwl_calib_set()
|
A D | ucode.c | 370 hdr->op_code); in iwlagn_wait_calib()
|
A D | agn.h | 58 hdr->op_code = cmd; in iwl_set_calib_hdr()
|
/linux/arch/s390/include/asm/ |
A D | diag.h | 286 u16 op_code; member
|
/linux/drivers/net/bonding/ |
A D | bond_alb.c | 44 __be16 op_code; member 295 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 667 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit() 675 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
A D | fw.h | 118 u8 op_code; member 650 void rtw_fw_bt_wifi_control(struct rtw_dev *rtwdev, u8 op_code, u8 *data);
|
A D | coex.c | 636 req.op_code = BT_MP_INFO_OP_SCAN_TYPE; in rtw_coex_get_bt_scan_type() 653 req.op_code = BT_MP_INFO_OP_LNA_CONSTRAINT; in rtw_coex_set_lna_constrain_level() 3508 req.op_code = BT_MP_INFO_OP_READ_REG; in rtw_coex_get_bt_reg() 3532 req.op_code = BT_MP_INFO_OP_PATCH_VER; in rtw_coex_get_bt_patch_version() 3551 req.op_code = BT_MP_INFO_OP_SUPP_VER; in rtw_coex_get_bt_supported_version() 3570 req.op_code = BT_MP_INFO_OP_SUPP_FEAT; in rtw_coex_get_bt_supported_feature()
|