/linux-4.4.14/drivers/scsi/bnx2i/ |
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 …]
|
D | bnx2i_hwi.c | 345 login_wqe->op_code = login_hdr->opcode; in bnx2i_send_iscsi_login() 404 tmfabort_wqe->op_code = tmfabort_hdr->opcode; in bnx2i_send_iscsi_tmf() 477 text_wqe->op_code = text_hdr->opcode; in bnx2i_send_iscsi_text() 554 nopout_wqe->op_code = nopout_hdr->opcode; in bnx2i_send_iscsi_nopout() 616 logout_wqe->op_code = logout_hdr->opcode; in bnx2i_send_iscsi_logout() 655 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn() 750 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST; in bnx2i_send_cmd_cleanup_req() 774 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy() 811 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req() 825 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req() [all …]
|
D | bnx2i_iscsi.c | 220 cmd->req.op_code = 0xFF; in bnx2i_setup_cmd_wqe_template() 1245 cmd->req.op_code = ISCSI_OP_SCSI_CMD; in bnx2i_task_xmit()
|
/linux-4.4.14/drivers/scsi/ |
D | ips.h | 427 uint8_t op_code; member 441 uint8_t op_code; member 452 uint8_t op_code; member 462 uint8_t op_code; member 481 uint8_t op_code; member 494 uint8_t op_code; member 506 uint8_t op_code; member 518 uint8_t op_code; member 530 uint8_t op_code; member 542 uint8_t op_code; member [all …]
|
D | ips.c | 679 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release() 748 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt() 903 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset() 1100 if ((pt->CoppCP.cmd.reset.op_code == IPS_CMD_RESET_CHANNEL) && in ips_queue_lck() 1632 pt->CoppCP.cmd.flashfw.op_code == in ips_make_passthru() 1840 pt->CoppCP.cmd.flashfw.op_code = IPS_CMD_DOWNLOAD; in ips_flash_firmware() 1862 scb->op_code = 0; in ips_flash_firmware() 1931 scb->op_code = 0; in ips_usrcmd() 1937 if ((scb->cmd.basic_io.op_code == IPS_CMD_READ_SG) || in ips_usrcmd() 1938 (scb->cmd.basic_io.op_code == IPS_CMD_WRITE_SG) || in ips_usrcmd() [all …]
|
D | pmcraid.h | 407 __u8 op_code; member
|
D | ipr.h | 1179 u8 op_code; member 1435 u8 op_code; member
|
D | pmcraid.c | 1565 pinstance->ccn.hcam->op_code, in pmcraid_handle_config_change() 1746 pinstance->ldn.hcam->op_code, in pmcraid_handle_error_log()
|
D | ipr.c | 607 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | ptrace.c | 178 unsigned int insn, op_code; in ptrace_set_bpt() local 186 op_code = insn >> 26; in ptrace_set_bpt() 187 if (op_code >= 0x30) { in ptrace_set_bpt() 202 } else if (op_code == 0x1a) { in ptrace_set_bpt()
|
/linux-4.4.14/drivers/bus/ |
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-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 37 stat_req.hdr.op_code = FCOE_KWQE_OPCODE_STAT; in bnx2fc_send_stat_req() 77 fcoe_init1.hdr.op_code = FCOE_KWQE_OPCODE_INIT1; in bnx2fc_send_fw_fcoe_init_msg() 100 fcoe_init2.hdr.op_code = FCOE_KWQE_OPCODE_INIT2; in bnx2fc_send_fw_fcoe_init_msg() 124 fcoe_init3.hdr.op_code = FCOE_KWQE_OPCODE_INIT3; in bnx2fc_send_fw_fcoe_init_msg() 154 fcoe_destroy.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY; in bnx2fc_send_fw_fcoe_destroy_msg() 192 ofld_req1.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2fc_send_session_ofld_req() 216 ofld_req2.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2fc_send_session_ofld_req() 234 ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3; in bnx2fc_send_session_ofld_req() 309 ofld_req4.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN4; in bnx2fc_send_session_ofld_req() 371 enbl_req.hdr.op_code = FCOE_KWQE_OPCODE_ENABLE_CONN; in bnx2fc_send_session_enable_req() [all …]
|
D | 57xx_hsi_bnx2fc.h | 307 u8 op_code; member 325 u8 op_code; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
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 …]
|
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() 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() 3388 l4kwqe->op_code = L4_KWQE_OPCODE_VALUE_OFFLOAD_PG; in cnic_cm_offload_pg() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8821a1ant.h | 187 void ex_halbtc8821a1ant_dbg_control(struct btc_coexist *btcoexist, u8 op_code,
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | calib.c | 109 ret, res->hdr.op_code); in iwl_send_calib_results() 130 if (tmp->hdr.op_code == res->hdr.op_code) { in iwl_calib_set()
|
D | ucode.c | 402 hdr->op_code); in iwlagn_wait_calib()
|
D | agn.h | 116 hdr->op_code = cmd; in iwl_set_calib_hdr()
|
D | commands.h | 3210 u8 op_code; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | nvm.c | 102 .op_code = NVM_WRITE_OPCODE, in iwl_nvm_write_chunk() 123 .op_code = NVM_READ_OPCODE, in iwl_nvm_read_chunk()
|
D | fw-api.h | 383 u8 op_code; member
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_alb.c | 69 __be16 op_code; member 324 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 689 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit() 695 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 512 u8 op_code; member
|
D | ibmvfc.c | 168 entry->op_code = vfc_cmd->iu.cdb[0]; in ibmvfc_trc_start() 175 entry->op_code = be32_to_cpu(mad->opcode); in ibmvfc_trc_start() 201 entry->op_code = vfc_cmd->iu.cdb[0]; in ibmvfc_trc_end() 212 entry->op_code = be32_to_cpu(mad->opcode); in ibmvfc_trc_end()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-calib.c | 752 cmd.hdr.op_code = IL_PHY_CALIBRATE_DIFF_GAIN_CMD; in il4965_gain_computation()
|
D | commands.h | 3289 u8 op_code; member
|
D | 4965.c | 556 cmd.hdr.op_code = IL_PHY_CALIBRATE_DIFF_GAIN_CMD; in il4965_chain_noise_reset()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1375 u32 op_code; member
|
D | be_cmds.c | 2514 req->params.op_code = cpu_to_le32(flash_opcode); in be_cmd_write_flashrom() 2562 req->params.op_code = cpu_to_le32(FLASHROM_OPER_REPORT); in be_cmd_get_flash_crc()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 3559 enum drv_info_opcode op_code; in bnx2x_handle_drv_info_req() local 3570 op_code = (drv_info_ctl & DRV_INFO_CONTROL_OP_CODE_MASK) >> in bnx2x_handle_drv_info_req() 3579 switch (op_code) { in bnx2x_handle_drv_info_req()
|