Searched refs:op_code (Results 1 - 25 of 30) sorted by relevance

12

/drivers/scsi/bnx2i/
H A D57xx_iscsi_hsi.h20 u8 op_code; member in struct:bnx2i_async_msg
26 u8 op_code;
108 u8 op_code; member in struct:bnx2i_cleanup_request
114 u8 op_code;
150 u8 op_code; member in struct:bnx2i_cleanup_response
156 u8 op_code;
194 u8 op_code; member in struct:bnx2i_cmd_request
220 u8 op_code;
299 u8 op_code; member in struct:bnx2i_cmd_response
331 u8 op_code;
375 u8 op_code; member in struct:bnx2i_fw_mp_request
498 u8 op_code; member in struct:iscsi_kcqe
502 u8 op_code; member in struct:iscsi_kcqe
527 u8 op_code; member in struct:iscsi_kwqe_header
772 u8 op_code; member in struct:bnx2i_login_request
885 u8 op_code; member in struct:bnx2i_login_response
971 u8 op_code; member in struct:bnx2i_logout_request
1035 u8 op_code; member in struct:bnx2i_logout_response
1091 u8 op_code; member in struct:bnx2i_nop_in_msg
1140 u8 op_code; member in struct:bnx2i_nop_out_request
1224 u8 op_code; member in struct:bnx2i_reject_msg
1256 u8 op_code; member in struct:bnx2i_tmf_request
1315 u8 op_code; member in struct:bnx2i_text_request
1397 u8 op_code; member in struct:bnx2i_tmf_response
1444 u8 op_code; member in struct:bnx2i_text_response
[all...]
H A Dbnx2i_hwi.c343 login_wqe->op_code = login_hdr->opcode;
402 tmfabort_wqe->op_code = tmfabort_hdr->opcode;
475 text_wqe->op_code = text_hdr->opcode;
552 nopout_wqe->op_code = nopout_hdr->opcode;
614 logout_wqe->op_code = logout_hdr->opcode;
653 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN;
748 cmd_cleanup->op_code = ISCSI_OPCODE_CLEANUP_REQUEST;
772 conn_cleanup.hdr.op_code = ISCSI_KWQE_OPCODE_DESTROY_CONN;
809 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1;
823 ofld_req2.hdr.op_code
[all...]
H A Dbnx2i_iscsi.c218 cmd->req.op_code = 0xFF;
1229 cmd->req.op_code = ISCSI_OP_SCSI_CMD;
/drivers/net/wireless/iwmc3200wifi/
H A Dfw.h47 * @op_code: The record ID, see IWM_HDR_REC_OP_*
54 u16 op_code; member in struct:iwm_fw_hdr_rec
H A Dfw.c53 * @op_code: Op code we're looking for.
58 u16 op_code, u32 index)
84 IWM_DBG_FW(iwm, DBG, "FW: op_code: 0x%x, len: %d @ 0x%x\n",
85 rec->op_code, rec->len, fw_offset);
87 if (rec->op_code == IWM_HDR_REC_OP_INVALID) {
92 if (rec->op_code == op_code) {
57 iwm_fw_op_offset(struct iwm_priv *iwm, const struct firmware *fw, u16 op_code, u32 index) argument
H A Drx.c1379 u8 op_code; local
1402 op_code = GET_VAL32(hdr->cmd, UMAC_HDI_IN_CMD_OPCODE);
1404 IWM_DBG_RX(iwm, DBG, "Op code: 0x%x\n", op_code);
1406 if (op_code == UMAC_HDI_IN_OPCODE_WIFI) {
1409 } else if (op_code < UMAC_HDI_IN_OPCODE_NONWIFI_MAX) {
1419 IWM_ERR(iwm, "Invalid RX opcode: 0x%x\n", op_code);
/drivers/scsi/
H A Dips.h428 uint8_t op_code; member in struct:__anon4423
442 uint8_t op_code; member in struct:__anon4424
453 uint8_t op_code; member in struct:__anon4425
463 uint8_t op_code; member in struct:__anon4426
482 uint8_t op_code; member in struct:__anon4427
495 uint8_t op_code; member in struct:__anon4428
507 uint8_t op_code; member in struct:__anon4429
519 uint8_t op_code; member in struct:__anon4430
531 uint8_t op_code; member in struct:__anon4431
543 uint8_t op_code; member in struct:__anon4432
556 uint8_t op_code; member in struct:__anon4433
565 uint8_t op_code; member in struct:__anon4434
581 uint8_t op_code; member in struct:__anon4435
593 uint8_t op_code; member in struct:__anon4436
1108 uint32_t op_code; member in struct:ips_scb
1134 uint32_t op_code; member in struct:ips_scb_pt
[all...]
H A Dips.c682 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
751 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
906 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
1103 if ((pt->CoppCP.cmd.reset.op_code == IPS_CMD_RESET_CHANNEL) &&
1607 * IF the scsi op_code == 0x0d then we assume
1637 pt->CoppCP.cmd.flashfw.op_code ==
1845 pt->CoppCP.cmd.flashfw.op_code = IPS_CMD_DOWNLOAD;
1867 scb->op_code = 0;
1936 scb->op_code = 0;
1942 if ((scb->cmd.basic_io.op_code
[all...]
H A Dpmcraid.h407 __u8 op_code; member in struct:pmcraid_hcam_hdr
440 /* pmcraid_hcam.op_code values */
H A Dipr.h1089 u8 op_code; member in struct:ipr_hcam
1339 u8 op_code; member in struct:ipr_trace_entry
/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c36 stat_req.hdr.op_code = FCOE_KWQE_OPCODE_STAT;
76 fcoe_init1.hdr.op_code = FCOE_KWQE_OPCODE_INIT1;
99 fcoe_init2.hdr.op_code = FCOE_KWQE_OPCODE_INIT2;
123 fcoe_init3.hdr.op_code = FCOE_KWQE_OPCODE_INIT3;
149 fcoe_destroy.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY;
186 ofld_req1.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN1;
210 ofld_req2.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN2;
228 ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3;
303 ofld_req4.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN4;
364 enbl_req.hdr.op_code
[all...]
H A D57xx_hsi_bnx2fc.h294 u8 op_code; member in struct:fcoe_kcqe
312 u8 op_code; member in struct:fcoe_kwqe_header
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h101 u8 op_code; member in struct:l4_kcq
105 u8 op_code; member in struct:l4_kcq
140 u8 op_code; member in struct:l4_kcq_upload_pg
144 u8 op_code; member in struct:l4_kcq_upload_pg
168 u8 op_code; member in struct:l4_kwq_close_req
172 u8 op_code;
198 u8 op_code; member in struct:l4_kwq_connect_req1
220 u8 op_code;
292 u8 op_code; member in struct:l4_kwq_connect_req2
298 u8 op_code;
330 u8 op_code; member in struct:l4_kwq_connect_req3
381 u8 op_code; member in struct:l4_kwq_offload_pg
478 u8 op_code; member in struct:l4_kwq_reset_req
2609 u8 op_code; member in struct:fcoe_kcqe
2627 u8 op_code; member in struct:fcoe_kwqe_header
[all...]
H A Dcnic.c1501 kcqe.op_code = ISCSI_KCQE_OPCODE_INIT;
1821 kcqe.op_code = ISCSI_KCQE_OPCODE_OFFLOAD_CONN;
1945 kcqe.op_code = ISCSI_KCQE_OPCODE_DESTROY_CONN;
2174 kcqe.op_code = L4_KCQE_OPCODE_VALUE_OFFLOAD_PG;
2189 kcqe.op_code = L4_KCQE_OPCODE_VALUE_UPDATE_PG;
2238 if (req2->hdr.op_code != FCOE_KWQE_OPCODE_INIT2) {
2242 if (req3->hdr.op_code != FCOE_KWQE_OPCODE_INIT3) {
2360 kcqe.op_code = FCOE_KCQE_OPCODE_OFFLOAD_CONN;
2467 kcqe.op_code = FCOE_KCQE_OPCODE_DESTROY_CONN;
3304 l4kwqe->op_code
[all...]
/drivers/net/bonding/
H A Dbond_alb.c72 __be16 op_code; member in struct:arp_pkt
367 if (arp->op_code == htons(ARPOP_REPLY)) {
707 if (arp->op_code == htons(ARPOP_REPLY)) {
716 } else if (arp->op_code == htons(ARPOP_REQUEST)) {
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-calib.c110 ret, res->hdr.op_code);
131 if (tmp->hdr.op_code == res->hdr.op_code) {
H A Diwl-agn.h74 hdr->op_code = cmd;
H A Diwl-ucode.c190 hdr->op_code);
/drivers/scsi/ibmvscsi/
H A Dibmvfc.h511 u8 op_code; member in struct:ibmvfc_trace_entry
H A Dibmvfc.c168 entry->op_code = vfc_cmd->iu.cdb[0];
175 entry->op_code = mad->opcode;
201 entry->op_code = vfc_cmd->iu.cdb[0];
212 entry->op_code = mad->opcode;
/drivers/staging/sep/
H A Dsep_crypto.c835 * @op_code: op code to put into message
839 u32 op_code)
845 *word_ptr = op_code;
883 * @op_code: expected op_code
887 static u32 sep_verify_op(struct this_task_ctx *ta_ctx, u32 op_code, argument
906 if (in_ary[0] != op_code) {
911 in_ary[0], op_code);
838 sep_make_header(struct this_task_ctx *ta_ctx, u32 *msg_offset, u32 op_code) argument
/drivers/net/wireless/iwlegacy/
H A D4965-calib.c752 cmd.hdr.op_code = IL_PHY_CALIBRATE_DIFF_GAIN_CMD;
H A D4965.c557 cmd.hdr.op_code = IL_PHY_CALIBRATE_DIFF_GAIN_CMD;
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1915 req->params.op_code = cpu_to_le32(flash_opcode);
1954 req->params.op_code = cpu_to_le32(FLASHROM_OPER_REPORT);
H A Dbe_cmds.h1129 u32 op_code; member in struct:flashrom_params

Completed in 551 milliseconds

12