• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/

Lines Matching refs:tot_dsds

194  * @tot_dsds: Total number of segments to transfer
197 uint16_t tot_dsds)
226 scsi_for_each_sg(cmd, sg, tot_dsds, i) {
252 * @tot_dsds: Total number of segments to transfer
255 uint16_t tot_dsds)
284 scsi_for_each_sg(cmd, sg, tot_dsds, i) {
326 uint16_t tot_dsds;
341 tot_dsds = 0;
375 tot_dsds = nseg;
378 req_cnt = ha->isp_ops->calc_req_entries(tot_dsds);
402 cmd_pkt->dseg_count = cpu_to_le16(tot_dsds);
416 ha->isp_ops->build_iocbs(sp, cmd_pkt, tot_dsds);
445 if (tot_dsds)
612 * @tot_dsds: Total number of segments to transfer
616 uint16_t tot_dsds)
660 scsi_for_each_sg(cmd, sg, tot_dsds, i) {
786 uint16_t tot_dsds)
795 uint16_t used_dsds = tot_dsds;
799 scsi_for_each_sg(sp->cmd, sg, tot_dsds, i) {
864 uint16_t tot_dsds)
874 uint16_t used_dsds = tot_dsds;
880 scsi_for_each_prot_sg(cmd, sg, tot_dsds, i) {
951 * @tot_dsds: Total number of segments to transfer
955 uint16_t tot_dsds, uint16_t tot_prot_dsds, uint16_t fw_prot_opts)
1078 __func__, vha->host_no, tot_dsds, (tot_dsds-tot_prot_dsds),
1102 crc_ctx_pkt->u.bundling.dseg_count = cpu_to_le16(tot_dsds -
1134 (tot_dsds - tot_prot_dsds)))
1174 uint16_t tot_dsds;
1188 tot_dsds = 0;
1222 tot_dsds = nseg;
1224 req_cnt = qla24xx_calc_iocbs(tot_dsds);
1251 cmd_pkt->dseg_count = cpu_to_le16(tot_dsds);
1270 qla24xx_build_scsi_iocbs(sp, cmd_pkt, tot_dsds);
1301 if (tot_dsds)
1326 uint16_t tot_dsds;
1351 tot_dsds = 0;
1390 tot_dsds = nseg;
1407 tot_dsds += nseg;
1446 cmd_pkt->dseg_count = cpu_to_le16(tot_dsds);
1450 req->ring_ptr, tot_dsds, tot_prot_dsds, fw_prot_opts) !=
1802 uint16_t tot_dsds;
1842 tot_dsds = bsg_job->reply_payload.sg_cnt;
1844 for_each_sg(bsg_job->reply_payload.sg_list, sg, tot_dsds, index) {
1878 uint16_t tot_dsds;
1913 tot_dsds = bsg_job->reply_payload.sg_cnt;
1915 for_each_sg(bsg_job->reply_payload.sg_list, sg, tot_dsds, index) {