Home
last modified time | relevance | path

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

12

/linux-3.4.99/drivers/scsi/bnx2i/
D57xx_iscsi_hsi.h20 u8 op_code; member
26 u8 op_code;
108 u8 op_code; member
114 u8 op_code;
150 u8 op_code; member
156 u8 op_code;
194 u8 op_code; member
220 u8 op_code;
299 u8 op_code; member
331 u8 op_code;
[all …]
Dbnx2i_hwi.c343 login_wqe->op_code = login_hdr->opcode; in bnx2i_send_iscsi_login()
402 tmfabort_wqe->op_code = tmfabort_hdr->opcode; in bnx2i_send_iscsi_tmf()
475 text_wqe->op_code = text_hdr->opcode; in bnx2i_send_iscsi_text()
552 nopout_wqe->op_code = nopout_hdr->opcode; in bnx2i_send_iscsi_nopout()
614 logout_wqe->op_code = logout_hdr->opcode; in bnx2i_send_iscsi_logout()
653 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
748 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST; in bnx2i_send_cmd_cleanup_req()
772 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN; in bnx2i_send_conn_destroy()
809 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req()
823 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req()
[all …]
Dbnx2i_iscsi.c218 cmd->req.op_code = 0xFF; in bnx2i_setup_cmd_wqe_template()
1229 cmd->req.op_code = ISCSI_OP_SCSI_CMD; in bnx2i_task_xmit()
/linux-3.4.99/drivers/scsi/
Dips.h428 uint8_t op_code; member
442 uint8_t op_code; member
453 uint8_t op_code; member
463 uint8_t op_code; member
482 uint8_t op_code; member
495 uint8_t op_code; member
507 uint8_t op_code; member
519 uint8_t op_code; member
531 uint8_t op_code; member
543 uint8_t op_code; member
[all …]
Dips.c682 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
751 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
906 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset()
1103 if ((pt->CoppCP.cmd.reset.op_code == IPS_CMD_RESET_CHANNEL) && in ips_queue_lck()
1637 pt->CoppCP.cmd.flashfw.op_code == in ips_make_passthru()
1845 pt->CoppCP.cmd.flashfw.op_code = IPS_CMD_DOWNLOAD; in ips_flash_firmware()
1867 scb->op_code = 0; in ips_flash_firmware()
1936 scb->op_code = 0; in ips_usrcmd()
1942 if ((scb->cmd.basic_io.op_code == IPS_CMD_READ_SG) || in ips_usrcmd()
1943 (scb->cmd.basic_io.op_code == IPS_CMD_WRITE_SG) || in ips_usrcmd()
[all …]
Dpmcraid.h407 __u8 op_code; member
Dipr.h1089 u8 op_code; member
1339 u8 op_code; member
/linux-3.4.99/drivers/net/wireless/iwmc3200wifi/
Dfw.c58 u16 op_code, u32 index) in iwm_fw_op_offset() argument
85 rec->op_code, rec->len, fw_offset); in iwm_fw_op_offset()
87 if (rec->op_code == IWM_HDR_REC_OP_INVALID) { in iwm_fw_op_offset()
92 if (rec->op_code == op_code) { in iwm_fw_op_offset()
Dfw.h54 u16 op_code; member
Drx.c1379 u8 op_code; in iwm_rx_handle_umac() local
1402 op_code = GET_VAL32(hdr->cmd, UMAC_HDI_IN_CMD_OPCODE); in iwm_rx_handle_umac()
1404 IWM_DBG_RX(iwm, DBG, "Op code: 0x%x\n", op_code); in iwm_rx_handle_umac()
1406 if (op_code == UMAC_HDI_IN_OPCODE_WIFI) { in iwm_rx_handle_umac()
1409 } else if (op_code < UMAC_HDI_IN_OPCODE_NONWIFI_MAX) { in iwm_rx_handle_umac()
1419 IWM_ERR(iwm, "Invalid RX opcode: 0x%x\n", op_code); in iwm_rx_handle_umac()
/linux-3.4.99/arch/alpha/kernel/
Dptrace.c176 unsigned int insn, op_code; in ptrace_set_bpt() local
184 op_code = insn >> 26; in ptrace_set_bpt()
185 if (op_code >= 0x30) { in ptrace_set_bpt()
200 } else if (op_code == 0x1a) { in ptrace_set_bpt()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c36 stat_req.hdr.op_code = FCOE_KWQE_OPCODE_STAT; in bnx2fc_send_stat_req()
76 fcoe_init1.hdr.op_code = FCOE_KWQE_OPCODE_INIT1; in bnx2fc_send_fw_fcoe_init_msg()
99 fcoe_init2.hdr.op_code = FCOE_KWQE_OPCODE_INIT2; in bnx2fc_send_fw_fcoe_init_msg()
123 fcoe_init3.hdr.op_code = FCOE_KWQE_OPCODE_INIT3; in bnx2fc_send_fw_fcoe_init_msg()
149 fcoe_destroy.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY; in bnx2fc_send_fw_fcoe_destroy_msg()
186 ofld_req1.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2fc_send_session_ofld_req()
210 ofld_req2.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2fc_send_session_ofld_req()
228 ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3; in bnx2fc_send_session_ofld_req()
303 ofld_req4.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN4; in bnx2fc_send_session_ofld_req()
364 enbl_req.hdr.op_code = FCOE_KWQE_OPCODE_ENABLE_CONN; in bnx2fc_send_session_enable_req()
[all …]
D57xx_hsi_bnx2fc.h294 u8 op_code; member
312 u8 op_code; member
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic_defs.h101 u8 op_code; member
105 u8 op_code; member
140 u8 op_code; member
144 u8 op_code; member
168 u8 op_code; member
172 u8 op_code;
198 u8 op_code; member
220 u8 op_code;
292 u8 op_code; member
298 u8 op_code;
[all …]
Dcnic.c1501 kcqe.op_code = ISCSI_KCQE_OPCODE_INIT; in cnic_bnx2x_iscsi_init2()
1821 kcqe.op_code = ISCSI_KCQE_OPCODE_OFFLOAD_CONN; in cnic_bnx2x_iscsi_ofld1()
1945 kcqe.op_code = ISCSI_KCQE_OPCODE_DESTROY_CONN; in cnic_bnx2x_iscsi_destroy()
2174 kcqe.op_code = L4_KCQE_OPCODE_VALUE_OFFLOAD_PG; in cnic_bnx2x_offload_pg()
2189 kcqe.op_code = L4_KCQE_OPCODE_VALUE_UPDATE_PG; in cnic_bnx2x_update_pg()
2238 if (req2->hdr.op_code != FCOE_KWQE_OPCODE_INIT2) { in cnic_bnx2x_fcoe_init1()
2242 if (req3->hdr.op_code != FCOE_KWQE_OPCODE_INIT3) { in cnic_bnx2x_fcoe_init1()
2360 kcqe.op_code = FCOE_KCQE_OPCODE_OFFLOAD_CONN; in cnic_bnx2x_fcoe_ofld1()
2467 kcqe.op_code = FCOE_KCQE_OPCODE_DESTROY_CONN; in cnic_bnx2x_fcoe_destroy()
3304 l4kwqe->op_code = L4_KWQE_OPCODE_VALUE_OFFLOAD_PG; in cnic_cm_offload_pg()
[all …]
/linux-3.4.99/drivers/net/bonding/
Dbond_alb.c72 __be16 op_code; member
367 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv()
713 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
722 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-calib.c110 ret, res->hdr.op_code); in iwl_send_calib_results()
131 if (tmp->hdr.op_code == res->hdr.op_code) { in iwl_calib_set()
Diwl-agn.h74 hdr->op_code = cmd; in iwl_set_calib_hdr()
Diwl-ucode.c190 hdr->op_code); in iwlagn_rx_calib_result()
/linux-3.4.99/drivers/staging/sep/
Dsep_crypto.c839 u32 op_code) in sep_make_header() argument
845 *word_ptr = op_code; in sep_make_header()
887 static u32 sep_verify_op(struct this_task_ctx *ta_ctx, u32 op_code, in sep_verify_op() argument
906 if (in_ary[0] != op_code) { in sep_verify_op()
911 in_ary[0], op_code); in sep_verify_op()
/linux-3.4.99/drivers/scsi/ibmvscsi/
Dibmvfc.h511 u8 op_code; member
Dibmvfc.c168 entry->op_code = vfc_cmd->iu.cdb[0]; in ibmvfc_trc_start()
175 entry->op_code = mad->opcode; in ibmvfc_trc_start()
201 entry->op_code = vfc_cmd->iu.cdb[0]; in ibmvfc_trc_end()
212 entry->op_code = mad->opcode; in ibmvfc_trc_end()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
D4965-calib.c752 cmd.hdr.op_code = IL_PHY_CALIBRATE_DIFF_GAIN_CMD; in il4965_gain_computation()
Dcommands.h3295 u8 op_code; member
/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c1915 req->params.op_code = cpu_to_le32(flash_opcode); in be_cmd_write_flashrom()
1954 req->params.op_code = cpu_to_le32(FLASHROM_OPER_REPORT); in be_cmd_get_flash_crc()

12