Searched refs:target_cmd (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dfw.c112 struct iwm_udma_nonwifi_cmd target_cmd; local
120 target_cmd.opcode = UMAC_HDI_OUT_OPCODE_WRITE;
121 target_cmd.handle_by_hw = 1;
122 target_cmd.op2 = 0;
123 target_cmd.resp = 0;
124 target_cmd.eop = 1;
135 target_cmd.addr = cpu_to_le32(img_desc->address +
137 target_cmd.op1_sz = cpu_to_le32(tmp_chunk_size);
140 tmp_chunk_size, target_cmd.addr);
142 ret = iwm_hal_send_target_cmd(iwm, &target_cmd, chunk_pt
236 struct iwm_udma_nonwifi_cmd target_cmd; local
[all...]
H A Dmain.c467 struct iwm_udma_nonwifi_cmd target_cmd; local
482 target_cmd.resp = 0;
483 target_cmd.handle_by_hw = 0;
484 target_cmd.eop = 1;
486 target_cmd.opcode = UMAC_HDI_OUT_OPCODE_WRITE;
487 target_cmd.addr = cpu_to_le32(addr1);
488 target_cmd.op1_sz = cpu_to_le32(sizeof(u32));
489 target_cmd.op2 = 0;
491 ret = iwm_hal_send_target_cmd(iwm, &target_cmd, &data1);
497 target_cmd
[all...]
H A Dcommands.c491 struct iwm_udma_nonwifi_cmd target_cmd; local
496 target_cmd.opcode = UMAC_HDI_OUT_OPCODE_READ;
497 target_cmd.addr = address;
498 target_cmd.op1_sz = cpu_to_le32(resp_size);
499 target_cmd.op2 = 0;
500 target_cmd.handle_by_hw = 0;
501 target_cmd.resp = 1;
502 target_cmd.eop = 1;
504 ret = iwm_hal_send_target_cmd(iwm, &target_cmd, NULL);
931 struct iwm_udma_nonwifi_cmd target_cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h620 struct target_cmd { struct
1020 struct target_cmd *targetcmds;
H A Daic79xx.h674 struct target_cmd { struct
1180 struct target_cmd *targetcmds;
H A Daic7xxx_core.c237 struct target_cmd *cmd);
680 sizeof(struct target_cmd) * AHC_TMODE_CMDS,
709 /*len*/sizeof(struct target_cmd),
5309 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
5340 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
7742 struct target_cmd *cmd;
7766 sizeof(struct target_cmd),
7795 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
H A Daic79xx_core.c237 struct target_cmd *cmd);
864 sizeof(struct target_cmd) * AHD_TMODE_CMDS,
894 /*len*/sizeof(struct target_cmd),
7054 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
7091 ahd->targetcmds = (struct target_cmd *)next_vaddr;
7092 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
7093 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
10557 struct target_cmd *cmd;
10573 sizeof(struct target_cmd),
10593 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c1819 uchar target_cmd; member in struct:adv_scsi_req_q
2686 printk(" sg_working_ix 0x%x, target_cmd %u\n",
2687 q->sg_working_ix, q->target_cmd);
H A Daic7xxx_old.c844 struct target_cmd { struct

Completed in 321 milliseconds