Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v4.19/drivers/scsi/bnx2i/
D57xx_iscsi_hsi.h22 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 …]
Dbnx2i_hwi.c343 login_wqe->op_code = login_hdr->opcode; in bnx2i_send_iscsi_login()
400 tmfabort_wqe->op_code = tmfabort_hdr->opcode; in bnx2i_send_iscsi_tmf()
471 text_wqe->op_code = text_hdr->opcode; in bnx2i_send_iscsi_text()
546 nopout_wqe->op_code = nopout_hdr->opcode; in bnx2i_send_iscsi_nopout()
603 logout_wqe->op_code = logout_hdr->opcode; in bnx2i_send_iscsi_logout()
642 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
737 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST; in bnx2i_send_cmd_cleanup_req()
761 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy()
798 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req()
812 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req()
[all …]
/Linux-v4.19/drivers/scsi/
Dips.h418 uint8_t op_code; member
432 uint8_t op_code; member
443 uint8_t op_code; member
453 uint8_t op_code; member
472 uint8_t op_code; member
485 uint8_t op_code; member
497 uint8_t op_code; member
509 uint8_t op_code; member
521 uint8_t op_code; member
533 uint8_t op_code; member
[all …]
Dips.c675 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
744 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
899 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset()
1093 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()
1833 pt->CoppCP.cmd.flashfw.op_code = IPS_CMD_DOWNLOAD; in ips_flash_firmware()
1855 scb->op_code = 0; in ips_flash_firmware()
1924 scb->op_code = 0; in ips_usrcmd()
1930 if ((scb->cmd.basic_io.op_code == IPS_CMD_READ_SG) || in ips_usrcmd()
1931 (scb->cmd.basic_io.op_code == IPS_CMD_WRITE_SG) || in ips_usrcmd()
[all …]
/Linux-v4.19/arch/alpha/kernel/
Dptrace.c182 unsigned int insn, op_code; in ptrace_set_bpt() local
190 op_code = insn >> 26; in ptrace_set_bpt()
191 if (op_code >= 0x30) { in ptrace_set_bpt()
206 } else if (op_code == 0x1a) { in ptrace_set_bpt()
/Linux-v4.19/drivers/bus/
Domap_l3_noc.c63 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-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c38 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 …]
D57xx_hsi_bnx2fc.h308 u8 op_code; member
326 u8 op_code; member
/Linux-v4.19/drivers/crypto/bcm/
Dspum.h100 u8 op_code; /* [23:16] */ member
Dspu.c71 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code); in spum_dump_msg_hdr()
695 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_create_request()
876 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_cipher_req_init()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dcnic_defs.h102 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 …]
Dcnic.c1581 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()
2028 kcqe.op_code = ISCSI_KCQE_OPCODE_DESTROY_CONN; in cnic_bnx2x_iscsi_destroy()
2234 kcqe.op_code = L4_KCQE_OPCODE_VALUE_OFFLOAD_PG; in cnic_bnx2x_offload_pg()
2249 kcqe.op_code = L4_KCQE_OPCODE_VALUE_UPDATE_PG; in cnic_bnx2x_update_pg()
2300 if (req2->hdr.op_code != FCOE_KWQE_OPCODE_INIT2) { in cnic_bnx2x_fcoe_init1()
2304 if (req3->hdr.op_code != FCOE_KWQE_OPCODE_INIT3) { in cnic_bnx2x_fcoe_init1()
2423 kcqe.op_code = FCOE_KCQE_OPCODE_OFFLOAD_CONN; in cnic_bnx2x_fcoe_ofld1()
2530 kcqe.op_code = FCOE_KCQE_OPCODE_DESTROY_CONN; in cnic_bnx2x_fcoe_destroy()
3386 l4kwqe->op_code = L4_KWQE_OPCODE_VALUE_OFFLOAD_PG; in cnic_cm_offload_pg()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dnvm-reg.h139 u8 op_code; member
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c208 p_init->hdr.op_code = ISCSI_RAMROD_CMD_ID_INIT_FUNC; in qed_sp_iscsi_func_start()
333 p_ramrod->hdr.op_code = ISCSI_RAMROD_CMD_ID_OFFLOAD_CONN; in qed_sp_iscsi_conn_offload()
494 p_ramrod->hdr.op_code = ISCSI_RAMROD_CMD_ID_UPDATE_CONN; in qed_sp_iscsi_conn_update()
539 p_ramrod->hdr.op_code = ISCSI_RAMROD_CMD_ID_MAC_UPDATE; in qed_sp_iscsi_mac_update()
585 p_ramrod->hdr.op_code = ISCSI_RAMROD_CMD_ID_TERMINATION_CONN; in qed_sp_iscsi_conn_terminate()
624 p_ramrod->op_code = ISCSI_RAMROD_CMD_ID_CLEAR_SQ; in qed_sp_iscsi_conn_clear_sq()
654 p_ramrod->hdr.op_code = ISCSI_RAMROD_CMD_ID_DESTROY_FUNC; in qed_sp_iscsi_func_stop()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8821a1ant.h191 void ex_btc8821a1ant_dbg_control(struct btc_coexist *btcoexist, u8 op_code,
Dhalbtcoutsrc.c206 bool halbtc_send_bt_mp_operation(struct btc_coexist *btcoexist, u8 op_code, in halbtc_send_bt_mp_operation() argument
224 switch (op_code) { in halbtc_send_bt_mp_operation()
268 cmd[1] = op_code; in halbtc_send_bt_mp_operation()
/Linux-v4.19/arch/s390/include/asm/
Ddiag.h285 u16 op_code; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c103 .op_code = NVM_WRITE_OPCODE, in iwl_nvm_write_chunk()
142 .op_code = NVM_READ_OPCODE, in iwl_nvm_read_chunk()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dcalib.c109 ret, res->hdr.op_code); in iwl_send_calib_results()
130 if (tmp->hdr.op_code == res->hdr.op_code) { in iwl_calib_set()
Ducode.c393 hdr->op_code); in iwlagn_wait_calib()
Dagn.h116 hdr->op_code = cmd; in iwl_set_calib_hdr()
/Linux-v4.19/drivers/net/bonding/
Dbond_alb.c61 __be16 op_code; member
316 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv()
680 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
687 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtc8822b1ant.h432 void ex_btc8822b1ant_dbg_control(struct btc_coexist *btcoexist, u8 op_code,
Dhalbtcoutsrc.c200 bool halbtc_send_bt_mp_operation(struct btc_coexist *btcoexist, u8 op_code, in halbtc_send_bt_mp_operation() argument
219 switch (op_code) { in halbtc_send_bt_mp_operation()
257 cmd[1] = op_code; in halbtc_send_bt_mp_operation()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw.h127 u8 op_code; member

12