| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | kgdb.c | 63 int op_code; in get_step_address() local 65 if (get_kernel_nofault(op_code, (void *)pc)) in get_step_address() 67 if ((op_code & __INSN_LENGTH_MASK) != __INSN_LENGTH_GE_32) { in get_step_address() 68 if (is_c_jalr_insn(op_code) || is_c_jr_insn(op_code)) { in get_step_address() 69 rs1_num = decode_register_index(op_code, RVC_C2_RS1_OPOFF); in get_step_address() 71 } else if (is_c_j_insn(op_code) || is_c_jal_insn(op_code)) { in get_step_address() 72 *next_addr = EXTRACT_RVC_J_IMM(op_code) + pc; in get_step_address() 73 } else if (is_c_beqz_insn(op_code)) { in get_step_address() 74 rs1_num = decode_register_index_short(op_code, in get_step_address() 77 *next_addr = EXTRACT_RVC_B_IMM(op_code) + pc; in get_step_address() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H 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 …]
|
| H A D | bnx2i_hwi.c | 340 login_wqe->op_code = login_hdr->opcode; in bnx2i_send_iscsi_login() 397 tmfabort_wqe->op_code = tmfabort_hdr->opcode; in bnx2i_send_iscsi_tmf() 468 text_wqe->op_code = text_hdr->opcode; in bnx2i_send_iscsi_text() 543 nopout_wqe->op_code = nopout_hdr->opcode; in bnx2i_send_iscsi_nopout() 600 logout_wqe->op_code = logout_hdr->opcode; in bnx2i_send_iscsi_logout() 639 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn() 735 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST; in bnx2i_send_cmd_cleanup_req() 759 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy() 796 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req() 810 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H 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 …]
|
| H A D | ips.c | 674 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release() 743 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt() 898 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset() 1092 if ((pt->CoppCP.cmd.reset.op_code == IPS_CMD_RESET_CHANNEL) && in ips_queue_lck() 1625 pt->CoppCP.cmd.flashfw.op_code == in ips_make_passthru() 1832 pt->CoppCP.cmd.flashfw.op_code = IPS_CMD_DOWNLOAD; in ips_flash_firmware() 1854 scb->op_code = 0; in ips_flash_firmware() 1923 scb->op_code = 0; in ips_usrcmd() 1929 if ((scb->cmd.basic_io.op_code == IPS_CMD_READ_SG) || in ips_usrcmd() 1930 (scb->cmd.basic_io.op_code == IPS_CMD_WRITE_SG) || in ips_usrcmd() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_btcoex.c | 906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 911 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 912 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 916 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 942 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 943 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 947 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 973 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_btcoex.c | 907 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 912 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 913 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 917 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 938 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 943 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 944 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 948 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 969 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 974 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_btcoex.c | 906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 911 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 912 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 916 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 942 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 943 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 947 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 973 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_btcoex.c | 906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 911 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 912 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 916 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 942 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 943 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 947 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 973 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_btcoex.c | 879 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 884 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 885 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 889 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 910 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 915 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 916 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 920 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 941 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 946 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_btcoex.c | 906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 911 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 912 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 916 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 942 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 943 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 947 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 973 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_btcoex.c | 906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 911 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 912 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 916 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 942 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 943 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 947 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 973 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_btcoex.c | 906 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 911 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 912 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 916 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 937 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 942 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 943 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 947 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 968 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 973 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_btcoex.c | 863 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 868 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 869 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 873 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 894 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 899 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 900 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 904 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 925 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 930 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_btcoex.c | 863 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 868 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 869 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 873 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 894 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 899 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 900 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 904 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 925 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 930 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_btcoex.c | 863 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 868 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 869 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 873 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 894 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 899 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 900 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 904 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 925 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 930 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_btcoex.c | 877 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 882 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 883 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 887 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 908 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 913 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 914 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 918 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 939 u8 op_code; in halbtcoutsrc_GetBtDeviceInfo() local 944 op_code = BT_OP_GET_BT_DEVICE_INFO; in halbtcoutsrc_GetBtDeviceInfo() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_btcoex.c | 757 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 762 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 763 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 767 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 788 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 793 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 794 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 798 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 1827 u8 op_code; in halbtcoutsrc_SetBtReg() local 1833 op_code = BT_OP_WRITE_REG_VALUE; in halbtcoutsrc_SetBtReg() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | iobp.c | 120 int pch_iobp_exec(u32 addr, u16 op_code, u8 route_id, u32 *data, u8 *resp) in pch_iobp_exec() argument 130 clrsetbits_le16(RCB_REG(IOBPS), 0xff00, op_code); in pch_iobp_exec()
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/btc/ |
| H A D | halbtccommon.h | 51 void rtw_btc_ex_dbg_control(struct btc_coexist *btc, u8 op_code, u8 op_len, 83 #define rtw_btc_ex_dbg_control(btc, op_code, op_len, pdata) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_btcoex.c | 721 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedFeature() local 726 op_code = BT_OP_GET_BT_COEX_SUPPORTED_FEATURE; in halbtcoutsrc_GetBtCoexSupportedFeature() 727 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedFeature() 731 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedFeature() 752 u8 op_code; in halbtcoutsrc_GetBtCoexSupportedVersion() local 757 op_code = BT_OP_GET_BT_COEX_SUPPORTED_VERSION; in halbtcoutsrc_GetBtCoexSupportedVersion() 758 status = _btmpoper_cmd(pBtCoexist, op_code, 0, buf, 0); in halbtcoutsrc_GetBtCoexSupportedVersion() 762 ret = SET_BT_MP_OPER_RET(op_code, status); in halbtcoutsrc_GetBtCoexSupportedVersion() 1768 u8 op_code; in halbtcoutsrc_SetBtReg() local 1774 op_code = BT_OP_WRITE_REG_VALUE; in halbtcoutsrc_SetBtReg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H 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() 310 ofld_req4.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN4; in bnx2fc_send_session_ofld_req() 372 enbl_req.hdr.op_code = FCOE_KWQE_OPCODE_ENABLE_CONN; in bnx2fc_send_session_enable_req() [all …]
|